Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade mage -> 0.9.31 #861

Merged
merged 6 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mage/helm/mage/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 3 additions & 2 deletions mage/helm/mage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file added mage/helm/mage/charts/mageai-0.1.4.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions mage/helm/mage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion mage/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ homepage: https://www.mage.ai/
gitUrl: https://github.com/mage-ai/mage-ai
contributors:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Loading