Compare commits

...

10 commits

Author SHA1 Message Date
renovate[bot]
094f0419f4 chore(deps): update helm chart crossplane to v1.18.0 2024-11-11 08:46:46 +01:00
renovate[bot]
bcea56d79f chore(deps): update helm chart kube-prometheus-stack to v66 2024-11-11 08:46:29 +01:00
renovate[bot]
e1b08c8014 chore(deps): update helm chart nextcloud to v6.2.2 2024-11-11 08:46:15 +01:00
renovate[bot]
d99c3063bb chore(deps): update helm chart vault-secrets-operator to v2.6.1 2024-11-11 08:46:03 +01:00
renovate[bot]
539b72ce80 chore(deps): update helm chart vault to v0.29.0 2024-11-11 08:45:49 +01:00
renovate[bot]
8437cddac4
chore(deps): update docker image quay.io/argoproj/argocd to v2.13.0 (#2517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 07:44:16 +00:00
renovate[bot]
9f84bca0d3
chore(deps): update docker image koenkk/zigbee2mqtt to v1.41.0 (#2516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 03:43:07 +00:00
renovate[bot]
15af136bf7
chore(deps): update docker image homeassistant/home-assistant to v2024.11 (#2515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 03:42:24 +00:00
renovate[bot]
42d10367de
chore(deps): update docker image ghcr.io/onedr0p/prowlarr-develop to v1.26 (#2514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 02:08:18 +00:00
renovate[bot]
c8736e911e
chore(deps): update docker image b4bz/homer to v24.11.1 (#2513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 02:07:03 +00:00
9 changed files with 11 additions and 11 deletions

View file

@ -8,7 +8,7 @@ installCRDs: true
global: global:
image: image:
repository: quay.io/argoproj/argocd repository: quay.io/argoproj/argocd
tag: v2.12.7 tag: v2.13.0
# imagePullPolicy: IfNotPresent # imagePullPolicy: IfNotPresent
securityContext: securityContext:
runAsUser: 999 runAsUser: 999
@ -176,7 +176,7 @@ repoServer:
initContainers: initContainers:
- name: copy-cmp-server - name: copy-cmp-server
image: quay.io/argoproj/argocd:v2.12.7 image: quay.io/argoproj/argocd:v2.13.0
command: command:
- cp - cp
- -n - -n

View file

@ -9,7 +9,7 @@ image:
# -- image repository # -- image repository
repository: ghcr.io/onedr0p/prowlarr-develop repository: ghcr.io/onedr0p/prowlarr-develop
# @default -- chart.appVersion # @default -- chart.appVersion
tag: "1.25" tag: "1.26"
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View file

@ -6,7 +6,7 @@ apps:
- name: crossplane - name: crossplane
repoURL: https://charts.crossplane.io/stable repoURL: https://charts.crossplane.io/stable
chart: crossplane chart: crossplane
targetRevision: 1.17.3 targetRevision: 1.18.0
secrets: secrets:
- name: terraform - name: terraform
keys: keys:

View file

@ -5,7 +5,7 @@ apps:
- name: kube-prometheus-stack - name: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
targetRevision: 65.8.1 targetRevision: 66.1.0
secrets: secrets:
- name: grafana - name: grafana
keys: keys:

View file

@ -4,7 +4,7 @@ controllers:
main: main:
image: image:
repository: homeassistant/home-assistant repository: homeassistant/home-assistant
tag: "2024.10" tag: "2024.11"
env: env:
TZ: Europe/Berlin TZ: Europe/Berlin

View file

@ -1,6 +1,6 @@
image: image:
repository: b4bz/homer repository: b4bz/homer
tag: v24.10.2 tag: v24.11.1
initContainers: initContainers:
clone-assets: clone-assets:

View file

@ -1,6 +1,6 @@
image: image:
repository: koenkk/zigbee2mqtt repository: koenkk/zigbee2mqtt
tag: 1.40.2 tag: 1.41.0
service: service:
main: main:

View file

@ -14,7 +14,7 @@ apps:
- name: nextcloud - name: nextcloud
repoURL: https://nextcloud.github.io/helm repoURL: https://nextcloud.github.io/helm
chart: nextcloud chart: nextcloud
targetRevision: 6.2.1 targetRevision: 6.2.2
secrets: secrets:
- name: nextcloud-user - name: nextcloud-user
keys: keys:

View file

@ -5,7 +5,7 @@ apps:
- name: vault - name: vault
repoURL: https://helm.releases.hashicorp.com repoURL: https://helm.releases.hashicorp.com
chart: vault chart: vault
targetRevision: 0.28.1 targetRevision: 0.29.0
syncWave: '-3' syncWave: '-3'
ignoreDiff: ignoreDiff:
- group: "*" - group: "*"
@ -18,5 +18,5 @@ apps:
namespace: vault-secrets-operator namespace: vault-secrets-operator
repoURL: https://ricoberger.github.io/helm-charts repoURL: https://ricoberger.github.io/helm-charts
chart: vault-secrets-operator chart: vault-secrets-operator
targetRevision: 2.6.0 targetRevision: 2.6.1
syncWave: '-2' syncWave: '-2'