helm chart version version 12.5.3
All checks were successful
/ continuous-deploy (push) Successful in 19s

This commit is contained in:
Márcio Fernandes
2026-04-25 21:51:02 +00:00
parent 8730c3217b
commit d4f8664bc6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ image:
# This ensures the container includes OpenSSH and can expose the SSH port. # This ensures the container includes OpenSSH and can expose the SSH port.
repository: gitea/gitea repository: gitea/gitea
pullPolicy: Always pullPolicy: Always
tag: 1 #tag: 1
# dependency: # dependency:
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml # https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
valkey-cluster: valkey-cluster:

View File

@@ -16,7 +16,7 @@ if [ -n "${APP_HELM_VALUE_GITEA_ADMIN_USERNAME:-}" ]; then
helm repo add gitea-charts https://dl.gitea.com/charts/ --force-update helm repo add gitea-charts https://dl.gitea.com/charts/ --force-update
helm upgrade --install gitea gitea-charts/gitea --version 12.5.0 \ helm upgrade --install gitea gitea-charts/gitea --version 12.5.3 \
--values deploy/app/helm-values.yaml \ --values deploy/app/helm-values.yaml \
--set valkey.global.valkey.password=${APP_HELM_VALUE_VALKEY_GLOBAL_PASSWORD} \ --set valkey.global.valkey.password=${APP_HELM_VALUE_VALKEY_GLOBAL_PASSWORD} \
--set postgresql.global.postgresql.auth.postgresPassword=${APP_HELM_VALUE_POSTGRESQL_AUTH_POSTGRESPASSWORD} \ --set postgresql.global.postgresql.auth.postgresPassword=${APP_HELM_VALUE_POSTGRESQL_AUTH_POSTGRESPASSWORD} \