Skip to content

Commit d0b1dfe

Browse files
committed
Update-2024-09-18_23:27:21
1 parent ebe8082 commit d0b1dfe

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
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.0
18+
version: 2.3.1-alpha.1
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.0
24+
appVersion: 4.3.1-alpha.1
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-001"` |
92+
| `web-service-backend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1-008"` |
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-001"` |
110+
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1-005"` |
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.004"` |
127+
| `grpc.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.1.006"` |
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.003"` |
144+
| `telescope.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.3.0.004"` |
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,9 @@ data:
981981
DEFAULT 0,\n `port_index` smallint(5) unsigned DEFAULT NULL,\n `break_index`
982982
int(10) DEFAULT 0,\n `name` varchar(255) DEFAULT NULL,\n `port` varchar(255)
983983
DEFAULT NULL,\n `iface` varchar(255) DEFAULT NULL,\n `present` tinyint(3) unsigned
984-
NOT NULL DEFAULT 0,\n `status` varchar(255) DEFAULT NULL,\n `speed` varchar(255)
985-
DEFAULT NULL,\n `speed_desired` enum('1000','10000','25000','40000','50000','100000','200000','400000','auto')
984+
NOT NULL DEFAULT 0,\n `status` varchar(255) DEFAULT NULL,\n `master_status`
985+
varchar(100) DEFAULT NULL,\n `speed` varchar(255) DEFAULT NULL,\n `speed_desired`
986+
enum('1000','10000','25000','40000','50000','100000','200000','400000','auto')
986987
NOT NULL DEFAULT 'auto',\n `transceiver` varchar(255) DEFAULT NULL,\n `mtu`
987988
int(10) NOT NULL DEFAULT 9216,\n `lacp` enum('on','off') NOT NULL DEFAULT 'off',\n
988989
\ `port_extension` bigint(20) unsigned NOT NULL DEFAULT 0,\n `parent_port` bigint(20)
@@ -1568,9 +1569,9 @@ data:
15681569
rt.tenant_id) as guest_tenants\n FROM rcircuit vnet \n\tLEFT JOIN rcircuit_tenants
15691570
rt on vnet.id = rt.rcircuit_id\n\tJOIN rcircuit_sites rsites ON rsites.rcircuit_id
15701571
= vnet.id\n GROUP BY vnet.id;\n\n-- creaet port view\n CREATE VIEW port_view
1571-
AS\n SELECT port_id,switch_id,tenant_id,port_index,break_index,name,port,iface,present,status,speed,speed_desired,transceiver,mtu,lacp,port_extension,parent_port,admin_down,autoneg,duplex,breakout,mclag_id,mclag_plink_id,created_date,modified_date\n
1572+
AS\n SELECT port_id,switch_id,tenant_id,port_index,break_index,name,port,iface,present,status,master_status,speed,speed_desired,transceiver,mtu,lacp,port_extension,parent_port,admin_down,autoneg,duplex,breakout,mclag_id,mclag_plink_id,created_date,modified_date\n
15721573
from port where switch_id IS NOT NULL\n UNION\n select port_id,vswitch.agg_sw_id
1573-
as switch_id,p.tenant_id,p.port_index,p.break_index,p.name,p.port,p.iface,p.present,p.status,p.speed,p.speed_desired,p.transceiver,p.mtu,p.lacp,p.port_extension,p.parent_port,p.admin_down,p.autoneg,p.duplex,p.breakout,p.mclag_id,p.mclag_plink_id,p.created_date,p.modified_date\n
1574+
as switch_id,p.tenant_id,p.port_index,p.break_index,p.name,p.port,p.iface,p.present,p.status,p.master_status,p.speed,p.speed_desired,p.transceiver,p.mtu,p.lacp,p.port_extension,p.parent_port,p.admin_down,p.autoneg,p.duplex,p.breakout,p.mclag_id,p.mclag_plink_id,p.created_date,p.modified_date\n
15741575
\tfrom port p\n \t\tJOIN (select ap.port_id as agg_port_id, port.switch_id as
15751576
agg_sw_id\n \t\t\t\tfrom aggregated_ports ap JOIN port ON ap.slave_port_id =
15761577
port.port_id) as vswitch ON vswitch.agg_port_id=p.port_id;\n\n--\n-- Final view

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-001"
86+
tag: "4.3.1-008"
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-001"
113+
tag: "4.3.1-005"
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.004"
137+
tag: "4.3.1.006"
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.003"
161+
tag: "4.3.0.004"
162162

163163
imagePullSecrets: []
164164

0 commit comments

Comments
 (0)