Skip to content

Commit 2098682

Browse files
committed
Add docker-registry secrets to OCI doc
A new statement is added to specify that docker-registry secrets are accepted by OCI Helm repositories. Signed-off-by: Soule BA <[email protected]>
1 parent 665d43c commit 2098682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/spec/v1beta2/helmrepositories.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ metadata:
240240
namespace: default
241241
spec:
242242
interval: 5m0s
243-
url: oci://ghcr.io/stefanprodan/charts
243+
url: oci://ghcr.io/my-user/my-private-repo
244244
type: "oci"
245245
secretRef:
246246
name: oci-creds
@@ -255,6 +255,8 @@ stringData:
255255
password: 123456
256256
```
257257

258+
For OCI Helm repositories, it is also possible to use a kubernetes secret of type `docker-registry`.
259+
258260
#### TLS authentication
259261

260262
**Note:** TLS authentication is not yet supported by OCI Helm repositories.

0 commit comments

Comments
 (0)