diff options
Diffstat (limited to 'f3s/player')
| -rw-r--r-- | f3s/player/helm-chart/Chart.yaml | 2 | ||||
| -rw-r--r-- | f3s/player/helm-chart/templates/deployment.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/f3s/player/helm-chart/Chart.yaml b/f3s/player/helm-chart/Chart.yaml index 0c9ed8a..2134dad 100644 --- a/f3s/player/helm-chart/Chart.yaml +++ b/f3s/player/helm-chart/Chart.yaml @@ -3,4 +3,4 @@ name: player description: Player media app for f3s type: application version: 0.1.0 -appVersion: "c4de92d" +appVersion: "df224ef" diff --git a/f3s/player/helm-chart/templates/deployment.yaml b/f3s/player/helm-chart/templates/deployment.yaml index db72e1f..74d03bb 100644 --- a/f3s/player/helm-chart/templates/deployment.yaml +++ b/f3s/player/helm-chart/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: fsGroup: 65534 containers: - name: player - image: registry.lan.buetow.org:30001/player:c4de92d + image: registry.lan.buetow.org:30001/player:df224ef imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
