diff --git a/k8s-apps/paperless-ngx/values.yaml b/k8s-apps/paperless-ngx/values.yaml index eced1a88..ce0c60c3 100644 --- a/k8s-apps/paperless-ngx/values.yaml +++ b/k8s-apps/paperless-ngx/values.yaml @@ -189,6 +189,7 @@ redis: cnpg-cluster: type: postgresql mode: standalone + enablePDB: false cluster: enablePDB: false instances: 1 diff --git a/k8s-apps/vault-dev/values.yaml b/k8s-apps/vault-dev/values.yaml index 6d4796fd..bfd9f526 100644 --- a/k8s-apps/vault-dev/values.yaml +++ b/k8s-apps/vault-dev/values.yaml @@ -62,7 +62,7 @@ vault: # image sets the repo and tag of the vault-k8s image to use for the injector. image: repository: "hashicorp/vault-k8s" - tag: "1.4.2" + tag: "1.5.0" pullPolicy: IfNotPresent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent