Skip to content

Commit

Permalink
docs: point to oci registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Międzybrodzki committed Jan 14, 2025
1 parent 9123c0a commit c1e099f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
skip_upload: true
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ appVersion: 1.0.0
dependencies:
- name: app
version: 0.5.11
repository: https://wojciechem.github.io/platformex
repository: oci://ghcr.io/wojciechem/platformex
```
For values please see [values-example.yaml](charts/app/values-example.yaml)
Expand All @@ -35,5 +35,5 @@ For values please see [values-example.yaml](charts/app/values-example.yaml)
- [ ] custom service definitions for traefik ingressroutes (see https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/#kind-ingressroute)
- [ ] TraefikService support in ingressroutes
- Json schema
- [ ] deployment.containers required
- [ ] use kubernetes json schema where possible, [example](https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.31.3/probe.json)
- [ ] deployment.containers required
- [ ] use kubernetes json schema where possible, [example](https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.31.3/probe.json)

0 comments on commit c1e099f

Please sign in to comment.