Skip to content

Commit

Permalink
Merge pull request #1611 from ZAFT-Armored-Keeper-of-Unity/ratify-1.13.2
Browse files Browse the repository at this point in the history
chore: prepare release 1.2.1 charts update 2
  • Loading branch information
binbin-li authored Jul 5, 2024
2 parents ca750c7 + 8e173a4 commit ac7c142
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.13.1
version: 1.13.2
appVersion: v1.2.1
home: https://github.com/deislabs/ratify
icon: https://raw.githubusercontent.com/deislabs/ratify/main/logo.svg
home: https://github.com/ratify-project/ratify
icon: https://raw.githubusercontent.com/ratify-project/ratify/main/logo.svg
4 changes: 2 additions & 2 deletions charts/ratify/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/deislabs/ratify
crdRepository: ghcr.io/deislabs/ratify-crds
repository: ghcr.io/ratify-project/ratify
crdRepository: ghcr.io/ratify-project/ratify-crds
tag: v1.2.1
pullPolicy: IfNotPresent

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.13.1 # Make sure this matches Chart.yaml
version: 1.13.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 @@ -32,7 +32,7 @@ releases:
- name: ratify
namespace: gatekeeper-system
chart: ratify/ratify
version: 1.13.1 # Make sure this matches Chart.yaml
version: 1.13.2 # Make sure this matches Chart.yaml
wait: true
needs:
- dapr-system/dapr
Expand Down

0 comments on commit ac7c142

Please sign in to comment.