Skip to content

Commit 9139f5f

Browse files
change sealed-secrets image from docker to quay (#96)
* Update kustomization.yaml * Update kustomization.yaml
1 parent d4458a9 commit 9139f5f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

csdp/base_components/apps/sealed-secrets/_components/codefresh-base/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ patches:
1313
- op: add
1414
path: /spec/template/spec/containers/0/args/-
1515
value: --key-renew-period=720h
16+
- op: replace
17+
path: /spec/template/spec/containers/0/image
18+
value: quay.io/codefresh/sealed-secrets-controller:v0.17.5
1619
- op: add
1720
path: /spec/template/spec/containers/0/resources
1821
value:

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ configMapGenerator:
1212
- name: codefresh-cm
1313
behavior: create
1414
literals:
15-
- version=0.0.536 # Runtime version
16-
- bootstrapRevision=0.0.536 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.537 # Runtime version
16+
- bootstrapRevision=0.0.537 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
1717
- appsetRequeueTime=15
1818

1919
replacements:

0 commit comments

Comments
 (0)