Skip to content

Commit

Permalink
chore: prepare rc7 release (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsinghal authored Aug 25, 2023
1 parent 7b95fed commit 3e5256a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/ratify/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ratify
description: A Helm chart for Ratify
version: 1.8.0
appVersion: v1.0.0-rc.6
version: 1.9.0
appVersion: v1.0.0-rc.7
home: https://github.com/deislabs/ratify
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/deislabs/ratify
crdRepository: ghcr.io/deislabs/ratify-crds
tag: v1.0.0-rc.6
tag: v1.0.0-rc.7
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
7 changes: 5 additions & 2 deletions helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ releases:
- name: ratify
namespace: gatekeeper-system
chart: ratify/ratify
version: 1.8.0
version: 1.9.0
wait: true
needs:
- gatekeeper
Expand Down Expand Up @@ -57,6 +57,7 @@ releases:
- "stores.config.ratify.deislabs.io"
- "verifiers.config.ratify.deislabs.io"
- "certificatestores.config.ratify.deislabs.io"
- "policies.config.ratify.deislabs.io"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
Expand All @@ -68,4 +69,6 @@ releases:
- "gatekeeper-system"
set:
- name: notationCert
value: {{ exec "curl" (list "-sSL" "https://raw.githubusercontent.com/deislabs/ratify/main/test/testdata/notation.crt") | quote }}
value: {{ exec "curl" (list "-sSL" "https://raw.githubusercontent.com/deislabs/ratify/main/test/testdata/notation.crt") | quote }}
- name: featureFlags.RATIFY_CERT_ROTATION
value: true
12 changes: 4 additions & 8 deletions high-availability.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ releases:
value: false
- name: ratify
namespace: gatekeeper-system
chart: charts/ratify/
version: 1.8.0
chart: ratify/ratify
version: 1.9.0
wait: true
needs:
- dapr-system/dapr
Expand Down Expand Up @@ -74,14 +74,10 @@ releases:
- "gatekeeper-system"
- "--ignore-not-found=true"
set:
- name: image.repository
value: ghcr.io/deislabs/ratify-dev
- name: image.crdRepository
value: ghcr.io/deislabs/ratify-crds-dev
- name: image.tag
value: dev.20230723.d81e305
- name: featureFlags.RATIFY_EXPERIMENTAL_HIGH_AVAILABILITY
value: true
- name: featureFlags.RATIFY_CERT_ROTATION
value: true
- name: logger.level
value: debug
- name: notationCert
Expand Down

0 comments on commit 3e5256a

Please sign in to comment.