Skip to content

Commit 88342e8

Browse files
fix type
1 parent 9b3d501 commit 88342e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/safe-infrastructure/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: safe-infrastructure
33
description: A Helm chart for Safe Infrastructure services
44
type: application
5-
version: 0.1.13
5+
version: 0.1.14
66
appVersion: "1.0.0"
77
maintainers:
88
- name: Safe Team

charts/safe-infrastructure/templates/cgw-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- containerPort: 3000
2525
env:
2626
- name: BRIDGE_API_KEY
27-
value: 123456
27+
value: "123456"
2828
- name: HTTP_CLIENT_REQUEST_TIMEOUT_MILLISECONDS
2929
value: {{ .Values.cgw.env.httpClientRequestTimeoutMilliseconds | quote }}
3030
- name: SAFE_CONFIG_BASE_URI

0 commit comments

Comments
 (0)