diff --git a/incubator/aws-alb-ingress-controller/Chart.yaml b/incubator/aws-alb-ingress-controller/Chart.yaml index f43b2a6e43..f9d190df34 100644 --- a/incubator/aws-alb-ingress-controller/Chart.yaml +++ b/incubator/aws-alb-ingress-controller/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: aws-alb-ingress-controller description: A Helm chart for AWS ALB Ingress Controller -version: 0.1.5 +version: 0.1.6 appVersion: "v1.1.2" engine: gotpl home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller diff --git a/incubator/aws-alb-ingress-controller/values.yaml b/incubator/aws-alb-ingress-controller/values.yaml index 994d5a1343..a37a7a7eda 100644 --- a/incubator/aws-alb-ingress-controller/values.yaml +++ b/incubator/aws-alb-ingress-controller/values.yaml @@ -22,7 +22,7 @@ autoDiscoverAwsVpcID: false scope: ## If provided, the ALB ingress controller will only act on Ingress resources annotated with this class - ## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/configuration.md#limiting-ingress-class + ## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/guide/controller/config.md#limiting-ingress-class ingressClass: alb ## If true, the ALB ingress controller will only act on Ingress resources in a single namespace @@ -30,7 +30,7 @@ scope: singleNamespace: false ## If scope.singleNamespace=true, the ALB ingress controller will only act on Ingress resources in this namespace - ## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/configuration.md#limiting-namespaces + ## Ref: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/guide/controller/config.md#limiting-namespaces ## Default: namespace of the ALB ingress controller watchNamespace: ""