File tree Expand file tree Collapse file tree
iac/terraform/talos-cluster
infrastructure/controllers/argocd
monitoring/prometheus-stack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 proxmox = {
44 source = " bpg/proxmox"
5- version = " 0.84.0 "
5+ version = " 0.84.1 "
66 }
77 }
88}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ resources:
1111helmCharts :
1212 - name : argo-cd
1313 repo : https://argoproj.github.io/argo-helm
14- version : " 8.5.7 " # It's good practice to pin the chart version
14+ version : " 8.5.8 " # It's good practice to pin the chart version
1515 releaseName : argocd
1616 namespace : argocd
1717 valuesFile : values.yaml
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ patchesStrategicMerge:
2020helmCharts :
2121 - name : kube-prometheus-stack
2222 repo : https://prometheus-community.github.io/helm-charts
23- version : 77.11.1
23+ version : 77.12.0
2424 releaseName : kube-prometheus-stack
2525 namespace : prometheus-stack
2626 valuesFile : values.yaml
Original file line number Diff line number Diff line change 2626 containers :
2727 - name : ollama-webui
2828 # renovate: datasource=docker depName=ghcr.io/open-webui/open-webui
29- image : ghcr.io/open-webui/open-webui:latest@sha256:5c75d3cc7ff9c199c07e157ae7710370e2b698979a70a64639ead03b7cf4c679
29+ image : ghcr.io/open-webui/open-webui:latest@sha256:c77fa8da6d702ed064b36d414a9493e0bc5242d9a5a3ea0828c5013cbf35b1d5
3030 imagePullPolicy : IfNotPresent
3131 ports :
3232 - containerPort : 8080
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resources:
99helmCharts :
1010 - name : strimzi-kafka-operator
1111 repo : https://strimzi.io/charts/
12- version : 0.47 .0
12+ version : 0.48 .0
1313 releaseName : strimzi
1414 namespace : kafka
1515 includeCRDs : true
Original file line number Diff line number Diff line change 2323 fsGroup : 1000
2424 containers :
2525 - name : frontend
26- image : ghcr.io/mitchross/sticktock/frontend:latest@sha256:3fc5a147dabc69cba495bf8da5f2950f4a78e613d5ebb5ac00fcd4401ac29490
26+ image : ghcr.io/mitchross/sticktock/frontend:latest@sha256:127824dc2fe814066d84ea740939b4fe60048384337babda4307113739d8be33
2727 ports :
2828 - containerPort : 3000
2929 envFrom :
You can’t perform that action at this time.
0 commit comments