We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3d501 commit 88342e8Copy full SHA for 88342e8
charts/safe-infrastructure/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: safe-infrastructure
3
description: A Helm chart for Safe Infrastructure services
4
type: application
5
-version: 0.1.13
+version: 0.1.14
6
appVersion: "1.0.0"
7
maintainers:
8
- name: Safe Team
charts/safe-infrastructure/templates/cgw-deployment.yaml
@@ -24,7 +24,7 @@ spec:
24
- containerPort: 3000
25
env:
26
- name: BRIDGE_API_KEY
27
- value: 123456
+ value: "123456"
28
- name: HTTP_CLIENT_REQUEST_TIMEOUT_MILLISECONDS
29
value: {{ .Values.cgw.env.httpClientRequestTimeoutMilliseconds | quote }}
30
- name: SAFE_CONFIG_BASE_URI
0 commit comments