From b6f0fb2727ec4bd060272320d648e900c01962f6 Mon Sep 17 00:00:00 2001 From: "Gregg B. Jensen" Date: Wed, 14 Aug 2024 20:07:24 -0600 Subject: [PATCH] Update versioning --- .github/workflows/charts-build.yaml | 2 +- charts/prdeploy-api/templates/NOTES.txt | 2 +- charts/prdeploy-app/templates/NOTES.txt | 2 +- charts/prdeploy-webhooks/templates/NOTES.txt | 2 +- charts/prdeploy/values.yaml | 5 ++--- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/charts-build.yaml b/.github/workflows/charts-build.yaml index 8c762af..500ccaf 100644 --- a/.github/workflows/charts-build.yaml +++ b/.github/workflows/charts-build.yaml @@ -62,7 +62,7 @@ jobs: chart=$(dirname $chartFile) name=$(basename chart) - sed -i "s/^\(app\)\?\([Vv]ersion:\s*\).\+/\1\2$VERSION/" $chartFile + sed -i "s/\(app\)\?\([Vv]ersion:\s*\).\+/\1\2$VERSION/" $chartFile helm dependency update $chart helm lint $chart diff --git a/charts/prdeploy-api/templates/NOTES.txt b/charts/prdeploy-api/templates/NOTES.txt index 9e699ec..be4a6ab 100644 --- a/charts/prdeploy-api/templates/NOTES.txt +++ b/charts/prdeploy-api/templates/NOTES.txt @@ -1 +1 @@ -The prdeploy-api is installed and running at {{- include "prdeploy.url" . }}/api +The prdeploy-api is installed and running at {{ include "prdeploy.url" . }}/api diff --git a/charts/prdeploy-app/templates/NOTES.txt b/charts/prdeploy-app/templates/NOTES.txt index 6a7fc8e..1689746 100644 --- a/charts/prdeploy-app/templates/NOTES.txt +++ b/charts/prdeploy-app/templates/NOTES.txt @@ -1 +1 @@ -The prdeploy-api is installed and running at {{- include "prdeploy.url" . }} +The prdeploy-api is installed and running at {{ include "prdeploy.url" . }} diff --git a/charts/prdeploy-webhooks/templates/NOTES.txt b/charts/prdeploy-webhooks/templates/NOTES.txt index a4a6880..dcbb314 100644 --- a/charts/prdeploy-webhooks/templates/NOTES.txt +++ b/charts/prdeploy-webhooks/templates/NOTES.txt @@ -1 +1 @@ -The prdeploy-webhooks aPI is running at {{- include "prdeploy.url" . }}/webhooks +The prdeploy-webhooks is installed and running at {{ include "prdeploy.url" . }}/webhooks diff --git a/charts/prdeploy/values.yaml b/charts/prdeploy/values.yaml index 81ae68f..babc828 100644 --- a/charts/prdeploy/values.yaml +++ b/charts/prdeploy/values.yaml @@ -28,9 +28,8 @@ global: ingress: enabled: true className: "nginx" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" + annotations: + cert-manager.io/cluster-issuer: letsencrypt paths: - path: / pathType: Prefix