Compare commits
25 Commits
renovate/a
...
main
Author | SHA1 | Date | |
---|---|---|---|
ce9ea0d9ea | |||
8b41421818 | |||
2bdc9d4560 | |||
94aef91433 | |||
e104fadefc | |||
af8adfbff3 | |||
a82e1023c4 | |||
4466c1d5e0 | |||
a1389ac3fc | |||
24b2a2c762 | |||
6a1b012e48 | |||
43b0e4d3e6 | |||
288530aa4d | |||
6c8c0c9827 | |||
c71c966c57 | |||
7c1ac15d5c | |||
96e05255f5 | |||
02f6c3dda7 | |||
0fab1812f6 | |||
fb95bf481c | |||
eafd8cdc54 | |||
d5850ae24c | |||
41015a1c43 | |||
904bade396 | |||
f92da0f33c |
@ -13,4 +13,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: actualbudget
|
- name: actualbudget
|
||||||
newName: actualbudget/actual-server
|
newName: actualbudget/actual-server
|
||||||
newTag: 25.5.0
|
newTag: 25.6.1
|
||||||
|
@ -15,4 +15,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: homeassistant
|
- name: homeassistant
|
||||||
newName: homeassistant/home-assistant
|
newName: homeassistant/home-assistant
|
||||||
newTag: "2025.5"
|
newTag: "2025.6"
|
||||||
|
@ -18,7 +18,7 @@ images:
|
|||||||
newTag: java21
|
newTag: java21
|
||||||
- name: alpine
|
- name: alpine
|
||||||
newName: alpine
|
newName: alpine
|
||||||
newTag: "3.21"
|
newTag: "3.22"
|
||||||
- name: rsync
|
- name: rsync
|
||||||
newName: eeacms/rsync
|
newName: eeacms/rsync
|
||||||
newTag: "2.6"
|
newTag: "2.6"
|
||||||
|
@ -13,4 +13,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: binwiederhier/ntfy
|
- name: binwiederhier/ntfy
|
||||||
newName: binwiederhier/ntfy
|
newName: binwiederhier/ntfy
|
||||||
newTag: v2.11.0
|
newTag: v2.12.0
|
||||||
|
@ -14,14 +14,14 @@ namespace: paperless
|
|||||||
images:
|
images:
|
||||||
- name: paperless
|
- name: paperless
|
||||||
newName: ghcr.io/paperless-ngx/paperless-ngx
|
newName: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
newTag: "2.16.2"
|
newTag: "2.16.3"
|
||||||
|
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: redis
|
- name: redis
|
||||||
releaseName: redis
|
releaseName: redis
|
||||||
repo: https://charts.bitnami.com/bitnami
|
repo: https://charts.bitnami.com/bitnami
|
||||||
version: 21.1.11
|
version: 21.2.3
|
||||||
valuesInline:
|
valuesInline:
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.0.6
|
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.13.3
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- argo-apps.application.yaml
|
- argo-apps.application.yaml
|
||||||
- bootstrap-repo.sealedsecret.yaml
|
- bootstrap-repo.sealedsecret.yaml
|
||||||
|
@ -27,6 +27,6 @@ images:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
releaseName: authelia
|
releaseName: authelia
|
||||||
version: 0.10.10
|
version: 0.10.12
|
||||||
repo: https://charts.authelia.com
|
repo: https://charts.authelia.com
|
||||||
valuesFile: authelia.values.yaml
|
valuesFile: authelia.values.yaml
|
||||||
|
@ -11,8 +11,8 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: octodns
|
- name: octodns
|
||||||
newName: octodns/octodns # has all plugins
|
newName: octodns/octodns # has all plugins
|
||||||
newTag: "2025.05"
|
newTag: "2025.06"
|
||||||
|
|
||||||
- name: git
|
- name: git
|
||||||
newName: alpine/git
|
newName: alpine/git
|
||||||
newTag: "v2.47.2"
|
newTag: "v2.49.0"
|
@ -10,6 +10,6 @@ namespace: metallb-system
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: metallb
|
- name: metallb
|
||||||
repo: https://metallb.github.io/metallb
|
repo: https://metallb.github.io/metallb
|
||||||
version: 0.14.9
|
version: 0.15.2
|
||||||
releaseName: metallb
|
releaseName: metallb
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
@ -6,7 +6,7 @@ namespace: monitoring
|
|||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# prometheus-operator crds
|
# prometheus-operator crds
|
||||||
- https://github.com/prometheus-operator/prometheus-operator?ref=v0.82.2
|
- https://github.com/prometheus-operator/prometheus-operator?ref=v0.83.0
|
||||||
# single prometheus instance with a thanos sidecar
|
# single prometheus instance with a thanos sidecar
|
||||||
- prometheus.yaml
|
- prometheus.yaml
|
||||||
- thanos-store.statefulset.yaml
|
- thanos-store.statefulset.yaml
|
||||||
@ -29,5 +29,5 @@ helmCharts:
|
|||||||
- name: prometheus-node-exporter
|
- name: prometheus-node-exporter
|
||||||
releaseName: prometheus-node-exporter
|
releaseName: prometheus-node-exporter
|
||||||
repo: https://prometheus-community.github.io/helm-charts
|
repo: https://prometheus-community.github.io/helm-charts
|
||||||
version: 4.46.1
|
version: 4.47.0
|
||||||
valuesFile: prometheus-node-exporter.values.yaml
|
valuesFile: prometheus-node-exporter.values.yaml
|
||||||
|
@ -9,4 +9,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: controller
|
- name: controller
|
||||||
newName: docker.io/bitnami/sealed-secrets-controller
|
newName: docker.io/bitnami/sealed-secrets-controller
|
||||||
newTag: 0.29.0
|
newTag: 0.30.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user