diff --git a/bitnami/contour/Chart.yaml b/bitnami/contour/Chart.yaml index 0e5f2e2f8..79c14e5c6 100644 --- a/bitnami/contour/Chart.yaml +++ b/bitnami/contour/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: contour description: Contour Ingress controller for Kubernetes -version: 2.1.0 +version: 2.1.1 appVersion: 1.8.1 keywords: - ingress diff --git a/bitnami/contour/templates/NOTES.txt b/bitnami/contour/templates/NOTES.txt index 2572eb9b0..b71c5aecf 100644 --- a/bitnami/contour/templates/NOTES.txt +++ b/bitnami/contour/templates/NOTES.txt @@ -5,11 +5,11 @@ You can watch the status by running: - $ kubectl get svc {{ include "common.names.fullname" . }} --namespace {{ .Release.Namespace }} -w + $ kubectl get svc {{ include "common.names.fullname" . }}-envoy --namespace {{ .Release.Namespace }} -w Once 'EXTERNAL-IP' is no longer '': - $ kubectl describe svc {{ include "common.names.fullname" . }} --namespace {{ .Release.Namespace }} | grep Ingress | awk '{print $3}' + $ kubectl describe svc {{ include "common.names.fullname" . }}-envoy --namespace {{ .Release.Namespace }} | grep Ingress | awk '{print $3}' 2. Configure DNS records corresponding to Kubernetes ingress resources to point to the load balancer IP/hostname found in step 1 {{- end }}