1 Commits

Author SHA1 Message Date
0e4866aa92 Update Helm release traefik to v34 2025-01-14 12:01:46 +00:00
4 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: homeassistant - name: homeassistant
image: homeassistant image: homeassistant/home-assistant
ports: ports:
- containerPort: 8123 - containerPort: 8123
env: env:

View File

@@ -13,6 +13,6 @@ resources:
images: images:
- name: homeassistant - name: homeassistant/home-assistant
newName: homeassistant/home-assistant newName: homeassistant/home-assistant
newTag: "2025.1" newTag: "2025.1"

View File

@@ -59,8 +59,7 @@ ingress:
resources: resources:
limits: limits:
cpu: 1 cpu: 1
memory: 5Gi memory: 1Gi
# high memory should be allowed to handle package uploads
requests: requests:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi

View File

@@ -13,6 +13,6 @@ namespace: traefik-system
helmCharts: helmCharts:
- name: traefik - name: traefik
releaseName: traefik releaseName: traefik
version: 34.1.0 version: 34.0.0
valuesFile: values.yaml valuesFile: values.yaml
repo: https://traefik.github.io/charts repo: https://traefik.github.io/charts