Skip to content

Commit

Permalink
Bump deployment yaml to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olagacek committed Sep 3, 2019
1 parent 2614b8a commit f18a8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/1.8+/metrics-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
emptyDir: {}
containers:
- name: metrics-server
image: k8s.gcr.io/metrics-server-amd64:v0.3.3
image: k8s.gcr.io/metrics-server-amd64:v0.3.4
imagePullPolicy: Always
volumeMounts:
- name: tmp-dir
Expand Down

4 comments on commit f18a8cd

@justmeandopensource
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the below error after your container image version bump.
desc = failed to resolve image "k8s.gcr.io/metrics-server-amd64:v0.3.4": no available registry endpoint: k8s.gcr.io/metrics-server-amd64:v0.3.4 not found

@trotyoung
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the below error after your container image version bump.
desc = failed to resolve image "k8s.gcr.io/metrics-server-amd64:v0.3.4": no available registry endpoint:

when I do curl -XGET https://k8s.gcr.io/v2/metrics-server-amd64/tags/list
I got

..."name":"metrics-server-amd64","tags":["dev","v0.1.0","v0.2.0","v0.2.1","v0.3.0","v0.3.0-alpha.1","v0.3.1","v0.3.2","v0.3.3"] ...

where is the metrics-server-amd64:v0.3.4 I wonder. 🤣

@yywzgh
Copy link

@yywzgh yywzgh commented on f18a8cd Sep 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi guy, there is no v0.3.4 image, are you forgot to upload that? Using the v0.3.4 will all right.

@serathius
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New image is being rolled out. To ensure that image includes correct commit hash that is pushed to registry we need to create release beforehand.
ETA 1h

Please sign in to comment.