diff --git a/charts/mint/Chart.yaml b/charts/mint/Chart.yaml index 8eb8832..2430bbb 100644 --- a/charts/mint/Chart.yaml +++ b/charts/mint/Chart.yaml @@ -15,7 +15,7 @@ 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: 9.0.0-beta.1 +version: 9.0.0-beta.2 # This is the version number of the application being deployed. This version number should be # 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. diff --git a/charts/mint/README.md b/charts/mint/README.md index 705a08d..ef6e6bb 100644 --- a/charts/mint/README.md +++ b/charts/mint/README.md @@ -1,6 +1,6 @@ # MINT -![Version: 9.0.0-beta.1](https://img.shields.io/badge/Version-9.0.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.3](https://img.shields.io/badge/AppVersion-1.16.3-informational?style=flat-square) +![Version: 9.0.0-beta.2](https://img.shields.io/badge/Version-9.0.0--beta.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.3](https://img.shields.io/badge/AppVersion-1.16.3-informational?style=flat-square) A Helm chart for MINT diff --git a/charts/mint/templates/model-catalog.yaml b/charts/mint/templates/model-catalog.yaml index df4fb69..b20ee6b 100644 --- a/charts/mint/templates/model-catalog.yaml +++ b/charts/mint/templates/model-catalog.yaml @@ -79,7 +79,6 @@ spec: - name: HASURA_ADMIN_SECRET valueFrom: secretKeyRef: - name: {{ include "mint.prefix" . }}-secrets - key: hasura_admin_secret - optional: true + name: {{ include "mint.prefix" . }}-hasura-secrets + key: admin_secret {{ end }}