Skip to content

Commit

Permalink
Merge pull request #899 from serathius/bump-v0.5.2
Browse files Browse the repository at this point in the history
Bump release to v0.5.2
  • Loading branch information
serathius authored Nov 16, 2021
2 parents 46a5daa + 86e8ca6 commit 93b9ddc
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 @@ -117,7 +117,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.5.1 --help
docker run --rm k8s.gcr.io/metrics-server/metrics-server:v0.5.2 --help
```

#### Helm Chart
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.5.1
newTag: v0.5.2

0 comments on commit 93b9ddc

Please sign in to comment.