Compare commits
	
		
			1 Commits
		
	
	
		
			3c37c8fe22
			...
			165c6e98c0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 165c6e98c0 | 
| @@ -10,7 +10,7 @@ resources: | |||||||
| images: | images: | ||||||
|   - name: adguard/adguardhome |   - name: adguard/adguardhome | ||||||
|     newName: adguard/adguardhome |     newName: adguard/adguardhome | ||||||
|     newTag: v0.107.62 |     newTag: v0.107.61 | ||||||
|  |  | ||||||
| namespace: adguard | namespace: adguard | ||||||
|  |  | ||||||
|   | |||||||
| @@ -13,4 +13,4 @@ namespace: files | |||||||
| images: | images: | ||||||
|   - name: ocis |   - name: ocis | ||||||
|     newName: owncloud/ocis |     newName: owncloud/ocis | ||||||
|     newTag: "7.1.3" |     newTag: "7.1.2" | ||||||
|   | |||||||
| @@ -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: 9.2.1 |     version: 9.2.0 | ||||||
|     valuesFile: grafana.values.yaml |     valuesFile: grafana.values.yaml | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ namespace: immich | |||||||
| helmCharts: | helmCharts: | ||||||
|   - name: immich |   - name: immich | ||||||
|     releaseName: immich |     releaseName: immich | ||||||
|     version: 0.9.3 |     version: 0.9.2 | ||||||
|     valuesFile: values.yaml |     valuesFile: values.yaml | ||||||
|     repo: https://immich-app.github.io/immich-charts |     repo: https://immich-app.github.io/immich-charts | ||||||
|  |  | ||||||
|   | |||||||
| @@ -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: 21.1.8 |     version: 21.1.6 | ||||||
|     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=v2.14.13 |   - https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.14.12 | ||||||
|   - ingress.yaml |   - ingress.yaml | ||||||
|   - argo-apps.application.yaml |   - argo-apps.application.yaml | ||||||
|   - bootstrap-repo.sealedsecret.yaml |   - bootstrap-repo.sealedsecret.yaml | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ helmCharts: | |||||||
|   - name: loki |   - name: loki | ||||||
|     releaseName: loki |     releaseName: loki | ||||||
|     repo: https://grafana.github.io/helm-charts |     repo: https://grafana.github.io/helm-charts | ||||||
|     version: 6.30.1 |     version: 6.30.0 | ||||||
|     valuesFile: loki.values.yaml |     valuesFile: loki.values.yaml | ||||||
|   - name: prometheus-node-exporter |   - name: prometheus-node-exporter | ||||||
|     releaseName: prometheus-node-exporter |     releaseName: prometheus-node-exporter | ||||||
|   | |||||||
| @@ -6,9 +6,9 @@ | |||||||
|   ], |   ], | ||||||
|   "packageRules": [ |   "packageRules": [ | ||||||
|     { |     { | ||||||
|       "matchUpdateTypes": ["patch"], |       "matchUpdateTypes": ["minor", "patch"], | ||||||
|       "automerge": true, |       "automerge": true | ||||||
|       "ignoreTests": true |  | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user