diff --git a/deploy/charts/rig-operator/Chart.yaml b/deploy/charts/rig-operator/Chart.yaml index 43a61f7d4..fdeae0c19 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.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.8.17" +appVersion: "1.9.0" diff --git a/deploy/charts/rig-platform/Chart.yaml b/deploy/charts/rig-platform/Chart.yaml index a52711555..42d41a741 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.22 +version: 1.0.23 # 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.5" +appVersion: "1.3.0" diff --git a/docs/src/constants/versions.ts b/docs/src/constants/versions.ts index b32f81b19..f10028ce2 100644 --- a/docs/src/constants/versions.ts +++ b/docs/src/constants/versions.ts @@ -1,3 +1,3 @@ -export const RIG_VERSION = "1.8.17"; -export const RIG_OPERATOR_CHART_VERSION = "1.0.17"; -export const RIG_PLATFORM_CHART_VERSION = "1.0.21"; +export const RIG_VERSION = "1.9.0"; +export const RIG_OPERATOR_CHART_VERSION = "1.0.20"; +export const RIG_PLATFORM_CHART_VERSION = "1.0.23";