diff --git a/charts/zeva-apps/charts/zeva-backend/Chart.yaml b/charts/zeva-apps/charts/zeva-backend/Chart.yaml index 1a2855cb7..7bc503e22 100644 --- a/charts/zeva-apps/charts/zeva-backend/Chart.yaml +++ b/charts/zeva-apps/charts/zeva-backend/Chart.yaml @@ -15,13 +15,13 @@ 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: 1.3.0 +version: 1.1.0 # 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. # It is recommended to use it with quotes. -appVersion: "1.57.0" +appVersion: "1.47.0" # version and appVersion history # version: 1.0.0 appVersion:1.46.0 diff --git a/charts/zeva-apps/charts/zeva-backend/templates/deployment-config.yaml b/charts/zeva-apps/charts/zeva-backend/templates/deployment-config.yaml index 26b29970e..bc89cb5df 100644 --- a/charts/zeva-apps/charts/zeva-backend/templates/deployment-config.yaml +++ b/charts/zeva-apps/charts/zeva-backend/templates/deployment-config.yaml @@ -134,20 +134,18 @@ spec: - name: MINIO_ACCESS_KEY valueFrom: secretKeyRef: - name: zeva-db-backup-s3 - key: AWS_ACCESS_KEY_ID + name: zeva-minio-{{ .Values.envName }} + key: MINIO_ACCESS_KEY - name: MINIO_SECRET_KEY valueFrom: secretKeyRef: - name: zeva-db-backup-s3 - key: AWS_SECRET_ACCESS_KEY + name: zeva-minio-{{ .Values.envName }} + key: MINIO_SECRET_KEY - name: MINIO_ENDPOINT valueFrom: - secretKeyRef: - name: zeva-db-backup-s3 - key: AWS_ENDPOINT - - name: MINIO_BUCKET_NAME - value: zevadv/uploaded-docs + configMapKeyRef: + name: zeva-config{{ .Values.suffix }} + key: minio_endpoint - name: EMAIL_SERVICE_CLIENT_ID valueFrom: secretKeyRef: