diff --git a/charts/ratify/Chart.yaml b/charts/ratify/Chart.yaml index 35be6444d..7a14472ec 100644 --- a/charts/ratify/Chart.yaml +++ b/charts/ratify/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ratify description: A Helm chart for Ratify -version: 1.13.2 -appVersion: v1.2.1 +version: 1.13.3 +appVersion: v1.2.2 home: https://github.com/ratify-project/ratify icon: https://raw.githubusercontent.com/ratify-project/ratify/main/logo.svg diff --git a/charts/ratify/values.yaml b/charts/ratify/values.yaml index 46983d2ff..cc6ef8cf5 100644 --- a/charts/ratify/values.yaml +++ b/charts/ratify/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/ratify-project/ratify crdRepository: ghcr.io/ratify-project/ratify-crds - tag: v1.2.1 + tag: v1.2.2 pullPolicy: IfNotPresent nameOverride: "" diff --git a/helmfile.yaml b/helmfile.yaml index 431b77913..154e5c9ed 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -23,7 +23,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.13.2 # Make sure this matches Chart.yaml + version: 1.13.3 # Make sure this matches Chart.yaml wait: true needs: - gatekeeper diff --git a/high-availability.helmfile.yaml b/high-availability.helmfile.yaml index a151ffad1..92415d61a 100644 --- a/high-availability.helmfile.yaml +++ b/high-availability.helmfile.yaml @@ -32,7 +32,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.13.2 # Make sure this matches Chart.yaml + version: 1.13.3 # Make sure this matches Chart.yaml wait: true needs: - dapr-system/dapr