File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ metadata:
104104 namespace : kube-system
105105spec :
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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
22directories :
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
99kind : LockConfig
Original file line number Diff line number Diff 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 : .
You can’t perform that action at this time.
0 commit comments