diff --git a/vault/values.yaml b/vault/values.yaml index daad247..1003a7c 100644 --- a/vault/values.yaml +++ b/vault/values.yaml @@ -4,18 +4,18 @@ vault: # image sets the repo and tag of the vault-k8s image to use for the injector. image: - repository: "hashicorp/vault-k8s" + repository: "registry.durp.info/hashicorp/vault-k8s" tag: "1.2.1" pullPolicy: Always agentImage: - repository: "hashicorp/vault" + repository: "registry.durp.info/hashicorp/vault" tag: "1.13.1" server: enabled: "-" image: - repository: "hashicorp/vault" + repository: "registry.durp.info/hashicorp/vault" tag: "1.13.1" pullPolicy: Always @@ -35,7 +35,7 @@ vault: accessMode: ReadWriteOnce ui: - enabled: true + enabled: false externalPort: 8200 targetPort: 8200