Compare commits
16 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d76d070189 | ||
![]() |
837995bb68 | ||
![]() |
e82332f64c | ||
![]() |
f32d08d98e | ||
![]() |
de87a75eca | ||
![]() |
40d4ad01e0 | ||
![]() |
9f4dd125bc | ||
![]() |
5700597445 | ||
![]() |
71a7895fb1 | ||
![]() |
e19a82b0c3 | ||
![]() |
17d5bcdd8c | ||
![]() |
17835987bb | ||
![]() |
f5cd83eb6e | ||
![]() |
6a85a982d2 | ||
![]() |
dcd08e773a | ||
![]() |
848375a3a0 |
8 changed files with 31 additions and 13 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- release/**
|
- maint/**
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
|
@ -83,6 +83,7 @@ jobs:
|
||||||
- v1.27.13 # renovate: kindest
|
- v1.27.13 # renovate: kindest
|
||||||
- v1.28.9 # renovate: kindest
|
- v1.28.9 # renovate: kindest
|
||||||
- v1.29.4 # renovate: kindest
|
- v1.29.4 # renovate: kindest
|
||||||
|
- v1.30.0 # renovate: kindest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: cat /etc/os-release
|
- run: cat /etc/os-release
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
20.13.1
|
20.14.0
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 15.4.1
|
version: 15.5.0
|
||||||
- name: postgresql-ha
|
- name: postgresql-ha
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 14.1.2
|
version: 14.1.3
|
||||||
- name: redis-cluster
|
- name: redis-cluster
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 10.2.0
|
version: 10.2.0
|
||||||
digest: sha256:c5f726f10dc8b6cb106248e936edb3e44babf9cd4b809b327cbcbe93871c6f63
|
digest: sha256:f7feb678e253951354014684cca973ce7656aa8fd812e627534257dad7765069
|
||||||
generated: "2024-05-27T08:31:19.427853618Z"
|
generated: "2024-05-29T18:01:33.490509906Z"
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: forgejo
|
name: forgejo
|
||||||
description: Forgejo Helm chart for Kubernetes
|
description: Forgejo Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.0
|
version: 0.1.0
|
||||||
appVersion: 7.0.3
|
appVersion: 7.0.3
|
||||||
icon: https://code.forgejo.org/forgejo/forgejo/raw/branch/forgejo/assets/logo.svg
|
icon: https://code.forgejo.org/forgejo/forgejo/raw/branch/forgejo/assets/logo.svg
|
||||||
home: https://forgejo.org/
|
home: https://forgejo.org/
|
||||||
|
@ -29,12 +29,12 @@ dependencies:
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 15.4.1
|
version: 15.5.0
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
||||||
- name: postgresql-ha
|
- name: postgresql-ha
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 14.1.2
|
version: 14.1.3
|
||||||
condition: postgresql-ha.enabled
|
condition: postgresql-ha.enabled
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
||||||
- name: redis-cluster
|
- name: redis-cluster
|
||||||
|
|
|
@ -68,7 +68,7 @@ Additionally, this chart allows to provide LDAP and admin user configuration wit
|
||||||
## Update and versioning policy
|
## Update and versioning policy
|
||||||
|
|
||||||
The Forgejo helm chart versioning does not follow Forgejo's versioning.
|
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/0.8.0> or in the [repository releases](https://codeberg.org/forgejo-contrib/forgejo-helm/releases).
|
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 chart aims to follow Forgejo's releases closely.
|
The chart aims to follow Forgejo's releases closely.
|
||||||
There might be times when the chart is behind the latest Forgejo release.
|
There might be times when the chart is behind the latest Forgejo release.
|
||||||
|
@ -1161,3 +1161,8 @@ Hop into [our Matrix room](https://matrix.to/#/#forgejo-helm-chart:matrix.org) i
|
||||||
This section lists major and breaking changes of each Helm Chart version.
|
This section lists major and breaking changes of each Helm Chart version.
|
||||||
Please read them carefully to upgrade successfully, especially the change of the **default database backend**!
|
Please read them carefully to upgrade successfully, especially the change of the **default database backend**!
|
||||||
If you miss this, blindly upgrading may delete your Postgres instance and you may lose your data!
|
If you miss this, blindly upgrading may delete your Postgres instance and you may lose your data!
|
||||||
|
|
||||||
|
### To v6.0.0
|
||||||
|
|
||||||
|
You need Forgejo v7+ to use this Helm Chart version.
|
||||||
|
Use the v5 Helm Chart for Forgejo v1.21.
|
||||||
|
|
BIN
forgejo-0.1.0.tgz
Normal file
BIN
forgejo-0.1.0.tgz
Normal file
Binary file not shown.
|
@ -9,7 +9,15 @@
|
||||||
"custom.regex",
|
"custom.regex",
|
||||||
"github-actions"
|
"github-actions"
|
||||||
],
|
],
|
||||||
|
"baseBranches": ["main", "/^maint\\/.+/"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Disable major chart updates for maintenance branches",
|
||||||
|
"matchBaseBranches": ["/^maint\\/.+/"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"matchFileNames": ["Chart.yaml"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
@ -86,6 +94,11 @@
|
||||||
"description": "Update only daily for forgejo ci tests",
|
"description": "Update only daily for forgejo ci tests",
|
||||||
"matchFileNames": ["ci/*.yml"],
|
"matchFileNames": ["ci/*.yml"],
|
||||||
"extends": ["schedule:daily"]
|
"extends": ["schedule:daily"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "branch automerge not possible",
|
||||||
|
"matchPackagePatterns": [".+"],
|
||||||
|
"automergeType": "pr"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
suite: Init template
|
suite: Init template (rootless)
|
||||||
release:
|
release:
|
||||||
name: gitea-unittests
|
name: forgejo-unittests
|
||||||
namespace: testing
|
namespace: testing
|
||||||
templates:
|
templates:
|
||||||
- templates/gitea/init.yaml
|
- templates/gitea/init.yaml
|
||||||
|
@ -67,7 +67,6 @@ tests:
|
||||||
chown 1000:1000 "${GNUPGHOME}"
|
chown 1000:1000 "${GNUPGHOME}"
|
||||||
fi
|
fi
|
||||||
- it: it does not chown /data even when image.fullOverride is set
|
- it: it does not chown /data even when image.fullOverride is set
|
||||||
template: templates/gitea/init.yaml
|
|
||||||
set:
|
set:
|
||||||
image.fullOverride: gitea/gitea:1.20.5
|
image.fullOverride: gitea/gitea:1.20.5
|
||||||
asserts:
|
asserts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue