Skip to content

Commit ed28288

Browse files
committed
2 parents f7f3511 + 0831605 commit ed28288

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

iac/terraform/talos-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

infrastructure/controllers/argocd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111
helmCharts:
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

monitoring/prometheus-stack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ patchesStrategicMerge:
2020
helmCharts:
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

my-apps/ai/ollama-webui/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
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

my-apps/development/strimzi/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
helmCharts:
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

my-apps/privacy/sticktock/frontend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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:

0 commit comments

Comments
 (0)