Skip to content

Commit

Permalink
Update helmfile.yaml for rc8 (ratify-project#1069)
Browse files Browse the repository at this point in the history
Signed-off-by: Susan Shi <huish@microsoft.com>
  • Loading branch information
susanshi authored Sep 8, 2023
1 parent 5c8d626 commit c644d2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev.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: charts/ratify # PRERELEASE: Change to 'ratify/ratify' before copying to helmfile.yaml
version: 1.9.0
version: 1.10.0 # ATTENTION: Needs to match latest in Chart.yaml
wait: true
needs:
- gatekeeper
Expand Down Expand Up @@ -79,4 +79,4 @@ releases:
- name: image.tag # PRERELEASE: REMOVE before copying to helmfile.yaml
value: dev.20230822.cd81c6e # PRERELEASE: REMOVE before copying to helmfile.yaml
- name: image.pullPolicy # PRERELEASE: REMOVE before copying to helmfile.yaml
value: Always # PRERELEASE: REMOVE before copying to helmfile.yaml
value: Always # PRERELEASE: REMOVE before copying to helmfile.yaml
4 changes: 2 additions & 2 deletions dev.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: charts/ratify/
version: 1.8.0
version: 1.10.0 # ATTENTION: Needs to match latest in Chart.yaml
wait: true
needs:
- dapr-system/dapr
Expand Down Expand Up @@ -128,4 +128,4 @@ releases:
- name: provider.cache.type
value: dapr
- name: provider.cache.name
value: dapr-redis
value: dapr-redis
4 changes: 2 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.9.0
version: 1.10.0 # Make sure this matches Chart.yaml
wait: true
needs:
- gatekeeper
Expand Down Expand Up @@ -71,4 +71,4 @@ releases:
- name: notationCert
value: {{ exec "curl" (list "-sSL" "https://raw.githubusercontent.com/deislabs/ratify/main/test/testdata/notation.crt") | quote }}
- name: featureFlags.RATIFY_CERT_ROTATION
value: true
value: true

0 comments on commit c644d2c

Please sign in to comment.