Compare commits

...

2 Commits

Author SHA1 Message Date
6895b078b5 update image version 2024-05-16 12:47:41 -05:00
27e70a1786 update image version 2024-05-16 12:46:44 -05:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: home-assistant name: home-assistant
version: 0.1.13 version: 0.1.14
description: Chart for Home Assistant description: Chart for Home Assistant
keywords: keywords:
- home-automation - home-automation

View File

@@ -56,7 +56,7 @@ codeserver:
enabled: false enabled: false
image: image:
repository: linuxserver/code-server repository: linuxserver/code-server
tag: 4.23.1 tag: 4.89.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
TZ: UTC TZ: UTC

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: tdarr name: tdarr
version: 0.0.5 version: 0.0.6
description: Chart for Tdarr V2 description: Chart for Tdarr V2
keywords: keywords:
- video - video
@@ -15,4 +15,4 @@ dependencies:
- name: tdarr-exporter - name: tdarr-exporter
version: 1.1.1 version: 1.1.1
repository: https://homeylab.github.io/helm-charts/ repository: https://homeylab.github.io/helm-charts/
appVersion: "2.17.01" appVersion: "2.18.02"

View File

@@ -21,7 +21,7 @@ server:
strategy: Recreate strategy: Recreate
image: image:
repository: ghcr.io/haveagitgat/tdarr repository: ghcr.io/haveagitgat/tdarr
tag: "2.17.01" tag: "2.18.02"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: [] env: []
envFrom: [] envFrom: []
@@ -58,7 +58,7 @@ node:
strategy: Recreate strategy: Recreate
image: image:
repository: ghcr.io/haveagitgat/tdarr_node repository: ghcr.io/haveagitgat/tdarr_node
tag: "2.17.01" tag: "2.18.02"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: [] env: []
envFrom: [] envFrom: []