We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e291dd8 commit fd33545Copy full SHA for fd33545
docs/examples/alb-ingress-controller.yaml
@@ -66,5 +66,5 @@ spec:
66
#- name: AWS_SECRET_ACCESS_KEY
67
# value: SECRETVALUE
68
# Repository location of the ALB Ingress Controller.
69
- image: docker.io/amazon/aws-alb-ingress-controller:v1.1.0
+ image: docker.io/amazon/aws-alb-ingress-controller:v1.1.1
70
serviceAccountName: alb-ingress-controller
docs/examples/kustomization.yaml
@@ -1,6 +1,10 @@
1
commonLabels:
2
app.kubernetes.io/name: alb-ingress-controller
3
4
+imageTags:
5
+- name: docker.io/amazon/aws-alb-ingress-controller
6
+ newTag: v1.1.1
7
+
8
namespace: kube-system
9
10
resources:
0 commit comments