Skip to content

Commit

Permalink
Merge pull request #732 from x13n/release-0.4
Browse files Browse the repository at this point in the history
Bump version to v0.4.4
  • Loading branch information
k8s-ci-robot authored Apr 30, 2021
2 parents 844cf35 + 6c5b613 commit ac3457f
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 @@ -67,7 +67,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.4.3 --help
docker run --rm k8s.gcr.io/metrics-server/metrics-server:v0.4.4 --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.4.3
newTag: v0.4.4

0 comments on commit ac3457f

Please sign in to comment.