mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/aws-alb-ingress-controller] bump image version 1.1.3 -> 1.1.4 (#19721)
* [incubator/aws-alb-ingress-controller] bump the image version to v1.1.4 Signed-off-by: Sergei Gavrilov <sergei@gavrilov.work> * fix readme Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com> Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
co-authored by
David J. M. Karlsen
parent
85b0a12779
commit
be10a0e6fd
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
name: aws-alb-ingress-controller
|
||||
description: A Helm chart for AWS ALB Ingress Controller
|
||||
version: 0.1.11
|
||||
appVersion: "v1.1.3"
|
||||
version: 0.1.12
|
||||
appVersion: "v1.1.4"
|
||||
engine: gotpl
|
||||
home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
|
||||
sources:
|
||||
|
||||
@@ -54,7 +54,7 @@ The following tables lists the configurable parameters of the alb-ingress-contro
|
||||
| `awsVpcID` | AWS VPC ID of k8s cluster, required if ec2metadata is unavailable from controller pod | `vpc-xxx` |
|
||||
| `autoDiscoverAwsVpcID` | auto discover awsVpcID from ec2metadata, omit awsRegion when this set to true | false |
|
||||
| `image.repository` | controller container image repository | `894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-alb-ingress-controller` |
|
||||
| `image.tag` | controller container image tag | `v1.0.1` |
|
||||
| `image.tag` | controller container image tag | `v1.1.4` |
|
||||
| `image.pullPolicy` | controller container image pull policy | `IfNotPresent` |
|
||||
| `enableReadinessProbe` | enable readinessProbe on controller pod | `false` |
|
||||
| `enableLivenessProbe` | enable livenessProbe on controller pod | `false` |
|
||||
|
||||
@@ -76,7 +76,7 @@ rbac:
|
||||
|
||||
image:
|
||||
repository: docker.io/amazon/aws-alb-ingress-controller
|
||||
tag: "v1.1.3"
|
||||
tag: "v1.1.4"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
Reference in New Issue
Block a user