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 18
18
registry-server : ghcr.io
19
19
registry-username : ${{ github.actor }}
20
20
image : ${{ github.repository }}
21
- version : 0.7.2
21
+ version : 0.8.0
22
22
secrets :
23
23
pull-request-token : ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ metadata:
104
104
namespace : kube-system
105
105
spec :
106
106
ports :
107
- - name : https
107
+ - appProtocol : https
108
+ name : https
108
109
port : 443
109
110
protocol : TCP
110
111
targetPort : https
@@ -137,7 +138,7 @@ spec:
137
138
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
138
139
- --kubelet-use-node-status-port
139
140
- --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
141
142
imagePullPolicy : IfNotPresent
142
143
livenessProbe :
143
144
failureThreshold : 3
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
2
2
directories :
3
3
- contents :
4
4
- 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
7
7
path : .
8
8
path : config/upstream
9
9
kind : LockConfig
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ directories:
4
4
- githubRelease :
5
5
disableAutoChecksumValidation : true
6
6
slug : kubernetes-sigs/metrics-server
7
- tag : v0.7.2
7
+ tag : v0.8.0
8
8
includePaths :
9
9
- components.yaml
10
10
path : .
You can’t perform that action at this time.
0 commit comments