Skip to content

Commit

Permalink
helm: pin versions, commit lockfile (mastodon#15749)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn authored and chrisguida committed Feb 26, 2022
1 parent 6ce3b9d commit 4e74b30
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e74b30

Please sign in to comment.