From 107ccb68af18cf3f4bd04bc93bdde1d7c1169f93 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 May 2026 15:47:00 +0300 Subject: Update player image tags --- f3s/player/helm-chart/Chart.yaml | 2 +- f3s/player/helm-chart/templates/deployment.yaml | 2 +- f3s/xplayer/helm-chart/Chart.yaml | 2 +- f3s/xplayer/helm-chart/templates/deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/f3s/player/helm-chart/Chart.yaml b/f3s/player/helm-chart/Chart.yaml index 2d1db64..7bb571d 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: "0a9660a" +appVersion: "dd3a961" diff --git a/f3s/player/helm-chart/templates/deployment.yaml b/f3s/player/helm-chart/templates/deployment.yaml index 2ff1411..337d67a 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:0a9660a + image: registry.lan.buetow.org:30001/player:dd3a961 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/f3s/xplayer/helm-chart/Chart.yaml b/f3s/xplayer/helm-chart/Chart.yaml index d89f6ac..df1d044 100644 --- a/f3s/xplayer/helm-chart/Chart.yaml +++ b/f3s/xplayer/helm-chart/Chart.yaml @@ -3,4 +3,4 @@ name: xplayer description: Extra Player media app instance for f3s type: application version: 0.1.0 -appVersion: "0a9660a" +appVersion: "dd3a961" diff --git a/f3s/xplayer/helm-chart/templates/deployment.yaml b/f3s/xplayer/helm-chart/templates/deployment.yaml index 008135f..0d9c278 100644 --- a/f3s/xplayer/helm-chart/templates/deployment.yaml +++ b/f3s/xplayer/helm-chart/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: fsGroup: 65534 containers: - name: xplayer - image: registry.lan.buetow.org:30001/player:0a9660a + image: registry.lan.buetow.org:30001/player:dd3a961 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false -- cgit v1.2.3