Skip to content

Commit 2de7bce

Browse files
committed
Update-2025-03-23_19:48:17
1 parent 9c87fd1 commit 2de7bce

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.16
18+
version: 2.4.0-alpha.17
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.16
24+
appVersion: 4.4.0-alpha.17
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
@@ -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.4.0-034"` |
110+
| `web-service-frontend.image.tag` | Image tag. Overrides the image tag whose default is the chart appVersion | `"4.4.0-035"` |
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` |

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,9 +1009,8 @@ data:
10091009
\ `port_extension` bigint(20) unsigned NOT NULL DEFAULT 0,\n `parent_port` bigint(20)
10101010
unsigned NOT NULL DEFAULT 0,\n `admin_down` enum('yes','no') DEFAULT 'no',\n
10111011
\ `autoneg` enum('none','on','off') DEFAULT 'none',\n `duplex` enum('full','half','none')
1012-
DEFAULT 'none',\n `breakout` enum('off', 'disabled', '4x10', '4x25', '2x50',
1013-
'4x50', '1x100', '2x100', '4x100', '8x100','2x200', '4x200', '2x400') DEFAULT
1014-
'off',\n `mclag_id` int,\n `mclag_plink_id` bigint(20) unsigned,\n `created_date`
1012+
DEFAULT 'none',\n `breakout` enum('off', 'disabled', '1x10','1x25','1x40','1x50','1x100','1x200','1x400','1x800','2x10','2x25','2x40','2x50','2x100','2x200','2x400','4x10','4x25','4x50','4x100','4x200','8x10','8x25','8x50','8x100')
1013+
DEFAULT 'off',\n `mclag_id` int,\n `mclag_plink_id` bigint(20) unsigned,\n `created_date`
10151014
timestamp NOT NULL DEFAULT current_timestamp(),\n `modified_date` timestamp NULL
10161015
DEFAULT current_timestamp() ON UPDATE current_timestamp(),\n UNIQUE KEY `port_id_UNIQUE`
10171016
(`port_id`),\n KEY `port_switch_id_IDX` (`switch_id`) USING BTREE,\n KEY `mclag_idx`

charts/netris-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4.0-034"
113+
tag: "4.4.0-035"
114114

115115
imagePullSecrets: []
116116

0 commit comments

Comments
 (0)