helm: pin versions, commit lockfile (#15749)

This commit is contained in:
Alex Dunn 2021-02-19 00:56:40 -08:00 committed by GitHub
parent c9e8e1739c
commit 38a6ae2d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 5 deletions

3
.gitignore vendored
View File

@ -43,8 +43,7 @@
/redis
/elasticsearch
# ignore Helm lockfile, dependency charts, and local values file
/chart/Chart.lock
# ignore Helm dependency charts
/chart/charts/*.tgz
# Ignore Apple files

12
chart/Chart.lock Normal file
View File

@ -0,0 +1,12 @@
dependencies:
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 12.8.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 8.10.14
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 10.9.0
digest: sha256:9e423aa9a7a46f49e44f0411d61afd685eedf4475752a2b1a24a86a83b0752d0
generated: "2021-02-16T17:10:49.594247-08:00"

View File

@ -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