Skip to content

Commit cc1072b

Browse files
authored
docs: fix link to kbld & Kapp (#2075)
Co-authored-by: Aurélien Joga <aurelien.joga@arhs-spikeseed.com>
1 parent 9bbdfbb commit cc1072b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/cosmo/DEV.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Run `helm upgrade cosmo -f values.yaml .` to apply the changes.
149149

150150
## Kapp support
151151

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.
153153
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.
154154

155155
You can render the Helm chart and manage the stack with Kapp with the following command:
@@ -168,5 +168,5 @@ kapp delete -a cosmo
168168
### Tips
169169

170170
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.
172172
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

Comments
 (0)