Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 906c513

Browse files
πŸ”– Tag new platform version (#1304)
1 parent 7feb49b commit 906c513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ždeploy/charts/rig-platform/Chart.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.0.66
19+
version: 1.0.67
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "1.6.21"
25+
appVersion: "1.6.22"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const RIG_VERSION = "1.12.5";
22
export const RIG_OPERATOR_CHART_VERSION = "1.0.43";
3-
export const RIG_PLATFORM_CHART_VERSION = "1.0.66";
3+
export const RIG_PLATFORM_CHART_VERSION = "1.0.67";

0 commit comments

Comments
Β (0)