You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can change local port forwarded by skaffold by changing the port values in the `skaffold.yaml` file on section `portForward``localPort`. Remind that you can forward only port greather than 1024 if you execute it as non root user
59
59
- You can delete your local cluster with the command `kind delete cluster`
60
60
- To use TLS your domain should be publically resolved to your cluster IP in order to allow Let's Encript to validate the domain
61
+
62
+
## Releasing new helm chart version
63
+
64
+
If you want to release a new version of the `caddy-ingress-controller` chart, you'll need
65
+
to create a new PR with:
66
+
- The new chart's `version` in `Chart.yaml`
67
+
- The new `image.tag` in `values.yaml` (if you want to update the default image used in the chart)
68
+
- The new `appVersion` in `Chart.yaml` (if you did the previous line)
69
+
70
+
## Releasing a new app version
71
+
72
+
To release a new caddy-ingress-controller image, you need to create a new semver tag.
73
+
It will build and push an image to https://hub.docker.com/r/caddy/ingress.
0 commit comments