From 41887e06e0835a78fb245fa716f2b8db685daa35 Mon Sep 17 00:00:00 2001 From: Kishor Joshi Date: Wed, 16 Sep 2020 13:10:25 -0700 Subject: [PATCH] update container image and crds --- stable/aws-loadbalancer-controller/Chart.yaml | 2 +- stable/aws-loadbalancer-controller/crds/crds.yaml | 6 ++---- stable/aws-loadbalancer-controller/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/stable/aws-loadbalancer-controller/Chart.yaml b/stable/aws-loadbalancer-controller/Chart.yaml index 18b6926f2..d60fa6123 100644 --- a/stable/aws-loadbalancer-controller/Chart.yaml +++ b/stable/aws-loadbalancer-controller/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: aws-loadbalancer-controller description: AWS Loadbalancer Controller Helm chart for Kubernetes -version: 0.1.0 +version: 0.1.1 appVersion: v2.0.0 home: https://github.com/aws/eks-charts icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png diff --git a/stable/aws-loadbalancer-controller/crds/crds.yaml b/stable/aws-loadbalancer-controller/crds/crds.yaml index ab9121ea1..f8ee55d9d 100644 --- a/stable/aws-loadbalancer-controller/crds/crds.yaml +++ b/stable/aws-loadbalancer-controller/crds/crds.yaml @@ -79,12 +79,10 @@ spec: items: properties: port: - anyOf: - - type: integer - - type: string description: The port which traffic must match. If unspecified, defaults to all port. - x-kubernetes-int-or-string: true + format: int64 + type: integer protocol: description: The protocol which traffic must match. If unspecified, defaults to all protocol. diff --git a/stable/aws-loadbalancer-controller/values.yaml b/stable/aws-loadbalancer-controller/values.yaml index d47a96397..6caf53e0b 100644 --- a/stable/aws-loadbalancer-controller/values.yaml +++ b/stable/aws-loadbalancer-controller/values.yaml @@ -5,8 +5,8 @@ replicaCount: 1 image: - repository: kishorj/aws-loadbalancer-controller - tag: "v2.0.0-beta1" + repository: amazon/aws-alb-ingress-controller + tag: v2.0.0-rc0 pullPolicy: Always imagePullSecrets: []