diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index b0d7e53..a544a6b 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -10,10 +10,13 @@ spec: metadata: labels: app: {{ .Release.Name }} + annotations: + rollme: {{ randAlphaNum 5 | quote }} spec: containers: - image: {{ .Values.jellyfin.image }} name: jellyfin + imagePullPolicy: Always env: - name: NODE_NAME valueFrom: @@ -58,4 +61,4 @@ spec: claimName: {{ .Release.Name }}-cache - name: media persistentVolumeClaim: - claimName: nfs-media \ No newline at end of file + claimName: nfs-media diff --git a/helm/values.yaml b/helm/values.yaml index 1ef7830..69463c8 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -5,4 +5,4 @@ jf_detector: image: hub.ducoterra.net/ducoterra/jf-detector:0.0.4 jellyfin: - image: jellyfin/jellyfin:10.7.0-rc1 \ No newline at end of file + image: jellyfin/jellyfin:latest