diff --git a/deploy/charts/rig-operator/Chart.yaml b/deploy/charts/rig-operator/Chart.yaml index e324c3434..971bdbf9d 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.15 +version: 1.0.16 # 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.14" +appVersion: "1.8.16" diff --git a/deploy/charts/rig-platform/Chart.yaml b/deploy/charts/rig-platform/Chart.yaml index f04d603e9..b91ef7ec0 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.18 +version: 1.0.19 # 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.2" +appVersion: "1.2.3" diff --git a/docs/src/constants/versions.ts b/docs/src/constants/versions.ts index 1417c9905..90d3b6bf3 100644 --- a/docs/src/constants/versions.ts +++ b/docs/src/constants/versions.ts @@ -1,3 +1,3 @@ -export const RIG_VERSION = "1.8.14"; -export const RIG_OPERATOR_CHART_VERSION = "1.0.15"; -export const RIG_PLATFORM_CHART_VERSION = "1.0.18"; +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";