File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
apps/sealed-secrets/_components/codefresh-base Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ patches:
13
13
- op: add
14
14
path: /spec/template/spec/containers/0/args/-
15
15
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
16
19
- op: add
17
20
path: /spec/template/spec/containers/0/resources
18
21
value:
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
12
12
- name : codefresh-cm
13
13
behavior : create
14
14
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)
17
17
- appsetRequeueTime=15
18
18
19
19
replacements :
You can’t perform that action at this time.
0 commit comments