Compare commits
	
		
			10 Commits
		
	
	
		
			165c6e98c0
			...
			3c37c8fe22
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3c37c8fe22 | |||
| 859bb219ff | |||
| 354dd43725 | |||
| 3b4cac980b | |||
| 7eb33ad706 | |||
| 45b96e71f4 | |||
| 5a8d748d6c | |||
| 03f43b6020 | |||
| 3477257d1e | |||
| 6bea714e28 | 
| @@ -10,7 +10,7 @@ resources: | ||||
| images: | ||||
|   - name: adguard/adguardhome | ||||
|     newName: adguard/adguardhome | ||||
|     newTag: v0.107.61 | ||||
|     newTag: v0.107.62 | ||||
|  | ||||
| namespace: adguard | ||||
|  | ||||
|   | ||||
| @@ -13,4 +13,4 @@ namespace: files | ||||
| images: | ||||
|   - name: ocis | ||||
|     newName: owncloud/ocis | ||||
|     newTag: "7.1.2" | ||||
|     newTag: "7.1.3" | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -21,7 +21,7 @@ helmCharts: | ||||
|   - name: redis | ||||
|     releaseName: redis | ||||
|     repo: https://charts.bitnami.com/bitnami | ||||
|     version: 21.1.6 | ||||
|     version: 21.1.8 | ||||
|     valuesInline: | ||||
|       auth: | ||||
|         enabled: false | ||||
|   | ||||
| @@ -4,7 +4,7 @@ kind: Kustomization | ||||
| namespace: argocd | ||||
| resources: | ||||
|   - namespace.yaml | ||||
|   - https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.14.12 | ||||
|   - https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.14.13 | ||||
|   - ingress.yaml | ||||
|   - argo-apps.application.yaml | ||||
|   - bootstrap-repo.sealedsecret.yaml | ||||
|   | ||||
| @@ -24,7 +24,7 @@ helmCharts: | ||||
|   - name: loki | ||||
|     releaseName: loki | ||||
|     repo: https://grafana.github.io/helm-charts | ||||
|     version: 6.30.0 | ||||
|     version: 6.30.1 | ||||
|     valuesFile: loki.values.yaml | ||||
|   - name: prometheus-node-exporter | ||||
|     releaseName: prometheus-node-exporter | ||||
|   | ||||
| @@ -6,9 +6,9 @@ | ||||
|   ], | ||||
|   "packageRules": [ | ||||
|     { | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "automerge": true | ||||
|       "matchUpdateTypes": ["patch"], | ||||
|       "automerge": true, | ||||
|       "ignoreTests": true | ||||
|     } | ||||
|   ] | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user