Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/metrics-server to v0.5.0 (#214)
Browse files Browse the repository at this point in the history
* Update dependency kubernetes-sigs/metrics-server to v0.5.0

* Update metrics-server-patch.yaml

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Hidetake Iwata <int128@gmail.com>
  • Loading branch information
3 people authored Sep 5, 2021
1 parent 509d23f commit 3c7bba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resources:
# https://github.com/kubernetes/dashboard
- https://raw.githubusercontent.com/kubernetes/dashboard/v2.1.0/aio/deploy/recommended.yaml
# https://github.com/kubernetes-sigs/metrics-server
- https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.4.4/components.yaml
- https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.5.0/components.yaml
# Service account for end-to-end test
- kauthproxy-role.yaml
patchesStrategicMerge:
Expand Down
2 changes: 1 addition & 1 deletion e2e_test/metrics-server-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
- name: metrics-server
args:
- --cert-dir=/tmp
- --secure-port=4443
- --secure-port=443
- --kubelet-insecure-tls

0 comments on commit 3c7bba4

Please sign in to comment.