File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
k8s/magiclove/external_secrets Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
spec : {
23
23
containers : [{
24
24
name : " external-secrets "
25
- image : " ghcr.io/external-secrets/external-secrets:v0.9.5 "
25
+ image : " ghcr.io/external-secrets/external-secrets:v0.12.1 "
26
26
args : [" --concurrent=1 " ]
27
27
ports : [{
28
28
name : " http-metrics "
Original file line number Diff line number Diff line change @@ -10762,7 +10762,7 @@ deployment: [{
10762
10762
runAsUser : 1000
10763
10763
seccompProfile : type : " RuntimeDefault "
10764
10764
}
10765
- image : " ghcr.io/external-secrets/external-secrets:v0.9.5 "
10765
+ image : " ghcr.io/external-secrets/external-secrets:v0.12.1 "
10766
10766
imagePullPolicy : " IfNotPresent "
10767
10767
args : [" --concurrent=1 " ]
10768
10768
ports : [{
@@ -10819,7 +10819,7 @@ deployment: [{
10819
10819
runAsUser : 1000
10820
10820
seccompProfile : type : " RuntimeDefault "
10821
10821
}
10822
- image : " ghcr.io/external-secrets/external-secrets:v0.9.5 "
10822
+ image : " ghcr.io/external-secrets/external-secrets:v0.12.1 "
10823
10823
imagePullPolicy : " IfNotPresent "
10824
10824
args : [
10825
10825
" webhook " ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
}]
27
27
containers : [{
28
28
name : " webhook "
29
- image : " ghcr.io/external-secrets/external-secrets:v0.9.5 "
29
+ image : " ghcr.io/external-secrets/external-secrets:v0.12.1 "
30
30
args : [
31
31
" webhook " ,
32
32
" --port=10250 " ,
You can’t perform that action at this time.
0 commit comments