Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare rc7 release #1031

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading