removed hardcoded version in example
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 7s

This commit is contained in:
Jonas Forsberg 2024-10-18 16:42:00 +02:00
parent 0204cc88db
commit 82caca32d4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ to use, add this to your Charts.yaml
dependencies: dependencies:
- name: lib - name: lib
repository: oci://repo.rre.nu/helm repository: oci://repo.rre.nu/helm
version: 1.0.0 version: <chart version>
``` ```

View File

@ -7,7 +7,7 @@ to use, add this to your Charts.yaml
dependencies: dependencies:
- name: lib - name: lib
repository: oci://repo.rre.nu/helm repository: oci://repo.rre.nu/helm
version: 1.0.0 version: <chart version>
``` ```
Common functions for my helm charts at home Common functions for my helm charts at home