Skip to content

Commit

Permalink
Merge pull request #1133 from dgrisonnet/release-0.6.2
Browse files Browse the repository at this point in the history
Bump to release v0.6.2
  • Loading branch information
k8s-ci-robot authored Nov 25, 2022
2 parents babf2f1 + ce86b39 commit 8cabbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Most useful flags:
You can get a full list of Metrics Server configuration flags by running:

```shell
docker run --rm k8s.gcr.io/metrics-server/metrics-server:v0.6.1 --help
docker run --rm k8s.gcr.io/metrics-server/metrics-server:v0.6.2 --help
```

## Design
Expand Down
2 changes: 1 addition & 1 deletion manifests/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ bases:
images:
- name: gcr.io/k8s-staging-metrics-server/metrics-server
newName: k8s.gcr.io/metrics-server/metrics-server
newTag: v0.6.1
newTag: v0.6.2

0 comments on commit 8cabbee

Please sign in to comment.