diff --git a/deploy/charts/rig-operator/Chart.yaml b/deploy/charts/rig-operator/Chart.yaml index 971bdbf9d..8b5e0fd28 100644 --- a/deploy/charts/rig-operator/Chart.yaml +++ b/deploy/charts/rig-operator/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.0.16 +version: 1.0.17 # 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: "1.8.16" +appVersion: "1.8.17" diff --git a/deploy/charts/rig-platform/Chart.yaml b/deploy/charts/rig-platform/Chart.yaml index b91ef7ec0..0e7f39856 100644 --- a/deploy/charts/rig-platform/Chart.yaml +++ b/deploy/charts/rig-platform/Chart.yaml @@ -16,10 +16,10 @@ 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: 1.0.19 +version: 1.0.20 # 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: "1.2.3" +appVersion: "1.2.4" diff --git a/docs/src/constants/versions.ts b/docs/src/constants/versions.ts index 90d3b6bf3..74072d50d 100644 --- a/docs/src/constants/versions.ts +++ b/docs/src/constants/versions.ts @@ -1,3 +1,3 @@ -export const RIG_VERSION = "1.8.16"; -export const RIG_OPERATOR_CHART_VERSION = "1.0.16"; -export const RIG_PLATFORM_CHART_VERSION = "1.0.19"; +export const RIG_VERSION = "1.8.17"; +export const RIG_OPERATOR_CHART_VERSION = "1.0.17"; +export const RIG_PLATFORM_CHART_VERSION = "1.0.20";