Skip to content

Commit 7d1ed86

Browse files
authored
chore: bump chart versions for v1.2.3 (#2082)
Signed-off-by: Akash Singhal <akashsinghal@microsoft.com>
1 parent 0ec0c08 commit 7d1ed86

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/ratify/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: ratify
33
description: A Helm chart for Ratify
4-
version: 1.13.3
5-
appVersion: v1.2.2
4+
version: 1.13.4
5+
appVersion: v1.2.3
66
home: https://github.com/ratify-project/ratify
77
icon: https://raw.githubusercontent.com/ratify-project/ratify/main/logo.svg

charts/ratify/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: ghcr.io/ratify-project/ratify
33
crdRepository: ghcr.io/ratify-project/ratify-crds
4-
tag: v1.2.2
4+
tag: v1.2.3
55
pullPolicy: IfNotPresent
66

77
nameOverride: ""

helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ releases:
2323
- name: ratify
2424
namespace: gatekeeper-system
2525
chart: ratify/ratify
26-
version: 1.13.3 # Make sure this matches Chart.yaml
26+
version: 1.13.4 # Make sure this matches Chart.yaml
2727
wait: true
2828
needs:
2929
- gatekeeper

high-availability.helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ releases:
3232
- name: ratify
3333
namespace: gatekeeper-system
3434
chart: ratify/ratify
35-
version: 1.13.3 # Make sure this matches Chart.yaml
35+
version: 1.13.4 # Make sure this matches Chart.yaml
3636
wait: true
3737
needs:
3838
- dapr-system/dapr

0 commit comments

Comments
 (0)