Skip to content

Commit fd33545

Browse files
committed
Bump version to v1.1.1
1 parent e291dd8 commit fd33545

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/examples/alb-ingress-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ spec:
6666
#- name: AWS_SECRET_ACCESS_KEY
6767
# value: SECRETVALUE
6868
# Repository location of the ALB Ingress Controller.
69-
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.0
69+
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.1
7070
serviceAccountName: alb-ingress-controller

docs/examples/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
commonLabels:
22
app.kubernetes.io/name: alb-ingress-controller
33

4+
imageTags:
5+
- name: docker.io/amazon/aws-alb-ingress-controller
6+
newTag: v1.1.1
7+
48
namespace: kube-system
59

610
resources:

0 commit comments

Comments
 (0)