Skip to content

Commit

Permalink
chore: bump chart versions for v1.3.2 (#2083)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singhal <[email protected]>
  • Loading branch information
akashsinghal authored Jan 27, 2025
1 parent 84c7c48 commit 2d89210
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/ratify/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/ratify/values.yaml
Original file line number Diff line number Diff line change
@@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion high-availability.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d89210

Please sign in to comment.