Skip to content

Commit 98c3dab

Browse files
halkeyeHaloghen
andauthored
fix(foundry-vtt): deployment wasn't adding a volume for data if s3 was disabled (#25)
* fix(foundry-vtt): deployment wasn't adding a volume for data if s3 was disabled * Bumped chart versions --------- Co-authored-by: Francesco Zimbolo <francesco@zimbolo.it>
1 parent 5033f77 commit 98c3dab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Applications we offer at the moment are listed down here. Watch this website
2525
- `Prometheus PVE Exporter@0.1.15`
2626
- `Prometheus Haproxy Exporter@0.1.5`
2727
- `YouTrack@0.1.9`
28-
- `FoundryVTT@0.1.3`
28+
- `FoundryVTT@0.1.4`
2929

3030
### License
3131

charts/foundry-vtt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: foundry-vtt
33
description: Foundry Virtual Tabletop
44
type: application
5-
version: 0.1.3
5+
version: 0.1.4
66
appVersion: "v10.288"
77
keywords:
88
- game

charts/foundry-vtt/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ spec:
213213
secretName: {{ include "foundry-vtt.fullname" . }}-aws
214214
{{- else }}
215215
secretName: {{ .Values.foundryvtt.s3.existingSecret }}
216+
{{- end }}
216217
{{- end }}
217218
- name: data
218219
{{- if .Values.persistence.enabled }}
@@ -225,4 +226,3 @@ spec:
225226
{{- else }}
226227
emptyDir: { }
227228
{{- end }}
228-
{{- end }}

hugo/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Applications we offer at the moment are listed down here. Watch this website
1717
- ```Prometheus PVE Exporter@0.1.14```
1818
- ```Prometheus Haproxy Exporter@0.1.3```
1919
- ```YouTrack@0.1.8```
20-
- ```FoundryVTT@0.1.1```
20+
- ```FoundryVTT@0.1.4```
2121

2222
#### License
2323

0 commit comments

Comments
 (0)