Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
greggbjensen committed Aug 15, 2024
1 parent f085e50 commit b6f0fb2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/prdeploy-api/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/prdeploy-app/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The prdeploy-api is installed and running at {{- include "prdeploy.url" . }}
The prdeploy-api is installed and running at {{ include "prdeploy.url" . }}
2 changes: 1 addition & 1 deletion charts/prdeploy-webhooks/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 2 additions & 3 deletions charts/prdeploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6f0fb2

Please sign in to comment.