From b74137a73b83baa7f80b438fa8134e8af84b1c85 Mon Sep 17 00:00:00 2001 From: goldpulpy Date: Sun, 22 Mar 2026 00:43:07 +0300 Subject: [PATCH 1/2] feat(helm): update chart version and remove JWT secret generation from NOTES --- helm/Chart.yaml | 4 ++-- helm/templates/NOTES.txt | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 165ad34..c146a58 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.1.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 }} \ From b2a7e72bffa4aa7d567d8f5ba2dd37e66455de6c Mon Sep 17 00:00:00 2001 From: goldpulpy Date: Sun, 22 Mar 2026 02:23:41 +0300 Subject: [PATCH 2/2] feat(helm): update application version to 1.2.0 --- helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c146a58..87fecc4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,7 +3,7 @@ name: status-page description: A Helm chart for Status Page application type: application version: 1.0.4 -appVersion: "1.1.0" +appVersion: "1.2.0" keywords: - status-page - monitoring