We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665d43c commit 2098682Copy full SHA for 2098682
docs/spec/v1beta2/helmrepositories.md
@@ -240,7 +240,7 @@ metadata:
240
namespace: default
241
spec:
242
interval: 5m0s
243
- url: oci://ghcr.io/stefanprodan/charts
+ url: oci://ghcr.io/my-user/my-private-repo
244
type: "oci"
245
secretRef:
246
name: oci-creds
@@ -255,6 +255,8 @@ stringData:
255
password: 123456
256
```
257
258
+For OCI Helm repositories, it is also possible to use a kubernetes secret of type `docker-registry`.
259
+
260
#### TLS authentication
261
262
**Note:** TLS authentication is not yet supported by OCI Helm repositories.
0 commit comments