From 7c131cb595d25570ed94f4272baf4de4d619a7e8 Mon Sep 17 00:00:00 2001 From: Gor Poghosyan Date: Tue, 6 Aug 2024 15:44:09 -0700 Subject: [PATCH] Update-2024-08-06_22:44:08 --- charts/netris-controller/Chart.yaml | 4 ++-- .../netris-controller/templates/netris-controller-initdb.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/netris-controller/Chart.yaml b/charts/netris-controller/Chart.yaml index 3cbfab3..40c0d44 100644 --- a/charts/netris-controller/Chart.yaml +++ b/charts/netris-controller/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.0-alpha.17 +version: 2.3.0-alpha.18 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 4.3.0-alpha.17 +appVersion: 4.3.0-alpha.18 home: https://netris.ai icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink keywords: diff --git a/charts/netris-controller/templates/netris-controller-initdb.yaml b/charts/netris-controller/templates/netris-controller-initdb.yaml index bef9184..803e8e8 100644 --- a/charts/netris-controller/templates/netris-controller-initdb.yaml +++ b/charts/netris-controller/templates/netris-controller-initdb.yaml @@ -1286,6 +1286,7 @@ data: \ `sync_acl` enum('ok','ongoing','failed') CHARACTER SET latin1 NOT NULL DEFAULT 'ok',\n `type` enum('switch','proxmox','controller','offloader','equinix_metal_server', 'phoenixnap_bmc_server', 'server') CHARACTER SET latin1 NOT NULL DEFAULT 'switch',\n + \ `sg_flavor` enum('sg', 'sg-pro', 'sg-hs') CHARACTER SET latin1 DEFAULT NULL,\n \ `rangecut` int(10) unsigned NOT NULL DEFAULT 0,\n `cumulus_version` varchar(100) CHARACTER SET latin1 DEFAULT NULL,\n `proxmox_version` varchar(100) CHARACTER SET latin1 DEFAULT NULL,\n `conductor_version` varchar(100) CHARACTER SET latin1