diff --git a/charts/ratify/Chart.yaml b/charts/ratify/Chart.yaml index b51659435..c887dc7a4 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.14.1 -appVersion: v1.3.1 +version: 1.14.2 +appVersion: v1.3.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 e7fa49e71..6435d720e 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.3.1 + tag: v1.3.2 pullPolicy: IfNotPresent nameOverride: "" diff --git a/helmfile.yaml b/helmfile.yaml index 6e142d469..5a9dfc1d8 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -23,7 +23,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.14.1 # Make sure this matches Chart.yaml + version: 1.14.2 # Make sure this matches Chart.yaml wait: true needs: - gatekeeper diff --git a/high-availability.helmfile.yaml b/high-availability.helmfile.yaml index e43ff3d0c..dbb3d9535 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.14.1 # Make sure this matches Chart.yaml + version: 1.14.2 # Make sure this matches Chart.yaml wait: true needs: - dapr-system/dapr