Skip to content

Commit ef8094c

Browse files
committed
chore: update gitea chart to 12.0.0
- the upstream chart replaces `redis` with `valkey`
1 parent 096f8c1 commit ef8094c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/gitea/gitea-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@ postgresql-ha:
5454
redis-cluster:
5555
enabled: false
5656

57+
valkey-cluster:
58+
enabled: false
59+
5760
strategy:
5861
type: "Recreate"

packages/gitea/zarf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ components:
5858
charts:
5959
- name: gitea
6060
releaseName: zarf-gitea
61-
url: https://dl.gitea.io/charts
62-
version: 10.1.1
61+
url: oci://registry-1.docker.io/giteacharts/gitea
62+
version: 12.0.0
6363
namespace: zarf
6464
valuesFiles:
6565
- gitea-values.yaml

zarf-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ registry_image = 'library/registry'
1616
registry_image_tag = '3.0.0'
1717

1818
# The image reference to use for the optional git-server Zarf deploys
19-
gitea_image = 'gitea/gitea:1.21.5-rootless'
19+
gitea_image = 'ghcr.io/go-gitea/gitea:1.23.8-rootless'

0 commit comments

Comments
 (0)