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.6.4
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 585813c commit 1ee96b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/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.6.4"
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.6.4"
args: [
"--cert-dir=/tmp",
"--secure-port=4443",
Expand Down

0 comments on commit 1ee96b2

Please sign in to comment.