Skip to content

Commit

Permalink
Helm chart dependencies fix (#13432)
Browse files Browse the repository at this point in the history
* fix Minio dependency

* wrong parameter

* lock fix
  • Loading branch information
spezam authored Jun 2, 2022
1 parent 537c9ba commit 3072298
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions charts/airbyte/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.10.1
version: 1.15.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.13.9
version: 10.16.2
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 7.3.2
digest: sha256:51711092d4fb978667aaeadac5080241db1eb32d4a0d4d25c2a775110d013813
generated: "2021-11-30T11:54:53.849182827+01:00"
version: 11.6.3
digest: sha256:616b7b5af8ca1ac0bb11374a5589f7c00cad416faf5ac59a3484585be768fee3
generated: "2022-06-02T18:25:41.835008+02:00"
4 changes: 2 additions & 2 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
name: postgresql
version: 10.x.x
repository: https://charts.bitnami.com/bitnami
- condition: minio.enabled
- condition: logs.minio.enabled
name: minio
version: 7.x.x
version: 11.x.x
repository: https://charts.bitnami.com/bitnami

0 comments on commit 3072298

Please sign in to comment.