diff --git a/charts/mondoo-operator/Chart.yaml b/charts/mondoo-operator/Chart.yaml index 891117c8..7abc3ab5 100755 --- a/charts/mondoo-operator/Chart.yaml +++ b/charts/mondoo-operator/Chart.yaml @@ -16,9 +16,9 @@ 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.19.2 +version: 1.19.3 # 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.19.2" +appVersion: "1.19.3" diff --git a/charts/mondoo-operator/values.yaml b/charts/mondoo-operator/values.yaml index 215b61be..4cc16026 100644 --- a/charts/mondoo-operator/values.yaml +++ b/charts/mondoo-operator/values.yaml @@ -16,7 +16,7 @@ controllerManager: featureEnableV9: "true" image: repository: ghcr.io/mondoohq/mondoo-operator - tag: v1.19.2 + tag: v1.19.3 imagePullPolicy: IfNotPresent resources: limits: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 2cfd82d5..2d0de19e 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/mondoohq/mondoo-operator - newTag: v1.19.2 + newTag: v1.19.3 diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 7d2a9445..2c64e895 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -10,4 +10,4 @@ resources: images: - name: controller newName: ghcr.io/mondoohq/mondoo-operator - newTag: v1.19.2 + newTag: v1.19.3