feat: publish to code.forgejo.org/forgejo-helm/forgejo
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.27.13) (push) Has been cancelled
build / e2e (v1.28.9) (push) Has been cancelled
build / e2e (v1.29.4) (push) Has been cancelled
build / e2e (v1.30.0) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled

This commit is contained in:
Michael Kriese 2024-05-30 12:41:10 +02:00
parent 149f13b886
commit cf571d4a64
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
5 changed files with 8 additions and 6 deletions

View file

@ -68,7 +68,7 @@ Additionally, this chart allows to provide LDAP and admin user configuration wit
## Update and versioning policy
The Forgejo helm chart versioning does not follow Forgejo's versioning.
The latest chart version can be looked up in <https://codeberg.org/forgejo-contrib/-/packages/container/forgejo> or in the [repository releases](https://codeberg.org/forgejo-contrib/forgejo-helm/releases).
The latest chart version can be looked up in <https://code.forgejo.org/forgejo-helm/-/packages/container/forgejo> or in the [repository releases](https://code.forgejo.org/forgejo-helm/forgejo-helm/releases).
The chart aims to follow Forgejo's releases closely.
There might be times when the chart is behind the latest Forgejo release.
@ -119,13 +119,13 @@ and look up the image tag which fits your needs on Dockerhub.
## Installing
```sh
helm install forgejo oci://codeberg.org/forgejo-contrib/forgejo
helm install forgejo oci://code.forgejo.org/forgejo-helm/forgejo
```
In case you want to supply values, you can reference a `values.yaml` file:
```sh
helm install forgejo -f values.yaml oci://codeberg.org/forgejo-contrib/forgejo
helm install forgejo -f values.yaml oci://code.forgejo.org/forgejo-helm/forgejo
```
When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom of this document for major and breaking changes.