Skip to content

Commit

Permalink
chore(deps): update ghcr.io/external-secrets/external-secrets docker …
Browse files Browse the repository at this point in the history
…tag to v0.10.4
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 3b50e54 commit 429d927
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/external_secrets/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
spec: {
containers: [{
name: "external-secrets"
image: "ghcr.io/external-secrets/external-secrets:v0.9.5"
image: "ghcr.io/external-secrets/external-secrets:v0.10.4"
args: ["--concurrent=1"]
ports: [{
name: "http-metrics"
Expand Down
4 changes: 2 additions & 2 deletions k8s/amour/external_secrets/external-secrets.cue
Original file line number Diff line number Diff line change
Expand Up @@ -10762,7 +10762,7 @@ deployment: [{
runAsUser: 1000
seccompProfile: type: "RuntimeDefault"
}
image: "ghcr.io/external-secrets/external-secrets:v0.9.5"
image: "ghcr.io/external-secrets/external-secrets:v0.10.4"
imagePullPolicy: "IfNotPresent"
args: ["--concurrent=1"]
ports: [{
Expand Down Expand Up @@ -10819,7 +10819,7 @@ deployment: [{
runAsUser: 1000
seccompProfile: type: "RuntimeDefault"
}
image: "ghcr.io/external-secrets/external-secrets:v0.9.5"
image: "ghcr.io/external-secrets/external-secrets:v0.10.4"
imagePullPolicy: "IfNotPresent"
args: [
"webhook",
Expand Down
2 changes: 1 addition & 1 deletion k8s/amour/external_secrets/webhook/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
}]
containers: [{
name: "webhook"
image: "ghcr.io/external-secrets/external-secrets:v0.9.5"
image: "ghcr.io/external-secrets/external-secrets:v0.10.4"
args: [
"webhook",
"--port=10250",
Expand Down

0 comments on commit 429d927

Please sign in to comment.