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:
|
images:
|
||||||
- name: code-server
|
- name: code-server
|
||||||
newName: ghcr.io/coder/code-server
|
newName: ghcr.io/coder/code-server
|
||||||
newTag: 4.99.4-fedora
|
newTag: 4.100.0-fedora
|
||||||
|
@ -13,4 +13,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: actualbudget
|
- name: actualbudget
|
||||||
newName: actualbudget/actual-server
|
newName: actualbudget/actual-server
|
||||||
newTag: 25.4.0
|
newTag: 25.5.0
|
||||||
|
@ -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: 8.14.1
|
version: 9.0.0
|
||||||
valuesFile: grafana.values.yaml
|
valuesFile: grafana.values.yaml
|
||||||
|
@ -15,4 +15,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: homeassistant
|
- name: homeassistant
|
||||||
newName: homeassistant/home-assistant
|
newName: homeassistant/home-assistant
|
||||||
newTag: "2025.4"
|
newTag: "2025.5"
|
||||||
|
@ -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: 20.13.4
|
version: 21.0.2
|
||||||
valuesInline:
|
valuesInline:
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -27,6 +27,6 @@ images:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
releaseName: authelia
|
releaseName: authelia
|
||||||
version: 0.10.6
|
version: 0.10.10
|
||||||
repo: https://charts.authelia.com
|
repo: https://charts.authelia.com
|
||||||
valuesFile: authelia.values.yaml
|
valuesFile: authelia.values.yaml
|
||||||
|
@ -11,7 +11,7 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: octodns
|
- name: octodns
|
||||||
newName: octodns/octodns # has all plugins
|
newName: octodns/octodns # has all plugins
|
||||||
newTag: "2025.04"
|
newTag: "2025.05"
|
||||||
|
|
||||||
- name: git
|
- name: git
|
||||||
newName: alpine/git
|
newName: alpine/git
|
||||||
|
@ -6,7 +6,7 @@ namespace: monitoring
|
|||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# prometheus-operator crds
|
# 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
|
# single prometheus instance with a thanos sidecar
|
||||||
- prometheus.yaml
|
- prometheus.yaml
|
||||||
- thanos-store.statefulset.yaml
|
- thanos-store.statefulset.yaml
|
||||||
@ -29,5 +29,5 @@ helmCharts:
|
|||||||
- name: prometheus-node-exporter
|
- name: prometheus-node-exporter
|
||||||
releaseName: prometheus-node-exporter
|
releaseName: prometheus-node-exporter
|
||||||
repo: https://prometheus-community.github.io/helm-charts
|
repo: https://prometheus-community.github.io/helm-charts
|
||||||
version: 4.45.3
|
version: 4.46.0
|
||||||
valuesFile: prometheus-node-exporter.values.yaml
|
valuesFile: prometheus-node-exporter.values.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user