Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaiSandor committed Aug 31, 2022
1 parent 59efa20 commit fbe74de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.0.7
version: 0.0.8

# 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
Expand Down
2 changes: 2 additions & 0 deletions charts/platform/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
value: fluidtrends
- name: ENDPOINT_STORAGE
value: {{ .Values.image.endpointStorage }}
- name: STORAGE_TLS
value: {{ .Values.image.minioEnableTls }}
- name: ACCESS_KEY_ID
valueFrom:
secretKeyRef:
Expand Down
1 change: 1 addition & 0 deletions charts/platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ replicaCount: 1

image:
endpointStorage: ""
minioEnableTls: ""
repository: fluidtrendslab/platform
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit fbe74de

Please sign in to comment.