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