helm chart version version 12.5.3
All checks were successful
/ continuous-deploy (push) Successful in 19s
All checks were successful
/ continuous-deploy (push) Successful in 19s
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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} \
|
||||||
|
|||||||
Reference in New Issue
Block a user