From fbe74de1e7b7e7aa7fbaa25a861b0780549f482b Mon Sep 17 00:00:00 2001 From: MihaiSandor Date: Wed, 31 Aug 2022 17:01:59 +0300 Subject: [PATCH] update core --- charts/platform/Chart.yaml | 2 +- charts/platform/templates/deployment.yaml | 2 ++ charts/platform/values.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/platform/Chart.yaml b/charts/platform/Chart.yaml index ebc5406..7d1d4cb 100644 --- a/charts/platform/Chart.yaml +++ b/charts/platform/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: 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 diff --git a/charts/platform/templates/deployment.yaml b/charts/platform/templates/deployment.yaml index 9faef2d..e5588fd 100644 --- a/charts/platform/templates/deployment.yaml +++ b/charts/platform/templates/deployment.yaml @@ -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: diff --git a/charts/platform/values.yaml b/charts/platform/values.yaml index 2a1eb06..c800cd1 100644 --- a/charts/platform/values.yaml +++ b/charts/platform/values.yaml @@ -6,6 +6,7 @@ replicaCount: 1 image: endpointStorage: "" + minioEnableTls: "" repository: fluidtrendslab/platform pullPolicy: Always # Overrides the image tag whose default is the chart appVersion.