Compare commits

...

17 Commits

Author SHA1 Message Date
5804221829 Update ghcr.io/coder/code-server Docker tag to v4.100.0 2025-05-12 20:01:22 +00:00
0ef2778115 Merge pull request 'Update Helm release authelia to v0.10.10' (#438) from renovate/authelia-0.x into main
Reviewed-on: #438
2025-05-12 18:40:51 +00:00
1fd16b09fd Merge pull request 'Update Helm release grafana to v9' (#443) from renovate/grafana-9.x into main
Reviewed-on: #443
2025-05-12 18:39:04 +00:00
c96bd4fca4 Merge pull request 'Update Helm release redis to v21' (#442) from renovate/redis-21.x into main
Reviewed-on: #442
2025-05-12 18:38:52 +00:00
6999dcbf83 Merge pull request 'Update Helm release prometheus-node-exporter to v4.46.0' (#436) from renovate/prometheus-node-exporter-4.x into main
Reviewed-on: #436
2025-05-12 18:38:03 +00:00
e1a838933a Merge pull request 'Update dependency prometheus-operator/prometheus-operator to v0.82.2' (#441) from renovate/prometheus-operator-prometheus-operator-0.x into main
Reviewed-on: #441
2025-05-12 18:36:53 +00:00
4ca077240d Merge pull request 'Update actualbudget/actual-server Docker tag to v25.5.0' (#439) from renovate/actualbudget-actual-server-25.x into main
Reviewed-on: #439
2025-05-12 18:35:59 +00:00
0b375b4092 Merge pull request 'Update homeassistant/home-assistant Docker tag to v2025.5' (#444) from renovate/homeassistant-home-assistant-2025.x into main
Reviewed-on: #444
2025-05-12 18:35:19 +00:00
a999b38733 Update dependency prometheus-operator/prometheus-operator to v0.82.2 2025-05-12 10:01:19 +00:00
403d4be680 Update Helm release authelia to v0.10.10 2025-05-11 12:01:21 +00:00
5b028638af Update Helm release redis to v21 2025-05-08 12:02:36 +00:00
d88fd862e0 Update homeassistant/home-assistant Docker tag to v2025.5 2025-05-08 10:02:17 +00:00
7bc03b9660 Merge pull request 'Update octodns/octodns Docker tag to v2025.05' (#440) from renovate/octodns-octodns-2025.x into main
Reviewed-on: #440
2025-05-08 08:57:54 +00:00
32d22ae7e5 Update Helm release grafana to v9 2025-05-07 08:02:25 +00:00
e58ca6e323 Update octodns/octodns Docker tag to v2025.05 2025-05-05 18:02:32 +00:00
5bc0939f63 Update actualbudget/actual-server Docker tag to v25.5.0 2025-05-03 18:01:39 +00:00
b880cbbfed Update Helm release prometheus-node-exporter to v4.46.0 2025-05-02 16:01:54 +00:00
8 changed files with 9 additions and 9 deletions

View File

@ -12,4 +12,4 @@ namespace: code-server
images: images:
- name: code-server - name: code-server
newName: ghcr.io/coder/code-server newName: ghcr.io/coder/code-server
newTag: 4.99.3-fedora newTag: 4.100.0-fedora

View File

@ -13,4 +13,4 @@ resources:
images: images:
- name: actualbudget - name: actualbudget
newName: actualbudget/actual-server newName: actualbudget/actual-server
newTag: 25.4.0 newTag: 25.5.0

View File

@ -17,5 +17,5 @@ helmCharts:
- releaseName: grafana - releaseName: grafana
name: grafana name: grafana
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
version: 8.14.1 version: 9.0.0
valuesFile: grafana.values.yaml valuesFile: grafana.values.yaml

View File

@ -15,4 +15,4 @@ resources:
images: images:
- name: homeassistant - name: homeassistant
newName: homeassistant/home-assistant newName: homeassistant/home-assistant
newTag: "2025.4" newTag: "2025.5"

View File

@ -21,7 +21,7 @@ helmCharts:
- name: redis - name: redis
releaseName: redis releaseName: redis
repo: https://charts.bitnami.com/bitnami repo: https://charts.bitnami.com/bitnami
version: 20.13.4 version: 21.0.2
valuesInline: valuesInline:
auth: auth:
enabled: false enabled: false

View File

@ -27,6 +27,6 @@ images:
helmCharts: helmCharts:
- name: authelia - name: authelia
releaseName: authelia releaseName: authelia
version: 0.10.6 version: 0.10.10
repo: https://charts.authelia.com repo: https://charts.authelia.com
valuesFile: authelia.values.yaml valuesFile: authelia.values.yaml

View File

@ -11,7 +11,7 @@ resources:
images: images:
- name: octodns - name: octodns
newName: octodns/octodns # has all plugins newName: octodns/octodns # has all plugins
newTag: "2025.04" newTag: "2025.05"
- name: git - name: git
newName: alpine/git newName: alpine/git

View File

@ -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.0 - https://github.com/prometheus-operator/prometheus-operator?ref=v0.82.2
# 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.45.3 version: 4.46.0
valuesFile: prometheus-node-exporter.values.yaml valuesFile: prometheus-node-exporter.values.yaml