Skip to content

Commit 520ab09

Browse files
authored
cut v2.0.0-rc2 release (#1461)
1 parent bc903b2 commit 520ab09

File tree

3 files changed

+569
-2
lines changed

3 files changed

+569
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0-rc1
3+
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0-rc2
44

55
CRD_OPTIONS ?= "crd:trivialVersions=false,crdVersions=v1beta1"
66

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ kind: Kustomization
88
images:
99
- name: controller
1010
newName: amazon/aws-alb-ingress-controller
11-
newTag: v2.0.0-rc1
11+
newTag: v2.0.0-rc2

0 commit comments

Comments
 (0)