diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 165ad34..87fecc4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: status-page description: A Helm chart for Status Page application type: application -version: 1.0.3 -appVersion: "1.0.0" +version: 1.0.4 +appVersion: "1.2.0" keywords: - status-page - monitoring diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index fe447d2..7579035 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -52,7 +52,6 @@ Create a Kubernetes secret: kubectl create secret generic status-page-secrets \ --from-literal=ADMIN_USERNAME=admin \ --from-literal=ADMIN_PASSWORD=$(openssl rand -base64 16) \ - --from-literal=JWT_SECRET=$(openssl rand -base64 32) \ -n {{ .Release.Namespace }} Then upgrade with: @@ -77,7 +76,7 @@ Then upgrade with: Admin Credentials: {{- if .Values.secrets.existingSecret }} - ✓ Securely stored in: {{ .Values.secrets.existingSecret }} + Securely stored in: {{ .Values.secrets.existingSecret }} Retrieve username: kubectl get secret {{ .Values.secrets.existingSecret }} \