Skip to content

Commit

Permalink
Merge pull request #4799 from zalando-incubator/updates-kube-apiserve…
Browse files Browse the repository at this point in the history
…r-skipper

Updates kube-apiserver Skipper version
  • Loading branch information
szuecs authored Nov 30, 2021
2 parents b036ca2 + 18fdf90 commit f439020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/node-pools/master-default/userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ write_files:
readOnly: true
{{- if or (eq .Cluster.ConfigItems.routegroups_validation "provisioned") (eq .Cluster.ConfigItems.routegroups_validation "enabled") }}
- name: routegroups-admission-webhook
image: registry.opensource.zalan.do/teapot/skipper:v0.13.53
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
args:
- webhook
- --address=:9085
Expand Down Expand Up @@ -409,7 +409,7 @@ write_files:
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
{{ end }}
- name: skipper-proxy
image: registry.opensource.zalan.do/teapot/skipper:v0.13.53
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
args:
- skipper
- -access-log-strip-query
Expand Down Expand Up @@ -460,7 +460,7 @@ write_files:
name: ssl-certs-kubernetes
readOnly: true
- name: skipper-metrics
image: registry.opensource.zalan.do/teapot/skipper:v0.13.53
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
args:
- skipper
- -access-log-strip-query
Expand Down

0 comments on commit f439020

Please sign in to comment.