From 31a707da0fccd9ba8d20f5d10894139dc3c912f5 Mon Sep 17 00:00:00 2001 From: wangxiaoyou1993 <80284865+wangxiaoyou1993@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:16:35 -0800 Subject: [PATCH 1/2] Revert "update chart to us the last version of the deps" --- charts/mageai/Chart.lock | 8 ++++---- charts/mageai/Chart.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/mageai/Chart.lock b/charts/mageai/Chart.lock index 17d916c..6f17cfe 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: 16.0.1 + version: 15.5.15 - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.2.0 -digest: sha256:f6a940371cb351dd64d7c63530793e4e8bcfc92b4100889e306e7421fad9c592 -generated: "2024-10-09T22:28:39.43128+02:00" + version: 18.1.1 +digest: sha256:2fc0455e060a345ff3dea9d7ab4bc31983d71523a84df20dedb7bacaf5ade8bd +generated: "2024-07-10T11:59:53.185421-07:00" diff --git a/charts/mageai/Chart.yaml b/charts/mageai/Chart.yaml index a2057cb..699269d 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.74 + image: mageai/mageai:0.9.44 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.74" +appVersion: "0.9.72" description: A Helm chart for Mage AI @@ -51,11 +51,11 @@ maintainers: name: mageai dependencies: - name: postgresql - version: 16.0.1 + version: 15.5.15 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: 20.2.0 + version: 18.1.1 repository: https://charts.bitnami.com/bitnami condition: redis.enabled From 9c73a65c21bacd9adbdc033fed76c281cb8c9c91 Mon Sep 17 00:00:00 2001 From: wangxiaoyou1993 Date: Fri, 13 Dec 2024 18:20:57 -0800 Subject: [PATCH 2/2] [xy] Bump version to 0.2.8 --- charts/mageai/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mageai/Chart.yaml b/charts/mageai/Chart.yaml index 699269d..e8a7559 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 @@ -76,4 +76,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.7 +version: 0.2.8