diff --git a/mage/helm/mage/Chart.lock b/mage/helm/mage/Chart.lock index a2dedf52b..03e0f7fe7 100644 --- a/mage/helm/mage/Chart.lock +++ b/mage/helm/mage/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.1.5 - name: mageai repository: https://mage-ai.github.io/helm-charts - version: 0.1.2 -digest: sha256:dd45698821c408ea2e7d4092759b3349b81560831eecc5ae62585864c453f6c5 -generated: "2023-06-26T13:31:32.353565+02:00" + version: 0.1.4 +digest: sha256:85b3a36cafc18f811f99fceabc7ce5ee791d0994a10d03213979321a57a6e1e7 +generated: "2023-10-04T22:26:18.459861143-07:00" diff --git a/mage/helm/mage/Chart.yaml b/mage/helm/mage/Chart.yaml index c4b758d9e..9313eb5bf 100644 --- a/mage/helm/mage/Chart.yaml +++ b/mage/helm/mage/Chart.yaml @@ -3,10 +3,11 @@ name: mage description: helm chart for mageai type: application version: 0.1.10 -appVersion: 0.8.102 +appVersion: 0.9.31 dependencies: - name: postgres version: 0.1.5 repository: https://pluralsh.github.io/module-library - name: mageai - version: 0.1.2 + version: 0.1.4 + repository: https://mage-ai.github.io/helm-charts \ No newline at end of file diff --git a/mage/helm/mage/charts/mageai-0.1.4.tgz b/mage/helm/mage/charts/mageai-0.1.4.tgz new file mode 100644 index 000000000..7b042e3ee Binary files /dev/null and b/mage/helm/mage/charts/mageai-0.1.4.tgz differ diff --git a/mage/helm/mage/values.yaml b/mage/helm/mage/values.yaml index 454c44ea5..b912477ae 100644 --- a/mage/helm/mage/values.yaml +++ b/mage/helm/mage/values.yaml @@ -15,9 +15,9 @@ mageai: cert-manager.io/cluster-issuer: letsencrypt-prod image: repository: dkr.plural.sh/mage/mageai/mageai - tag: 0.8.102 + tag: 0.9.31 volumes: - name: mage-fs persistentVolumeClaim: - claimName: mageai-pvc + claimName: mageai-pvc \ No newline at end of file diff --git a/mage/repository.yaml b/mage/repository.yaml index 170023215..35a8646f4 100644 --- a/mage/repository.yaml +++ b/mage/repository.yaml @@ -9,4 +9,5 @@ homepage: https://www.mage.ai/ gitUrl: https://github.com/mage-ai/mage-ai contributors: - nico.guary@gmail.com - - walkoss@pm.me \ No newline at end of file + - walkoss@pm.me + - troyyyang@gmail.com \ No newline at end of file