Skip to content

Commit a0dde25

Browse files
committed
Update-2025-12-30_12:17:16
1 parent 91995bc commit a0dde25

File tree

4 files changed

+42
-40
lines changed

4 files changed

+42
-40
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.7.3
18+
version: 2.8.0
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.5.4.3
24+
appVersion: 4.6.0.0
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following table lists the configurable parameters of the netris-controller c
8989
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
9090
| `web-service-backend.replicaCount` | Number of replicas in web-service-backend deployment | `1` |
9191
| `web-service-backend.image.repository` | Image repository | `netrisai/controller-web-service-backend` |
92-
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.5.4-016"` |
92+
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.6.0-003"` |
9393
| `web-service-backend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
9494
| `web-service-backend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
9595
| `web-service-backend.service.type` | Kubernetes service type | `ClusterIP` |
@@ -107,7 +107,7 @@ The following table lists the configurable parameters of the netris-controller c
107107
| ------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------- | --------------------------------- |
108108
| `web-service-frontend.replicaCount` | Number of replicas in web-service-frontend deployment | `1` |
109109
| `web-service-frontend.image.repository` | Image repository | `netrisai/controller-web-service-frontend` |
110-
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.5.4-020"` |
110+
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.6.0-002"` |
111111
| `web-service-frontend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
112112
| `web-service-frontend.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
113113
| `web-service-frontend.service.type` | Kubernetes service type | `ClusterIP` |
@@ -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.5.4.015"` |
127+
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.6.0.002"` |
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` |
@@ -141,7 +141,7 @@ The following table lists the configurable parameters of the netris-controller c
141141
| ------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
142142
| `telescope.replicaCount` | Number of replicas in telescope deployment | `1` |
143143
| `telescope.image.repository` | Image repository | `netrisai/controller-telescope` |
144-
| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.5.4.001"` |
144+
| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.6.0.001"` |
145145
| `telescope.image.pullPolicy` | Image pull policy | `IfNotPresent` |
146146
| `telescope.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
147147
| `telescope.service.type` | Kubernetes service type | `ClusterIP` |
@@ -189,7 +189,7 @@ The following table lists the configurable parameters of the netris-controller c
189189
### Netris-Controller equinix-metal-agent parameters
190190
| Parameter | Description | Default |
191191
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
192-
| `equinix-metal-agent.enabled` | Enable equinix-metal-agent deployment | `true` |
192+
| `equinix-metal-agent.enabled` | Enable equinix-metal-agent deployment | `false` |
193193
| `equinix-metal-agent.image.repository` | Image repository | `netrisai/bare-metal-equinix-metal-agent` |
194194
| `equinix-metal-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.11.1"` |
195195
| `equinix-metal-agent.image.pullPolicy` | Image pull policy | `IfNotPresent` |
@@ -199,7 +199,7 @@ The following table lists the configurable parameters of the netris-controller c
199199
### Netris-Controller phoenixnap-bmc-agent parameters
200200
| Parameter | Description | Default |
201201
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------- |
202-
| `phoenixnap-bmc-agent.enabled` | Enable phoenixnap-bmc-agent deployment | `true` |
202+
| `phoenixnap-bmc-agent.enabled` | Enable phoenixnap-bmc-agent deployment | `false` |
203203
| `phoenixnap-bmc-agent.image.repository` | Image repository | `netrisai/bare-metal-phoenixnap-bmc-agent` |
204204
| `phoenixnap-bmc-agent.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"0.6.1"` |
205205
| `phoenixnap-bmc-agent.image.pullPolicy` | Image pull policy | `IfNotPresent` |
@@ -210,7 +210,7 @@ The following table lists the configurable parameters of the netris-controller c
210210
| Parameter | Description | Default |
211211
| ---------------------------------| ----------------------------------------------------------------------------- | ------------------------------------------- |
212212
| `migration.image.repository` | Image repository | `netrisai/controller-web-service-migration` |
213-
| `migration.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.5.4.1"` |
213+
| `migration.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.6.0"` |
214214
| `migration.image.pullPolicy` | Image pull policy | `IfNotPresent` |
215215
| `migration.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
216216

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

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,28 +1352,30 @@ data:
13521352
\ `ztp` int(10) unsigned NOT NULL DEFAULT 0,\n `nos` varchar(45) DEFAULT NULL,\n
13531353
\ `timezone` varchar(255) CHARACTER SET latin1 DEFAULT NULL,\n `number_of_ports`
13541354
smallint(5) unsigned DEFAULT NULL,\n `owner_tenant_id` bigint(20) unsigned NOT
1355-
NULL,\n `mac_addr_ubit` int(10) unsigned NOT NULL DEFAULT 0,\n `meta` JSON NULL
1356-
DEFAULT '{}',\n `created_date` timestamp NOT NULL DEFAULT current_timestamp(),\n
1357-
\ `modified_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),\n
1358-
\ PRIMARY KEY (`switch_id`),\n KEY `switch_mac_addr_idx` (`mac_address`),\n KEY
1359-
`fk_switch_pswitch_id` (`parent_switch_id`),\n CONSTRAINT `fk_switch_pswitch_id`
1360-
FOREIGN KEY (`parent_switch_id`) REFERENCES `switch` (`switch_id`) ON DELETE CASCADE
1361-
ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101 SET character_set_client
1362-
= @saved_cs_client */;\n\n\n--\n-- Table structure for table `dpu_portmap`\n--\n\nCREATE
1363-
TABLE `dpu_portmap` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n
1364-
\ `dpu_id` bigint(20) unsigned NOT NULL,\n `type` enum('generic', 'mgmt') NOT
1365-
NULL DEFAULT 'generic',\n `srv_port_id` bigint(20) NOT NULL,\n `dpu_port_index`
1366-
bigint(20) NOT NULL,\n KEY (`dpu_id`),\n KEY (`srv_port_id`),\n KEY (`dpu_port_index`),\n
1367-
\ PRIMARY KEY (`id`),\n FOREIGN KEY (`dpu_id`) REFERENCES `switch` (`switch_id`)
1368-
ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB;\n\n--\n-- Table structure
1369-
for table `topology`\n--\n\nDROP TABLE IF EXISTS `topology`;\n/*!40101 SET @saved_cs_client
1370-
\ = @@character_set_client */;\n/*!40101 SET character_set_client = utf8 */;\nCREATE
1371-
TABLE `topology` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `user_id`
1372-
bigint(22) NOT NULL,\n `site_id` bigint(22) NOT NULL,\n `positions` text DEFAULT
1373-
NULL,\n `options` text DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT
1374-
CHARSET=utf8mb4;\n/*!40101 SET character_set_client = @saved_cs_client */;\n\n--\n--
1375-
Table structure for table `topology_link`\n--\n\nDROP TABLE IF EXISTS `topology_link`;\n/*!40101
1376-
SET @saved_cs_client = @@character_set_client */;\n/*!40101 SET character_set_client
1355+
NULL,\n `mac_addr_ubit` int(10) unsigned NOT NULL DEFAULT 0,\n `serial_number`
1356+
varchar(255) DEFAULT NULL,\n `meta` JSON NULL DEFAULT '{}',\n `created_date`
1357+
timestamp NOT NULL DEFAULT current_timestamp(),\n `modified_date` timestamp NOT
1358+
NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),\n PRIMARY KEY
1359+
(`switch_id`),\n KEY `switch_mac_addr_idx` (`mac_address`),\n KEY `switch_serial_number_idx`
1360+
(`serial_number`),\n KEY `fk_switch_pswitch_id` (`parent_switch_id`),\n CONSTRAINT
1361+
`fk_switch_pswitch_id` FOREIGN KEY (`parent_switch_id`) REFERENCES `switch` (`switch_id`)
1362+
ON DELETE CASCADE ON UPDATE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8;\n/*!40101
1363+
SET character_set_client = @saved_cs_client */;\n\n\n--\n-- Table structure for
1364+
table `dpu_portmap`\n--\n\nCREATE TABLE `dpu_portmap` (\n `id` bigint(20) unsigned
1365+
NOT NULL AUTO_INCREMENT,\n `dpu_id` bigint(20) unsigned NOT NULL,\n `type`
1366+
enum('generic', 'mgmt') NOT NULL DEFAULT 'generic',\n `srv_port_id` bigint(20)
1367+
NOT NULL,\n `dpu_port_index` bigint(20) NOT NULL,\n KEY (`dpu_id`),\n KEY
1368+
(`srv_port_id`),\n KEY (`dpu_port_index`),\n PRIMARY KEY (`id`),\n FOREIGN
1369+
KEY (`dpu_id`) REFERENCES `switch` (`switch_id`) ON DELETE CASCADE ON UPDATE CASCADE\n)
1370+
ENGINE=InnoDB;\n\n--\n-- Table structure for table `topology`\n--\n\nDROP TABLE
1371+
IF EXISTS `topology`;\n/*!40101 SET @saved_cs_client = @@character_set_client
1372+
*/;\n/*!40101 SET character_set_client = utf8 */;\nCREATE TABLE `topology` (\n
1373+
\ `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `user_id` bigint(22) NOT
1374+
NULL,\n `site_id` bigint(22) NOT NULL,\n `positions` text DEFAULT NULL,\n `options`
1375+
text DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;\n/*!40101
1376+
SET character_set_client = @saved_cs_client */;\n\n--\n-- Table structure for
1377+
table `topology_link`\n--\n\nDROP TABLE IF EXISTS `topology_link`;\n/*!40101 SET
1378+
@saved_cs_client = @@character_set_client */;\n/*!40101 SET character_set_client
13771379
= utf8 */;\nCREATE TABLE `topology_link` (\n `id` bigint(20) unsigned NOT NULL
13781380
AUTO_INCREMENT,\n `origin` bigint(20) unsigned DEFAULT NULL,\n `dest` bigint(20)
13791381
unsigned DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;\n/*!40101
@@ -1898,15 +1900,15 @@ data:
18981900
('evpn_enable','true','VXLAN via EVPN','false'),
18991901
('optimise_port_ext','true','Optimized deployment of ACLs for subinterfaces','true'),
19001902
('shadow_acl','false','Avoid deployment of ACL overlaps','false'),
1901-
('telemetry','true','Enable Sending Analytics Data & User Experience Improvement Plugins','true'),
1903+
('telemetry','false','Enable Sending Analytics Data & User Experience Improvement Plugins','true'),
19021904
('health_check_atempts','5','L4LB: Number of probes in each health check iteration','true'),
19031905
('health_check_failcount','3','L4LB: Number of failures to mark a backend as failed','true'),
19041906
('health_check_okcount','1','L4LB: Number of consecutive successes for the probe to be considered successful after having failed','true'),
19051907
('health_check_interval','1','L4LB: Interval (seconds) between health checks','true'),
19061908
('wireguard_port_range','59000-60999','VPN peers port range','true'),
19071909
('k8s_lb_check_timeout','2000','K8s Layer 4 load-balancer timeout (ms)','true'),
19081910
('vpn_measurement_wait_secs','30','Site Mesh measurement module wait interval (sec)','true'),
1909-
('migration_version', '4.5.4.1', 'Database scheme version', 'false'),
1911+
('migration_version', '4.6.0', 'Database scheme version', 'false'),
19101912
('system_asn_range', '4200000000 - 4209999999', 'System ASN range', 'true'),
19111913
('vpn_asn_range', '4210000000 - 4219999999', 'Site Mesh VPN ASN range', 'true'),
19121914
('calico_asn_range', '4230000000 - 4239999999', 'Calico ASN range', 'false'),

charts/netris-controller/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ web-service-backend:
8383
repository: netrisai/controller-web-service-backend
8484
pullPolicy: IfNotPresent
8585
# Overrides the image tag whose default is the chart appVersion.
86-
tag: "4.5.4-016"
86+
tag: "4.6.0-003"
8787

8888
imagePullSecrets: []
8989

@@ -110,7 +110,7 @@ web-service-frontend:
110110
repository: netrisai/controller-web-service-frontend
111111
pullPolicy: IfNotPresent
112112
# Overrides the image tag whose default is the chart appVersion.
113-
tag: "4.5.4-020"
113+
tag: "4.6.0-002"
114114

115115
imagePullSecrets: []
116116

@@ -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.5.4.015"
137+
tag: "4.6.0.002"
138138

139139
imagePullSecrets: []
140140

@@ -158,7 +158,7 @@ telescope:
158158
repository: netrisai/controller-telescope
159159
pullPolicy: IfNotPresent
160160
# Overrides the image tag whose default is the chart appVersion.
161-
tag: "4.5.4.001"
161+
tag: "4.6.0.001"
162162

163163
imagePullSecrets: []
164164

@@ -221,7 +221,7 @@ web-session-generator:
221221

222222

223223
equinix-metal-agent:
224-
enabled: true
224+
enabled: false
225225
image:
226226
repository: netrisai/bare-metal-equinix-metal-agent
227227
pullPolicy: IfNotPresent
@@ -232,7 +232,7 @@ equinix-metal-agent:
232232

233233

234234
phoenixnap-bmc-agent:
235-
enabled: true
235+
enabled: false
236236
image:
237237
repository: netrisai/bare-metal-phoenixnap-bmc-agent
238238
pullPolicy: IfNotPresent
@@ -246,7 +246,7 @@ migration:
246246
image:
247247
repository: netrisai/controller-web-service-migration
248248
pullPolicy: IfNotPresent
249-
tag: "4.5.4.1"
249+
tag: "4.6.0"
250250

251251

252252
## Using default values from https://github.com/bitnami/charts/tree/master/bitnami/mariadb/values.yaml

0 commit comments

Comments
 (0)