20 Commits

Author SHA1 Message Date
85a872362a Update dependency argoproj/argo-cd to v3 2025-05-28 16:01:39 +00:00
859bb219ff Update Helm release loki to v6.30.1 2025-05-28 10:01:42 +00:00
354dd43725 Update Helm release redis to v21.1.8 2025-05-28 00:01:31 +00:00
3b4cac980b Update owncloud/ocis Docker tag to v7.1.3 2025-05-27 18:01:27 +00:00
7eb33ad706 Update Helm release immich to v0.9.3 2025-05-27 16:06:25 +00:00
45b96e71f4 Update Helm release redis to v21.1.7 2025-05-27 16:01:35 +00:00
5a8d748d6c Update Helm release grafana to v9.2.1 2025-05-27 14:01:48 +00:00
03f43b6020 Update adguard/adguardhome Docker tag to v0.107.62 2025-05-27 14:01:23 +00:00
3477257d1e Update renovate.json 2025-05-27 12:35:04 +00:00
6bea714e28 Update renovate.json 2025-05-26 22:10:04 +00:00
71141ff966 Update renovate.json 2025-05-26 21:45:34 +00:00
93e0879bc9 making renovate more powerful 2025-05-25 17:19:29 +02:00
16afeded5d Merge pull request 'Update Helm release prometheus-node-exporter to v4.46.1' (#454) from renovate/prometheus-node-exporter-4.x into main
Reviewed-on: #454
2025-05-25 14:54:43 +00:00
017d3e8ac2 Merge pull request 'Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.16.2' (#456) from renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x into main
Reviewed-on: #456
2025-05-25 14:54:16 +00:00
f48d9a57cb Merge pull request 'Update Helm release cloudnative-pg to v0.24.0' (#457) from renovate/cloudnative-pg-0.x into main
Reviewed-on: #457
2025-05-25 14:53:42 +00:00
4929b1542b Merge pull request 'Update Helm release loki to v6.30.0' (#458) from renovate/loki-6.x into main
Reviewed-on: #458
2025-05-25 14:53:22 +00:00
5c5efe0b73 Update Helm release loki to v6.30.0 2025-05-24 22:02:00 +00:00
48bd840f39 Update Helm release cloudnative-pg to v0.24.0 2025-05-24 20:02:05 +00:00
28d719790c Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.16.2 2025-05-24 20:01:27 +00:00
1522e18210 Update Helm release prometheus-node-exporter to v4.46.1 2025-05-24 18:01:25 +00:00
10 changed files with 31 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ resources:
images:
- name: adguard/adguardhome
newName: adguard/adguardhome
newTag: v0.107.61
newTag: v0.107.62
namespace: adguard

View File

@@ -13,4 +13,4 @@ namespace: files
images:
- name: ocis
newName: owncloud/ocis
newTag: "7.1.2"
newTag: "7.1.3"

View File

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

View File

@@ -15,7 +15,7 @@ namespace: immich
helmCharts:
- name: immich
releaseName: immich
version: 0.9.2
version: 0.9.3
valuesFile: values.yaml
repo: https://immich-app.github.io/immich-charts

10
apps/immich/renovate.json Normal file
View File

@@ -0,0 +1,10 @@
{
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["ghcr.io/immich-app/"],
"groupName": "Immich containers",
"groupSlug": "immich-app-images"
}
]
}

View File

@@ -14,14 +14,14 @@ namespace: paperless
images:
- name: paperless
newName: ghcr.io/paperless-ngx/paperless-ngx
newTag: "2.16.1"
newTag: "2.16.2"
helmCharts:
- name: redis
releaseName: redis
repo: https://charts.bitnami.com/bitnami
version: 21.1.6
version: 21.1.8
valuesInline:
auth:
enabled: false

View File

@@ -4,7 +4,7 @@ kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.0.3
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.0.4
- ingress.yaml
- argo-apps.application.yaml
- bootstrap-repo.sealedsecret.yaml

View File

@@ -24,10 +24,10 @@ helmCharts:
- name: loki
releaseName: loki
repo: https://grafana.github.io/helm-charts
version: 6.29.0
version: 6.30.1
valuesFile: loki.values.yaml
- name: prometheus-node-exporter
releaseName: prometheus-node-exporter
repo: https://prometheus-community.github.io/helm-charts
version: 4.46.0
version: 4.46.1
valuesFile: prometheus-node-exporter.values.yaml

View File

@@ -9,6 +9,6 @@ namespace: pg-ha
helmCharts:
- name: cloudnative-pg
releaseName: pg-controller
version: 0.23.2
version: 0.24.0
valuesFile: values.yaml
repo: https://cloudnative-pg.io/charts/

View File

@@ -1,4 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true
"dependencyDashboard": true,
"extends": [
"local>remoll/k3s-infra//apps/immich/renovate.json"
],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"ignoreTests": true
}
]
}