Skip to content

Commit 9c87fd1

Browse files
committed
Update-2025-03-19_18:23:20
1 parent 1638415 commit 9c87fd1

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

charts/netris-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.4.0-alpha.15
18+
version: 2.4.0-alpha.16
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 4.4.0-alpha.15
24+
appVersion: 4.4.0-alpha.16
2525
home: https://netris.ai
2626
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
2727
keywords:

charts/netris-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following table lists the configurable parameters of the netris-controller c
124124
| -------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
125125
| `grpc.replicaCount` | Number of replicas in grpc deployment | `1` |
126126
| `grpc.image.repository` | Image repository | `netrisai/controller-grpc` |
127-
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.4.0.026"` |
127+
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.4.0.028"` |
128128
| `grpc.image.pullPolicy` | Image pull policy | `IfNotPresent` |
129129
| `grpc.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
130130
| `grpc.service.type` | Kubernetes service type | `ClusterIP` |

charts/netris-controller/templates/netris-controller-initdb.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -494,22 +494,22 @@ data:
494494
bigint(20) unsigned NOT NULL,\n `severity` enum('ok','warning','critical','unknown')
495495
NOT NULL DEFAULT 'ok',\n `check_name` varchar(255) NOT NULL,\n `date` timestamp
496496
/* mariadb-5.3 */ NOT NULL DEFAULT current_timestamp(),\n `last_check_time` timestamp
497-
/* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',\n `message` varchar(512)
498-
DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `date_index` (`date`)\n) ENGINE=InnoDB
499-
DEFAULT CHARSET=utf8mb4;\n/*!40101 SET character_set_client = @saved_cs_client
500-
*/;\n\n--\n-- Table structure for table `hw_check_status`\n--\n\nDROP TABLE IF
501-
EXISTS `hw_check_status`;\n/*!40101 SET @saved_cs_client = @@character_set_client
502-
*/;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `hw_check_status`
503-
(\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `hw_id` bigint(20) unsigned
504-
NOT NULL,\n `port_id` bigint(20) unsigned DEFAULT NULL,\n `tenant_id` bigint(20)
505-
unsigned DEFAULT NULL,\n `severity` enum('ok','warning','critical','unknown')
506-
NOT NULL DEFAULT 'ok',\n `check_name` varchar(50) DEFAULT NULL,\n `date` timestamp
507-
/* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',\n `last_check_time`
508-
timestamp /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',\n `message`
509-
text DEFAULT NULL,\n `critical_message` text DEFAULT NULL,\n `warning_message`
510-
text DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `hw_id` (`hw_id`,`port_id`,`check_name`)\n)
511-
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;\n/*!40101 SET character_set_client = @saved_cs_client
512-
*/;\n\n--\n-- Table structure for table `hw_log`\n--\n\nDROP TABLE IF EXISTS `hw_log`;\n/*!40101
497+
/* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',\n `message` TEXT DEFAULT
498+
NULL,\n PRIMARY KEY (`id`),\n KEY `date_index` (`date`)\n) ENGINE=InnoDB DEFAULT
499+
CHARSET=utf8mb4;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n--
500+
Table structure for table `hw_check_status`\n--\n\nDROP TABLE IF EXISTS `hw_check_status`;\n/*!40101
501+
SET @saved_cs_client = @@character_set_client */;\n/*!40101 SET character_set_client
502+
= utf8 */;\nCREATE TABLE `hw_check_status` (\n `id` bigint(20) unsigned NOT NULL
503+
AUTO_INCREMENT,\n `hw_id` bigint(20) unsigned NOT NULL,\n `port_id` bigint(20)
504+
unsigned DEFAULT NULL,\n `tenant_id` bigint(20) unsigned DEFAULT NULL,\n `severity`
505+
enum('ok','warning','critical','unknown') NOT NULL DEFAULT 'ok',\n `check_name`
506+
varchar(50) DEFAULT NULL,\n `date` timestamp /* mariadb-5.3 */ NOT NULL DEFAULT
507+
'0000-00-00 00:00:00',\n `last_check_time` timestamp /* mariadb-5.3 */ NOT NULL
508+
DEFAULT '0000-00-00 00:00:00',\n `message` text DEFAULT NULL,\n `critical_message`
509+
text DEFAULT NULL,\n `warning_message` text DEFAULT NULL,\n PRIMARY KEY (`id`),\n
510+
\ UNIQUE KEY `hw_id` (`hw_id`,`port_id`,`check_name`)\n) ENGINE=InnoDB DEFAULT
511+
CHARSET=utf8mb4;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n--
512+
Table structure for table `hw_log`\n--\n\nDROP TABLE IF EXISTS `hw_log`;\n/*!40101
513513
SET @saved_cs_client = @@character_set_client */;\n/*!40101 SET character_set_client
514514
= utf8 */;\nCREATE TABLE `hw_log` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n
515515
\ `hw_id` bigint(20) unsigned DEFAULT NULL,\n `severity` enum('normal','warning','critical')

charts/netris-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ grpc:
134134
repository: netrisai/controller-grpc
135135
pullPolicy: IfNotPresent
136136
# Overrides the image tag whose default is the chart appVersion.
137-
tag: "4.4.0.026"
137+
tag: "4.4.0.028"
138138

139139
imagePullSecrets: []
140140

0 commit comments

Comments
 (0)