diff --git a/charts/mageai/Chart.lock b/charts/mageai/Chart.lock index 6f17cfe..17d916c 100644 --- a/charts/mageai/Chart.lock +++ b/charts/mageai/Chart.lock @@ -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" diff --git a/charts/mageai/Chart.yaml b/charts/mageai/Chart.yaml index 33ce8b9..f1a5a44 100644 --- a/charts/mageai/Chart.yaml +++ b/charts/mageai/Chart.yaml @@ -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 @@ -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 @@ -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