Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }} \
Expand Down