Skip to content

Commit

Permalink
Merge pull request #64 from syepes/master
Browse files Browse the repository at this point in the history
update chart to us the last version of the deps
  • Loading branch information
wangxiaoyou1993 authored Nov 12, 2024
2 parents 248abf7 + 50876f8 commit f03d00f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/mageai/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.15
version: 16.0.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.1.1
digest: sha256:2fc0455e060a345ff3dea9d7ab4bc31983d71523a84df20dedb7bacaf5ade8bd
generated: "2024-07-10T11:59:53.185421-07:00"
version: 20.2.0
digest: sha256:f6a940371cb351dd64d7c63530793e4e8bcfc92b4100889e306e7421fad9c592
generated: "2024-10-09T22:28:39.43128+02:00"
8 changes: 4 additions & 4 deletions charts/mageai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
artifacthub.io/category: integration-delivery
artifacthub.io/images: |
- name: mageai
image: mageai/mageai:0.9.44
image: mageai/mageai:0.9.74
platforms:
- linux/amd64
- linux/arm64
Expand Down Expand Up @@ -35,7 +35,7 @@ apiVersion: v2
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.9.72"
appVersion: "0.9.74"

description: A Helm chart for Mage AI

Expand All @@ -51,11 +51,11 @@ maintainers:
name: mageai
dependencies:
- name: postgresql
version: 15.5.15
version: 16.0.1
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 18.1.1
version: 20.2.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Expand Down

0 comments on commit f03d00f

Please sign in to comment.