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
Copy file name to clipboardExpand all lines: helm/cosmo/DEV.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ Run `helm upgrade cosmo -f values.yaml .` to apply the changes.
149
149
150
150
## Kapp support
151
151
152
-
The Helm chart is also compatible with [Kapp](https://get-kapp.io/). Kapp is an alternative way to manage Kubernetes resources. We make use of [Versioned Resources](https://carvel.dev/kapp/docs/v0.58.x/diff/#versioned-resources) to ensure that your Pod is restarted when your config changes.
152
+
The Helm chart is also compatible with [Kapp](https://carvel.dev/kapp/). Kapp is an alternative way to manage Kubernetes resources. We make use of [Versioned Resources](https://carvel.dev/kapp/docs/v0.58.x/diff/#versioned-resources) to ensure that your Pod is restarted when your config changes.
153
153
We also make use of [Apply Ordering](https://carvel.dev/kapp/docs/v0.58.x/apply-ordering/) to avoid unnecessary restarts of your Pods when the dependencies are not ready yet.
154
154
155
155
You can render the Helm chart and manage the stack with Kapp with the following command:
@@ -168,5 +168,5 @@ kapp delete -a cosmo
168
168
### Tips
169
169
170
170
It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image.
171
-
You can use a tool like [kbld](https://get-kbld.io/) to make sure your images are resolved to immutable tags.
171
+
You can use a tool like [kbld](https://carvel.dev/kbld/) to make sure your images are resolved to immutable tags.
172
172
WunderGraph will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist.
0 commit comments