modified: deploy/app/helm-values.yaml
All checks were successful
/ continuous-deploy (push) Successful in 22s
All checks were successful
/ continuous-deploy (push) Successful in 22s
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
global:
|
||||
# forcing docker.io to use cache from harbor
|
||||
imageRegistry: "docker.io"
|
||||
|
||||
image:
|
||||
registry: ""
|
||||
# IMPORTANT:
|
||||
# The default image used by the Gitea Helm chart is the *rootless* variant.
|
||||
# Rootless Gitea does NOT include an SSH server, so enabling SSH in the chart
|
||||
@@ -15,9 +18,6 @@ image:
|
||||
# This ensures the container includes OpenSSH and can expose the SSH port.
|
||||
repository: gitea/gitea
|
||||
pullPolicy: Always
|
||||
#tag: 1
|
||||
# dependency:
|
||||
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
|
||||
valkey-cluster:
|
||||
enabled: false
|
||||
|
||||
@@ -92,9 +92,9 @@ postgresql-ha:
|
||||
postgresql:
|
||||
enabled: true
|
||||
image:
|
||||
repository: bitnami/postgresql
|
||||
repository: bitnamilegacy/postgresql
|
||||
tag: 16
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user