Skip to content

Commit

Permalink
Merge pull request #5107 from twz123/oci-http
Browse files Browse the repository at this point in the history
ADR 1: Show how to use OCI registries via plain HTTP
  • Loading branch information
ricardomaraschini authored Oct 11, 2024
2 parents 5125466 + 2d27d3e commit 6b72bf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/architecture/adr-001-autopilot-oci-basic-auth-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ secretRef:
name: artifacts-registry
```
Example configuration for OCI using plain HTTP transport:
```yaml
url: oci+http://my.registry/binaries/k0s:v1.30.1+k0s.0
sha256: e95603f167cce6e3cffef5594ef06785b3c1c00d3e27d8e4fc33824fe6c38a99
secretRef:
namespace: kube-system
name: artifacts-registry
```
Example configuration for HTTPS:
```yaml
Expand Down

0 comments on commit 6b72bf4

Please sign in to comment.