Compare commits
No commits in common. "97da7caf323d1def267c09e19ec6fc2154c5789b" and "e6250201a687975f2239265364916492bd1c921d" have entirely different histories.
97da7caf32
...
e6250201a6
7 changed files with 15 additions and 44 deletions
|
|
@ -10,7 +10,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
standalone: true
|
standalone: true
|
||||||
|
|
||||||
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
|
||||||
12
Chart.lock
12
Chart.lock
|
|
@ -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.4.16
|
||||||
- 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.3
|
||||||
- name: redis-cluster
|
- name: redis-cluster
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 11.4.6
|
version: 11.4.3
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 20.11.4
|
version: 20.11.2
|
||||||
digest: sha256:a9c9f0779663336dd22ca4896f22bb64427e28f20aa567aee2f18474f8e31a23
|
digest: sha256:e8bbe210734c2c9243c24c7465bd32c8e2168b19ebed0de4933059ad8a5ee408
|
||||||
generated: "2025-03-26T15:31:33.532188569Z"
|
generated: "2025-03-10T00:01:04.503169842Z"
|
||||||
|
|
|
||||||
10
Chart.yaml
10
Chart.yaml
|
|
@ -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: 10.0.1
|
||||||
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.4.16
|
||||||
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.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
|
||||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||||
version: 11.4.6
|
version: 11.4.3
|
||||||
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.2
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 10 # don't pin, manifests can be missing
|
tag: 10.0-test # don't pin, manifests can be missing
|
||||||
|
|
||||||
# Use mirror
|
# Use mirror
|
||||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
repository: forgejo-experimental/forgejo
|
repository: forgejo-experimental/forgejo
|
||||||
tag: 11 # don't pin, manifests can be missing
|
tag: 11.0-test # don't pin, manifests can be missing
|
||||||
|
|
||||||
# Use mirror
|
# Use mirror
|
||||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
image:
|
|
||||||
registry: codeberg.org
|
|
||||||
repository: forgejo-experimental/forgejo
|
|
||||||
tag: 12 # 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
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
"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.6.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^22.0.0",
|
"node": "^22.0.0",
|
||||||
"pnpm": "^10.0.0"
|
"pnpm": "^10.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue