Compare commits

..

1 Commits

Author SHA1 Message Date
8c6c0de1af Update Immich containers to v1.133.1 2025-05-27 00:06:24 +00:00
6 changed files with 8 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -15,16 +15,16 @@ namespace: immich
helmCharts:
- name: immich
releaseName: immich
version: 0.9.3
version: 0.9.2
valuesFile: values.yaml
repo: https://immich-app.github.io/immich-charts
images:
- name: ghcr.io/immich-app/immich-machine-learning
newTag: v1.134.0
newTag: v1.133.1
- name: ghcr.io/immich-app/immich-server
newTag: v1.134.0
newTag: v1.133.1
patches:

View File

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

View File

@ -7,8 +7,7 @@
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"ignoreTests": true
"automerge": true
}
]
}