diff --git a/charts/platform/Chart.yaml b/charts/platform/Chart.yaml index 2b32924..e091699 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.10 +version: 0.0.11 # 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 bea393e..91dc6f6 100644 --- a/charts/platform/templates/deployment.yaml +++ b/charts/platform/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: - name: ETH_GATEWAY value: {{ .Values.image.ethGateway | quote }} - name: ETH_GATEWAY_KEY - value: {{ .Values.image.minioEnableTls | .Values.image.ethGatewayKey }} + value: {{ .Values.image.ethGatewayKey | quote }} - name: ETH_CONTRACT_ADDRESS value: {{ .Values.image.ethContractAddress | quote }} - name: ETH_MINT_TOPIC