Skip to content

Commit

Permalink
chore: update versions in README and kustomization.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jayapriya Pai <janantha@redhat.com>
  • Loading branch information
slashpai committed Sep 10, 2024
1 parent 66bb6b5 commit b99ab9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Installation instructions for previous releases can be found in [Metrics Server

Metrics Server | Metrics API group/version | Supported Kubernetes version
---------------|---------------------------|-----------------------------
0.8.x | `metrics.k8s.io/v1beta1` | 1.19+
0.7.x | `metrics.k8s.io/v1beta1` | 1.19+
0.6.x | `metrics.k8s.io/v1beta1` | 1.19+
0.5.x | `metrics.k8s.io/v1beta1` | *1.8+
Expand Down Expand Up @@ -150,7 +151,7 @@ Most useful flags:
You can get a full list of Metrics Server configuration flags by running:

```shell
docker run --rm registry.k8s.io/metrics-server/metrics-server:v0.7.0 --help
docker run --rm registry.k8s.io/metrics-server/metrics-server:v0.8.0 --help
```

## Design
Expand Down
2 changes: 1 addition & 1 deletion manifests/components/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Component
images:
- name: gcr.io/k8s-staging-metrics-server/metrics-server
newName: registry.k8s.io/metrics-server/metrics-server
newTag: v0.7.0
newTag: v0.8.0

0 comments on commit b99ab9c

Please sign in to comment.