Skip to content

Commit

Permalink
Update-2024-08-06_22:44:08
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Aug 6, 2024
1 parent 46144ef commit 7c131cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/netris-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c131cb

Please sign in to comment.