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:
|
image:
|
||||||
registry: ""
|
|
||||||
# IMPORTANT:
|
# IMPORTANT:
|
||||||
# The default image used by the Gitea Helm chart is the *rootless* variant.
|
# 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
|
# 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.
|
# This ensures the container includes OpenSSH and can expose the SSH port.
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
#tag: 1
|
|
||||||
# dependency:
|
|
||||||
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
|
|
||||||
valkey-cluster:
|
valkey-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
@@ -92,9 +92,9 @@ postgresql-ha:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: bitnami/postgresql
|
repository: bitnamilegacy/postgresql
|
||||||
tag: 16
|
tag: 16
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
global:
|
global:
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
Reference in New Issue
Block a user