File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
cluster/manifests/ingress-controller Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
metadata :
18
18
labels :
19
19
application : kube-ingress-aws-controller
20
- version : " {{ $version }}"
20
+ # version: "{{ $version }}"
21
+ version : " pr-674-4"
21
22
annotations :
22
23
logging/destination : " {{ .Cluster.ConfigItems.log_destination_both }}"
23
24
prometheus.io/path : /metrics
32
33
serviceAccountName : kube-ingress-aws-controller
33
34
containers :
34
35
- name : controller
35
- image : container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }}
36
+ # image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }}
37
+ image : container-registry-test.zalando.net/teapot/kube-ingress-aws-controller:pr-674-3
36
38
args :
37
39
- --target-access-mode=HostPort
38
40
- --stack-termination-protection
You can’t perform that action at this time.
0 commit comments