11# mono
22
3- ![ Version: 0.0.3 ] ( https://img.shields.io/badge/Version-0.0.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.0.4 ] ( https://img.shields.io/badge/Version-0.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55A mono chart for vault-postgres stack
66
77## Requirements
88
99| Repository | Name | Version |
1010| ------------| ------| ---------|
11- | file://../../base | base | 0.0.3 |
11+ | file://../../base | base | 0.0.4 |
1212
1313## Values
1414
@@ -19,14 +19,14 @@ A mono chart for vault-postgres stack
1919| postgres.secrets.envVars.data.POSTGRES_PASSWORD | string | ` "postgres" ` | |
2020| postgres.service.spec.ports.tcp.port | int | ` 5432 ` | |
2121| postgres.statefulset.spec.template.spec.containers.postgres.image.repository | string | ` "postgres" ` | |
22- | postgres.statefulset.spec.template.spec.containers.postgres.image.tag | string | ` "17.6 " ` | |
22+ | postgres.statefulset.spec.template.spec.containers.postgres.image.tag | string | ` "18.0 " ` | |
2323| postgres.statefulset.spec.volumeClaimTemplates.data.mount.mountPath | string | ` "/var/lib/postgresql/data" ` | |
2424| postgres.statefulset.spec.volumeClaimTemplates.data.spec.resources.requests.storage | string | ` "20Gi" ` | |
2525| vault.configMaps.files.data."/vault/config/config.json".disable_mlock | bool | ` true ` | |
2626| vault.configMaps.files.data."/vault/config/config.json".storage.postgresql.connection_url | string | ` "postgres://postgres:postgres@mono-postgres:5432/vault?sslmode=disable" ` | |
2727| vault.configMaps.files.data."/vault/config/config.json".ui | bool | ` true ` | |
2828| vault.deployment.spec.template.spec.containers.vault.image.repository | string | ` "hashicorp/vault" ` | |
29- | vault.deployment.spec.template.spec.containers.vault.image.tag | string | ` "1.20.2 " ` | |
29+ | vault.deployment.spec.template.spec.containers.vault.image.tag | string | ` "1.20.4 " ` | |
3030| vault.ingress.spec.rules."vault.example.local".http.paths./.backend.service.port.name | string | ` "http" ` | |
3131| vault.ingress.spec.rules."vault.example.local".tls.secretName | string | ` "vault-tls-secret" ` | |
3232| vault.nameOverride | string | ` "vault" ` | |
0 commit comments