summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-16 15:40:24 +0300
committerPaul Buetow <paul@buetow.org>2026-05-16 15:40:24 +0300
commit666a54614231ced9deffefb8af6249f5ed28edd4 (patch)
tree71c9ea93427b7ba2397c9599c6d4395512af0147 /f3s
parentbe2efdd8e88494f8e7b8e4e426b2c3bc007305b2 (diff)
Update player image tags
Diffstat (limited to 'f3s')
-rw-r--r--f3s/player/helm-chart/Chart.yaml2
-rw-r--r--f3s/player/helm-chart/templates/deployment.yaml2
-rw-r--r--f3s/xplayer/helm-chart/Chart.yaml2
-rw-r--r--f3s/xplayer/helm-chart/templates/deployment.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/f3s/player/helm-chart/Chart.yaml b/f3s/player/helm-chart/Chart.yaml
index 2134dad..2d1db64 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: "df224ef"
+appVersion: "0a9660a"
diff --git a/f3s/player/helm-chart/templates/deployment.yaml b/f3s/player/helm-chart/templates/deployment.yaml
index c1fd1f2..2ff1411 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:df224ef
+ image: registry.lan.buetow.org:30001/player:0a9660a
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
diff --git a/f3s/xplayer/helm-chart/Chart.yaml b/f3s/xplayer/helm-chart/Chart.yaml
index c946ab6..d89f6ac 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: "df224ef"
+appVersion: "0a9660a"
diff --git a/f3s/xplayer/helm-chart/templates/deployment.yaml b/f3s/xplayer/helm-chart/templates/deployment.yaml
index e97826c..008135f 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:df224ef
+ image: registry.lan.buetow.org:30001/player:0a9660a
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false