Compare commits
	
		
			17 Commits
		
	
	
		
			c5aa0eb38f
			...
			5804221829
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5804221829 | |||
| 0ef2778115 | |||
| 1fd16b09fd | |||
| c96bd4fca4 | |||
| 6999dcbf83 | |||
| e1a838933a | |||
| 4ca077240d | |||
| 0b375b4092 | |||
| a999b38733 | |||
| 403d4be680 | |||
| 5b028638af | |||
| d88fd862e0 | |||
| 7bc03b9660 | |||
| 32d22ae7e5 | |||
| e58ca6e323 | |||
| 5bc0939f63 | |||
| b880cbbfed | 
| @@ -12,4 +12,4 @@ namespace: code-server | ||||
| images: | ||||
|   - name: code-server | ||||
|     newName: ghcr.io/coder/code-server | ||||
|     newTag: 4.99.4-fedora | ||||
|     newTag: 4.100.0-fedora | ||||
|   | ||||
| @@ -13,4 +13,4 @@ resources: | ||||
| images: | ||||
|   - name: actualbudget | ||||
|     newName: actualbudget/actual-server | ||||
|     newTag: 25.4.0 | ||||
|     newTag: 25.5.0 | ||||
|   | ||||
| @@ -17,5 +17,5 @@ helmCharts: | ||||
|   - releaseName: grafana | ||||
|     name: grafana | ||||
|     repo: https://grafana.github.io/helm-charts | ||||
|     version: 8.14.1 | ||||
|     version: 9.0.0 | ||||
|     valuesFile: grafana.values.yaml | ||||
|   | ||||
| @@ -15,4 +15,4 @@ resources: | ||||
| images: | ||||
|   - name: homeassistant | ||||
|     newName: homeassistant/home-assistant | ||||
|     newTag: "2025.4" | ||||
|     newTag: "2025.5" | ||||
|   | ||||
| @@ -21,7 +21,7 @@ helmCharts: | ||||
|   - name: redis | ||||
|     releaseName: redis | ||||
|     repo: https://charts.bitnami.com/bitnami | ||||
|     version: 20.13.4 | ||||
|     version: 21.0.2 | ||||
|     valuesInline: | ||||
|       auth: | ||||
|         enabled: false | ||||
|   | ||||
| @@ -27,6 +27,6 @@ images: | ||||
| helmCharts: | ||||
|   - name: authelia | ||||
|     releaseName: authelia | ||||
|     version: 0.10.6 | ||||
|     version: 0.10.10 | ||||
|     repo: https://charts.authelia.com | ||||
|     valuesFile: authelia.values.yaml | ||||
|   | ||||
| @@ -11,7 +11,7 @@ resources: | ||||
| images: | ||||
|   - name: octodns | ||||
|     newName: octodns/octodns # has all plugins | ||||
|     newTag: "2025.04" | ||||
|     newTag: "2025.05" | ||||
|  | ||||
|   - name: git | ||||
|     newName: alpine/git | ||||
|   | ||||
| @@ -6,7 +6,7 @@ namespace: monitoring | ||||
| resources:  | ||||
|   - namespace.yaml | ||||
|   # 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 | ||||
|   - prometheus.yaml | ||||
|   - thanos-store.statefulset.yaml | ||||
| @@ -29,5 +29,5 @@ helmCharts: | ||||
|   - name: prometheus-node-exporter | ||||
|     releaseName: prometheus-node-exporter | ||||
|     repo: https://prometheus-community.github.io/helm-charts | ||||
|     version: 4.45.3 | ||||
|     version: 4.46.0 | ||||
|     valuesFile: prometheus-node-exporter.values.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user