Skip to content

Commit ef1ac7a

Browse files
author
James Rhoat
committed
port needed to be quoted
1 parent 42f4dd3 commit ef1ac7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/factorio-server-charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sources:
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 1.0.5
23+
version: 1.0.6
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to

charts/factorio-server-charts/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- name: LOAD_LATEST_SAVE
5454
value: {{ .Values.factorioServer.load_latest_save | quote }}
5555
- name: PORT
56-
value: {{ .Values.service.port }}
56+
value: {{ .Values.service.port | quote }}
5757
- name: CONFIG
5858
value: {{ .Values.factorioServer.config_path | quote }}
5959
volumes:

0 commit comments

Comments
 (0)