[bitnami/common] Standardize documentation (#20334)

Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2023-10-20 08:27:02 +02:00
committed by GitHub
parent af5f7530c1
commit 3af2426068
+3 -1
View File
@@ -8,9 +8,11 @@ A [Helm Library Chart](https://helm.sh/docs/topics/library_charts/#helm) for gro
dependencies:
- name: common
version: 2.x.x
repository: oci://registry-1.docker.io/bitnamicharts
repository: oci://REGISTRY_NAME/REPOSITORY_NAME
```
> Note: You need to substitute the placeholders `REGISTRY_NAME` and `REPOSITORY_NAME` with a reference to your Helm chart registry and repository. For example, in the case of Bitnami, you need to use `REGISTRY_NAME=registry-1.docker.io` and `REPOSITORY_NAME=bitnamicharts`.
```console
helm dependency update
```