We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f80cb commit c5d1facCopy full SHA for c5d1fac
k8s/magiclove/external_secrets/deployment_list.cue
@@ -22,7 +22,7 @@ import (
22
spec: {
23
containers: [{
24
name: "external-secrets"
25
- image: "ghcr.io/external-secrets/external-secrets:v0.9.5"
+ image: "ghcr.io/external-secrets/external-secrets:v0.20.1"
26
args: ["--concurrent=1"]
27
ports: [{
28
name: "http-metrics"
k8s/magiclove/external_secrets/webhook/deployment_list.cue
@@ -26,7 +26,7 @@ import (
}]
name: "webhook"
29
30
args: [
31
"webhook",
32
"--port=10250",
0 commit comments