helm: pin versions, commit lockfile (#15749)
This commit is contained in:
parent
c9e8e1739c
commit
38a6ae2d07
3 changed files with 16 additions and 5 deletions
|
@ -24,13 +24,13 @@ appVersion: 3.3.0
|
|||
|
||||
dependencies:
|
||||
- name: elasticsearch
|
||||
version: "12.x.x"
|
||||
version: 12.8.2
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: elasticsearch.enabled
|
||||
- name: postgresql
|
||||
version: "8.x.x"
|
||||
version: 8.10.14
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: "10.x.x"
|
||||
version: 10.9.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue