Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update container image and crds #252

Merged
merged 1 commit into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/aws-loadbalancer-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 2 additions & 4 deletions stable/aws-loadbalancer-controller/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions stable/aws-loadbalancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down