Skip to content

Commit 93f0e77

Browse files
committed
deps: Update Metrics Server 0.7.2 to 0.8.0
1 parent 9ea7ba2 commit 93f0e77

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.7.2
21+
version: 0.8.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/upstream/components.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ metadata:
104104
namespace: kube-system
105105
spec:
106106
ports:
107-
- name: https
107+
- appProtocol: https
108+
name: https
108109
port: 443
109110
protocol: TCP
110111
targetPort: https
@@ -137,7 +138,7 @@ spec:
137138
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
138139
- --kubelet-use-node-status-port
139140
- --metric-resolution=15s
140-
image: registry.k8s.io/metrics-server/metrics-server:v0.7.2
141+
image: registry.k8s.io/metrics-server/metrics-server:v0.8.0
141142
imagePullPolicy: IfNotPresent
142143
livenessProbe:
143144
failureThreshold: 3

package/vendir.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- githubRelease:
5-
tag: v0.7.2
6-
url: https://api.github.com/repos/kubernetes-sigs/metrics-server/releases/172217562
5+
tag: v0.8.0
6+
url: https://api.github.com/repos/kubernetes-sigs/metrics-server/releases/229645413
77
path: .
88
path: config/upstream
99
kind: LockConfig

package/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ directories:
44
- githubRelease:
55
disableAutoChecksumValidation: true
66
slug: kubernetes-sigs/metrics-server
7-
tag: v0.7.2
7+
tag: v0.8.0
88
includePaths:
99
- components.yaml
1010
path: .

0 commit comments

Comments
 (0)