Skip to content

Commit

Permalink
feat: upgrade mage -> 0.9.31 (#861)
Browse files Browse the repository at this point in the history
* upgrade mage

* docker.io for testing

* lower version for testing

* plural image repo

* update  mage repository.yaml

* private not needed
  • Loading branch information
troyyyang authored Oct 6, 2023
1 parent d040528 commit 1ecf943
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
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]

0 comments on commit 1ecf943

Please sign in to comment.