part one of version migration

This commit is contained in:
Morten Olsen
2025-09-30 14:35:50 +02:00
parent e3163b1985
commit 1387c4dcd4
10 changed files with 12 additions and 9 deletions

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: docker.io/ckulka/baikal repository: docker.io/ckulka/baikal
tag: nginx@sha256:2baf73a1ac69e455818314816e693050a9343795ab2b2a65a7be5487d69d1b92 tag: 0.10.1-nginx
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: baikal subdomain: baikal

View File

@@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: "{{ .Release.Name }}" - name: "{{ .Release.Name }}"
image: ghcr.io/jordan-dalby/bytestash:latest image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
ports: ports:
- containerPort: 5000 - containerPort: 5000
name: http name: http

View File

@@ -1,3 +1,6 @@
globals: globals:
environment: prod environment: prod
subdomain: bytestash subdomain: bytestash
image:
repository: ghcr.io/jordan-dalby/bytestash
tag: 1.5.8

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/coder/coder repository: ghcr.io/coder/coder
tag: latest@sha256:73714e0685addde01bbff905cf5b647d6b677d77977c8009b6293d40fdf0f562 tag: v2.26.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: coder subdomain: coder

View File

@@ -4,6 +4,6 @@ globals:
domain: olsen.cloud domain: olsen.cloud
image: image:
repository: ghcr.io/esphome/esphome repository: ghcr.io/esphome/esphome
tag: latest@sha256:a455a4b9f8c513eeab0d4f575d8209b8178445cda4fbb4847ef90625cf84f500 tag: 2025.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: esphome subdomain: esphome

View File

@@ -3,6 +3,6 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: docker.gitea.com/gitea repository: docker.gitea.com/gitea
tag: latest@sha256:2edc102cbb636ae1ddac5fa0c715aa5b03079dee13ac6800b2cef6d4e912e718 tag: 1.24.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: gitea subdomain: gitea

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/homarr-labs/homarr repository: ghcr.io/homarr-labs/homarr
tag: latest@sha256:c7cfe7209739f1554b166ccbade8784c89b76953399263b7c9ee96ae5d478172 tag: v1.39.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: homarr subdomain: homarr

View File

@@ -3,7 +3,7 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: ghcr.io/home-assistant/home-assistant repository: ghcr.io/home-assistant/home-assistant
tag: stable@sha256:89ec0583c7f47c8a150204f6b5ed48b5432026012bebe1226cf72775a795a5e1 tag: 2025.9.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: home-assistant subdomain: home-assistant
piper: piper:

View File

@@ -4,6 +4,6 @@ globals:
timezone: Europe/Amsterdam timezone: Europe/Amsterdam
image: image:
repository: ghcr.io/metatool-ai/metamcp repository: ghcr.io/metatool-ai/metamcp
tag: latest@sha256:009c6354d55a7ff0df484c8109ac5ae241484e6fb6f7f09318dfeeba384108ac tag: 2.4.15
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: metamcp subdomain: metamcp

View File

@@ -2,6 +2,6 @@ globals:
environment: prod environment: prod
image: image:
repository: ghcr.io/music-assistant/server repository: ghcr.io/music-assistant/server
tag: latest@sha256:9b0b0c8476e5b208265cbede313558ca20202bbeaebfd70a3467081e75827e67 tag: 2.6.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: music-assistant subdomain: music-assistant