mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/common] Standardize documentation (#20334)
Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user