From 3242d4f457b543dcd18b6edad19ec10b01797742 Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Sat, 9 Nov 2024 08:09:50 +0000 Subject: [PATCH] fix version and typo --- uptime-kuma-argocd-apps/templates/uptime-kuma-chart.yaml | 2 +- ...a--postinstall-app.yaml => uptime-kuma-postinstall-app.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename uptime-kuma-argocd-apps/templates/{uptime-kuma--postinstall-app.yaml => uptime-kuma-postinstall-app.yaml} (100%) diff --git a/uptime-kuma-argocd-apps/templates/uptime-kuma-chart.yaml b/uptime-kuma-argocd-apps/templates/uptime-kuma-chart.yaml index b5e9b07..162a338 100644 --- a/uptime-kuma-argocd-apps/templates/uptime-kuma-chart.yaml +++ b/uptime-kuma-argocd-apps/templates/uptime-kuma-chart.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: "tccr.io/truecharts" chart: uptime-kuma - targetRevision: 23.x + targetRevision: 12.x helm: releaseName: monitoring valuesObject: diff --git a/uptime-kuma-argocd-apps/templates/uptime-kuma--postinstall-app.yaml b/uptime-kuma-argocd-apps/templates/uptime-kuma-postinstall-app.yaml similarity index 100% rename from uptime-kuma-argocd-apps/templates/uptime-kuma--postinstall-app.yaml rename to uptime-kuma-argocd-apps/templates/uptime-kuma-postinstall-app.yaml