Compare commits

...

13 commits

Author SHA1 Message Date
Renovate Bot
86cc3df94c
feat(deps)!: update forgejo docker tag to v11 (main) (#1191)
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1191
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-17 05:12:21 +00:00
Michael Kriese
22609c7a11
build!: stop publish to code.forgejo.org/forgejo-contrib/forgejo (#1188)
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1188
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
2025-04-16 14:15:14 +00:00
Michael Kriese
5f66b3c59b
docs: prepare forgejo v11 (#1189)
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1189
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
2025-04-16 14:14:53 +00:00
Renovate Bot
949431ec59
chore(deps): update pnpm to v10.8.1 (main) (#1186)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-14 11:41:58 +00:00
Renovate Bot
481abdf6f1
ci(deps): update actions/setup-node action to v4.4.0 (main) (#1184)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-14 05:05:20 +00:00
Renovate Bot
ba74d0e3ab
fix(deps): update subcharts (main) (#1182)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-14 00:16:17 +00:00
Renovate Bot
34166888e0
chore(deps): update dependency lint-staged to v15.5.1 (main) (#1180)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-11 17:43:36 +00:00
Renovate Bot
996f747814
ci(deps): update dependency helm to v3.17.3 (main) (#1178)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-09 18:42:29 +00:00
Renovate Bot
6335e7f63b
chore(deps): update pnpm to v10.8.0 (main) (#1176)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-07 17:15:02 +00:00
Renovate Bot
88b197301c
ci(deps): update dependency helm-unittest to v0.8.0 (main) (#1137)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-04 21:47:12 +00:00
Renovate Bot
5e796bbe05
chore(deps): update pnpm to v10.7.1 (main) (#1174)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-04-01 12:43:25 +00:00
Renovate Bot
f44ebff9ab
fix(deps): update helm release postgresql to v16.6.0 (main) (#1173)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-03-31 00:13:02 +00:00
Renovate Bot
9068a9c82e
ci(deps): update k3s (patch) (main) (patch) (#1171)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-03-27 19:43:21 +00:00
9 changed files with 29 additions and 55 deletions

View file

@ -10,7 +10,7 @@ runs:
with: with:
standalone: true standalone: true
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version-file: .node-version node-version-file: .node-version
cache: 'pnpm' cache: 'pnpm'

View file

@ -14,8 +14,8 @@ permissions:
contents: read contents: read
env: env:
HELM_VERSION: v3.17.2 # renovate: datasource=github-releases depName=helm packageName=helm/helm HELM_VERSION: v3.17.3 # renovate: datasource=github-releases depName=helm packageName=helm/helm
HELM_UNITTEST_VERSION: v0.7.2 # renovate: datasource=github-releases depName=helm-unittest packageName=helm-unittest/helm-unittest HELM_UNITTEST_VERSION: v0.8.1 # renovate: datasource=github-releases depName=helm-unittest packageName=helm-unittest/helm-unittest
HELM_CHART_TESTING_VERSION: v3.12.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing HELM_CHART_TESTING_VERSION: v3.12.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing
KUBECTL_VERSION: v1.32.3 # renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes KUBECTL_VERSION: v1.32.3 # renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
CT_GITHUB_GROUPS: true CT_GITHUB_GROUPS: true
@ -94,9 +94,9 @@ jobs:
- v1.28.15+k3s1 # renovate: k3s - v1.28.15+k3s1 # renovate: k3s
# https://github.com/k3s-io/k3s/blob/master/channel.yaml#L3-L4 # https://github.com/k3s-io/k3s/blob/master/channel.yaml#L3-L4
# stable version # stable version
- v1.31.6+k3s1 # renovate: k3s - v1.31.7+k3s1 # renovate: k3s
# newest version # newest version
- v1.32.2+k3s1 # renovate: k3s - v1.32.3+k3s1 # renovate: k3s
steps: steps:
- run: cat /etc/os-release - run: cat /etc/os-release
@ -189,7 +189,6 @@ jobs:
- name: login to registries - name: login to registries
run: | run: |
echo ${CODEBERG_TOKEN} | helm registry login -u viceice --password-stdin codeberg.org/forgejo-contrib echo ${CODEBERG_TOKEN} | helm registry login -u viceice --password-stdin codeberg.org/forgejo-contrib
echo ${FORGEJO_TOKEN} | helm registry login -u viceice --password-stdin code.forgejo.org/forgejo-contrib
echo ${FORGEJO_TOKEN} | helm registry login -u viceice --password-stdin code.forgejo.org/forgejo-helm echo ${FORGEJO_TOKEN} | helm registry login -u viceice --password-stdin code.forgejo.org/forgejo-helm
env: env:
CODEBERG_TOKEN: ${{secrets.API_TOKEN}} CODEBERG_TOKEN: ${{secrets.API_TOKEN}}
@ -198,7 +197,6 @@ jobs:
- name: publish forgejo helm chart - name: publish forgejo helm chart
run: | run: |
helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://codeberg.org/forgejo-contrib helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://codeberg.org/forgejo-contrib
helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://code.forgejo.org/forgejo-contrib
helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://code.forgejo.org/forgejo-helm helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://code.forgejo.org/forgejo-helm
- name: publish forgejo release - name: publish forgejo release

View file

@ -4,7 +4,7 @@
".github/workflows/*", ".github/workflows/*",
".forgejo/workflows/*" ".forgejo/workflows/*"
], ],
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.7.2/schema/helm-testsuite.json": [ "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.8.1/schema/helm-testsuite.json": [
"/unittests/**/*.yaml" "/unittests/**/*.yaml"
] ]
}, },

View file

@ -4,15 +4,15 @@ dependencies:
version: 2.30.0 version: 2.30.0
- name: postgresql - name: postgresql
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 16.5.6 version: 16.6.3
- name: postgresql-ha - name: postgresql-ha
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 15.3.8 version: 15.3.12
- name: redis-cluster - name: redis-cluster
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 11.4.6 version: 11.5.0
- name: redis - name: redis
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 20.11.4 version: 20.11.5
digest: sha256:a9c9f0779663336dd22ca4896f22bb64427e28f20aa567aee2f18474f8e31a23 digest: sha256:ed2dcbb769529ce01be7bbc98e1f58ed30ee6572d6dd3683f6c8f490ace776c7
generated: "2025-03-26T15:31:33.532188569Z" generated: "2025-04-14T00:00:47.95599756Z"

View file

@ -3,7 +3,7 @@ name: forgejo
description: Forgejo Helm chart for Kubernetes description: Forgejo Helm chart for Kubernetes
type: application type: application
version: 0.0.0 version: 0.0.0
appVersion: 10.0.3 appVersion: 11.0.0
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/
@ -37,20 +37,20 @@ 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://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 16.5.6 version: 16.6.3
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://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 15.3.8 version: 15.3.12
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
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 11.4.6 version: 11.5.0
condition: redis-cluster.enabled condition: redis-cluster.enabled
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
- name: redis - name: redis
repository: oci://ghcr.io/visualon/bitnamicharts repository: oci://ghcr.io/visualon/bitnamicharts
version: 20.11.4 version: 20.11.5
condition: redis.enabled condition: redis.enabled

View file

@ -1218,6 +1218,11 @@ 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 v12
You need Forgejo v11+ to use this Helm Chart version.
Forgejo v10 is now EOL.
### To v11 ### To v11
PostgreSQL and PostgreSQL HA are now using PostgreSQL v17. PostgreSQL and PostgreSQL HA are now using PostgreSQL v17.

View file

@ -1,29 +0,0 @@
image:
registry: codeberg.org
repository: forgejo-experimental/forgejo
tag: 10 # don't pin, manifests can be missing
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
test:
image:
name: code.forgejo.org/oci/busybox
redis-cluster:
enabled: false
postgresql-ha:
enabled: false
persistence:
enabled: false
gitea:
config:
database:
DB_TYPE: sqlite3
session:
PROVIDER: memory
cache:
ADAPTER: memory
queue:
TYPE: level

View file

@ -19,11 +19,11 @@
"conventional-changelog-conventionalcommits": "8.0.0", "conventional-changelog-conventionalcommits": "8.0.0",
"conventional-changelog-core": "9.0.0", "conventional-changelog-core": "9.0.0",
"husky": "9.1.7", "husky": "9.1.7",
"lint-staged": "15.5.0", "lint-staged": "15.5.1",
"markdownlint-cli": "0.44.0", "markdownlint-cli": "0.44.0",
"prettier": "3.5.3" "prettier": "3.5.3"
}, },
"packageManager": "pnpm@10.7.0", "packageManager": "pnpm@10.8.1",
"engines": { "engines": {
"node": "^22.0.0", "node": "^22.0.0",
"pnpm": "^10.0.0" "pnpm": "^10.0.0"

View file

@ -24,8 +24,8 @@ importers:
specifier: 9.1.7 specifier: 9.1.7
version: 9.1.7 version: 9.1.7
lint-staged: lint-staged:
specifier: 15.5.0 specifier: 15.5.1
version: 15.5.0 version: 15.5.1
markdownlint-cli: markdownlint-cli:
specifier: 0.44.0 specifier: 0.44.0
version: 0.44.0 version: 0.44.0
@ -399,8 +399,8 @@ packages:
linkify-it@5.0.0: linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
lint-staged@15.5.0: lint-staged@15.5.1:
resolution: {integrity: sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==} resolution: {integrity: sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ==}
engines: {node: '>=18.12.0'} engines: {node: '>=18.12.0'}
hasBin: true hasBin: true
@ -1103,7 +1103,7 @@ snapshots:
dependencies: dependencies:
uc.micro: 2.1.0 uc.micro: 2.1.0
lint-staged@15.5.0: lint-staged@15.5.1:
dependencies: dependencies:
chalk: 5.4.1 chalk: 5.4.1
commander: 13.1.0 commander: 13.1.0