diff --git a/stable/phpmyadmin/Chart.yaml b/stable/phpmyadmin/Chart.yaml index 6de63a3a63..5471cf1c85 100644 --- a/stable/phpmyadmin/Chart.yaml +++ b/stable/phpmyadmin/Chart.yaml @@ -1,5 +1,5 @@ name: phpmyadmin -version: 1.1.0 +version: 1.1.1 appVersion: 4.8.2 description: phpMyAdmin is an mysql administration frontend keywords: @@ -11,6 +11,6 @@ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/PhpMyAdmin_logo. sources: - https://github.com/bitnami/bitnami-docker-phpmyadmin maintainers: -- name: bitnami-bot +- name: Bitnami email: containers@bitnami.com engine: gotpl diff --git a/stable/phpmyadmin/templates/NOTES.txt b/stable/phpmyadmin/templates/NOTES.txt index 78a285332c..dff97d82b2 100644 --- a/stable/phpmyadmin/templates/NOTES.txt +++ b/stable/phpmyadmin/templates/NOTES.txt @@ -19,7 +19,7 @@ NOTE: It may take a few minutes for the LoadBalancer IP to be available. You can watch the status of by running 'kubectl get svc -w {{ template "phpmyadmin.fullname" . }}' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "phpmyadmin.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}') + export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "phpmyadmin.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") echo "phpMyAdmin URL: http://$SERVICE_IP:{{ .Values.service.port }}" {{- else if contains "ClusterIP" .Values.service.type }}