diff --git a/VERSION b/VERSION index 5e5d529..5d0ea33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.71.1 +0.71.2 diff --git a/charts/spaces-operator/Chart.yaml b/charts/spaces-operator/Chart.yaml index cd24bc5..09e4d21 100644 --- a/charts/spaces-operator/Chart.yaml +++ b/charts/spaces-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: 0.71.1 +version: 0.71.2 # 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: "0.71.1" +appVersion: "0.71.2" diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 367b55d..7b4bd8b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/sambatv/spaces-operator - newTag: 0.71.1 + newTag: 0.71.2