Skip to content

Commit

Permalink
roll back minio changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jan 17, 2024
1 parent 8d25693 commit cc70b68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/zeva-apps/charts/zeva-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc70b68

Please sign in to comment.