Skip to content

Commit

Permalink
chore(deps): update gcr.io/kubebuilder/kube-rbac-proxy docker tag to …
Browse files Browse the repository at this point in the history
…v0.16.0
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 33454eb commit daede9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/wireguard_operator/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
spec: {
containers: [{
name: "kube-rbac-proxy"
image: "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0"
image: "gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0"
args: [
"--secure-listen-address=0.0.0.0:8443",
"--upstream=http://127.0.0.1:8080/",
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/dragonfly_operator_system/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
spec: {
containers: [{
name: "kube-rbac-proxy"
image: "gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1"
image: "gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0"
args: [
"--secure-listen-address=0.0.0.0:8443",
"--upstream=http://127.0.0.1:8080/",
Expand Down

0 comments on commit daede9d

Please sign in to comment.