File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-333 " }}
1
+ # {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-334 " }}
2
2
# {{ $version := index (split $image ":") 1 }}
3
3
apiVersion : apps/v1
4
4
kind : Deployment
Original file line number Diff line number Diff line change 1
- # {{ $image := "926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/kube-ingress-aws-controller:v0.17.7 " }}
1
+ # {{ $image := "926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/kube-ingress-aws-controller:v0.18.3 " }}
2
2
# {{ $version := index (split $image ":") 1 }}
3
3
4
4
apiVersion : apps/v1
75
75
requests :
76
76
cpu : 50m
77
77
memory : 4Gi
78
- {{- if eq .Cluster.Provider "zalando-eks"}}
78
+ # {{ if eq .Cluster.Provider "zalando-eks" }}
79
79
tolerations :
80
80
- key : dedicated
81
81
value : cluster-seed
82
82
effect : NoSchedule
83
- {{- end}}
83
+ # {{ end }}
Original file line number Diff line number Diff line change 1
1
{{/* image-updater-bot detects *image variables so use print to disable it for main image */}}
2
2
3
- {{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.22.59-1166 " }}
3
+ {{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.22.62-1169 " }}
4
4
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.22.62-1169" }}
5
5
6
6
{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
Original file line number Diff line number Diff line change 1
1
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2
- # {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-24 " }}
2
+ # {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-27 " }}
3
3
# {{ $version := index (split $image ":") 1 }}
4
4
apiVersion : v1
5
5
kind : ServiceAccount
You can’t perform that action at this time.
0 commit comments