From 7871f5a3fb80d9e507e87086eabcd1f50f23febc Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 09:03:47 +0100 Subject: [PATCH] fix(system-upgrade-controller): correct revision to git tag - missing 'v' prefix --- apps/cluster-infrastructure/system-upgrade-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cluster-infrastructure/system-upgrade-controller.yaml b/apps/cluster-infrastructure/system-upgrade-controller.yaml index 67d956f..d01109d 100644 --- a/apps/cluster-infrastructure/system-upgrade-controller.yaml +++ b/apps/cluster-infrastructure/system-upgrade-controller.yaml @@ -16,7 +16,7 @@ spec: source: path: manifests/ repoURL: https://github.com/rancher/system-upgrade-controller.git - targetRevision: 0.13.1 + targetRevision: v0.13.1 destination: server: "https://kubernetes.default.svc" namespace: system-upgrade