From 3af242606877aea25c623b4185e6fcd285b7308d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 20 Oct 2023 08:27:02 +0200 Subject: [PATCH] [bitnami/common] Standardize documentation (#20334) Signed-off-by: Jota Martos --- bitnami/common/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitnami/common/README.md b/bitnami/common/README.md index 80da4cc2f5..a1d4b8250a 100644 --- a/bitnami/common/README.md +++ b/bitnami/common/README.md @@ -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 ```