Skip to content

Commit b398377

Browse files
committed
Update-2024-09-25_22:13:51
1 parent d0b1dfe commit b398377

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.3.1-alpha.1
18+
version: 2.3.1-alpha.2
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.3.1-alpha.1
24+
appVersion: 4.3.1-alpha.2
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: 4 additions & 4 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.3.1-008"` |
92+
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1-013"` |
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.3.1-005"` |
110+
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1-007"` |
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.3.1.006"` |
127+
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1.007"` |
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.3.0.004"` |
144+
| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1.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` |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ data:
17721772
02-port.sql: |
17731773
USE {{ .Values.mariadb.auth.database }};
17741774
SET sql_mode='NO_AUTO_VALUE_ON_ZERO';
1775-
INSERT INTO `port` VALUES (0,0,0,0,0,'not defined','NOPORT','NOIFACE',1,'N/A','N/A','auto','hh',9000,'off',0,0,'no','off','none','',NULL,NULL,NULL,NULL);
1775+
INSERT INTO `port` VALUES (0,0,0,0,0,'not defined','NOPORT','NOIFACE',1,'N/A',NULL,'N/A','auto','hh',9000,'off',0,0,'no','off','none','',NULL,NULL,NULL,NULL);
17761776
02-vpc.sql: |
17771777
USE {{ .Values.mariadb.auth.database }};
17781778
INSERT INTO `vpc` (id, name, tenant_id, is_system, is_default) VALUES (1, 'Default', 1, 'yes', 'yes');
@@ -1826,7 +1826,7 @@ data:
18261826
INSERT INTO `global_settings` VALUES (36,'wireguard_port_range','59000-60999','VPN peers port range','true');
18271827
INSERT INTO `global_settings` VALUES (37,'k8s_lb_check_timeout','2000','K8s Layer 4 load-balancer timeout (ms)','true');
18281828
INSERT INTO `global_settings` VALUES (38,'vpn_measurement_wait_secs','30','Site Mesh measurement module wait interval (sec)','true');
1829-
INSERT INTO `global_settings` VALUES (39,'migration_version', '4.3.0', 'Database scheme version', 'false');
1829+
INSERT INTO `global_settings` VALUES (39,'migration_version', '4.3.1', 'Database scheme version', 'false');
18301830
INSERT INTO `global_settings` VALUES (40,'system_asn_range', '4200000000 - 4209999999', 'System ASN range', 'true');
18311831
INSERT INTO `global_settings` VALUES (41,'vpn_asn_range', '4210000000 - 4219999999', 'Site Mesh VPN ASN range', 'true');
18321832
INSERT INTO `global_settings` VALUES (42,'calico_asn_range', '4230000000 - 4239999999', 'Calico ASN range', 'true');

charts/netris-controller/values.yaml

Lines changed: 4 additions & 4 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.3.1-008"
86+
tag: "4.3.1-013"
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.3.1-005"
113+
tag: "4.3.1-007"
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.3.1.006"
137+
tag: "4.3.1.007"
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.3.0.004"
161+
tag: "4.3.1.001"
162162

163163
imagePullSecrets: []
164164

0 commit comments

Comments
 (0)