Skip to content

Commit

Permalink
chore(deps): update registry.k8s.io/metrics-server/metrics-server doc…
Browse files Browse the repository at this point in the history
…ker tag to v0.7.2
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 33454eb commit 083ccb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/metrics_server/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
}]
containers: [{
name: "metrics-server"
image: "registry.k8s.io/metrics-server/metrics-server:v0.6.3"
image: "registry.k8s.io/metrics-server/metrics-server:v0.7.2"
args: [
"--cert-dir=/tmp",
"--secure-port=4443",
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/kube_system/metrics_server/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
}]
containers: [{
name: "metrics-server"
image: "registry.k8s.io/metrics-server/metrics-server:v0.6.3"
image: "registry.k8s.io/metrics-server/metrics-server:v0.7.2"
args: [
"--cert-dir=/tmp",
"--secure-port=4443",
Expand Down

0 comments on commit 083ccb1

Please sign in to comment.