From 03946dea73fe1f9cb75a8681a2882227e5a54b06 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 5 Nov 2025 00:39:14 +0100 Subject: [PATCH] value update --- nextcloud/src/values.yaml | 42 ++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/nextcloud/src/values.yaml b/nextcloud/src/values.yaml index 003ac1e..1c52f2d 100644 --- a/nextcloud/src/values.yaml +++ b/nextcloud/src/values.yaml @@ -12,6 +12,7 @@ image: nameOverride: "" fullnameOverride: "" podAnnotations: {} +podLabels: {} deploymentAnnotations: {} deploymentLabels: {} @@ -424,6 +425,11 @@ externalDatabase: hostKey: host databaseKey: dbname +global: + security: + # required for bitnamilegacy repos + allowInsecureImages: true + ## ## MariaDB chart configuration ## ref: https://github.com/bitnami/charts/tree/main/bitnami/mariadb @@ -434,6 +440,9 @@ mariadb: # To use an ALREADY DEPLOYED mariadb database, set this to false and configure the externalDatabase parameters enabled: false + image: + repository: bitnamilegacy/mariadb + # see: https://github.com/bitnami/charts/tree/main/bitnami/mariadb#global-parameters global: # overwrites the primary.persistence.storageClass value @@ -469,32 +478,29 @@ postgresql: enabled: false image: repository: bitnamilegacy/postgresql - tag: 17.6.0-debian-12-r4 global: - security: - allowInsecureImages: true postgresql: # global.postgresql.auth overrides postgresql.auth auth: - username: oc_philiph - password: "" + username: nextcloud + password: changeme database: nextcloud # Name of existing secret to use for PostgreSQL credentials. # auth.postgresPassword, auth.password, and auth.replicationPassword will be ignored and picked up from this secret. # secret might also contains the key ldap-password if LDAP is enabled. # ldap.bind_password will be ignored and picked from this secret in this case. - existingSecret: nextcloud + existingSecret: "" # Names of keys in existing secret to use for PostgreSQL credentials secretKeys: - adminPasswordKey: postgres-password - userPasswordKey: db-pass - replicationPasswordKey: postgres-repl-pass + adminPasswordKey: "" + userPasswordKey: "" + replicationPasswordKey: "" primary: persistence: - enabled: true + enabled: false # Use an existing Persistent Volume Claim (must be created ahead of time) # existingClaim: "" - storageClass: openebs-3-replicas + # storageClass: "" ## ## External Redis configuration @@ -524,6 +530,8 @@ externalRedis: redis: enabled: false + image: + repository: bitnamilegacy/redis auth: enabled: true password: "changeme" @@ -533,7 +541,7 @@ redis: existingSecretPasswordKey: "" # Since Redis is used for caching only, you might want to use a storageClass with different reclaim policy and backup settings global: - storageClass: openebs-3-replicas + storageClass: "" master: persistence: enabled: true @@ -642,7 +650,10 @@ cronjob: schedule: "*/5 * * * *" successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 5 + # -- Additional labels for cronjob labels: {} + # -- Additional labels for cronjob pod + podLabels: {} annotations: {} backoffLimit: 1 affinity: {} @@ -705,6 +716,7 @@ persistence: # Nextcloud Data (/var/www/html) enabled: true annotations: {} + labels: {} ## nextcloud data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning @@ -727,6 +739,7 @@ persistence: nextcloudData: enabled: false subPath: + labels: {} annotations: {} storageClass: nfs-storage # existingClaim: @@ -784,6 +797,9 @@ nodeSelector: {} tolerations: [] +# -- Nextcloud pod topologySpreadConstraints +topologySpreadConstraints: [] + affinity: {} dnsConfig: {} @@ -819,6 +835,8 @@ imaginary: nodeSelector: {} # -- Imaginary pod tolerations tolerations: [] + # -- Imaginary pod topologySpreadConstraints + topologySpreadConstraints: [] # -- imaginary resources resources: {}