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/helmfile.yaml b/helmfile.yaml index 23382b16f..f5068ac37 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 50fbb5c59..0203419c6 100644 --- a/high-availability.helmfile.yaml +++ b/high-availability.helmfile.yaml @@ -50,7 +50,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