From 20d561c4b40c8cf93f9e515178520f2aaa60ce61 Mon Sep 17 00:00:00 2001 From: Byeonghoon Yoo Date: Sat, 27 Jan 2024 22:46:00 +0900 Subject: [PATCH] fix(helm): remove oci scheme from argocd appproject Signed-off-by: Byeonghoon Yoo --- argocd/appprojects/cert-manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/appprojects/cert-manager.yaml b/argocd/appprojects/cert-manager.yaml index b4bffea..dec9c87 100644 --- a/argocd/appprojects/cert-manager.yaml +++ b/argocd/appprojects/cert-manager.yaml @@ -7,7 +7,7 @@ spec: sourceRepos: - https://charts.jetstack.io - https://charts.bhyoo.com - - oci://ghcr.io/cloudflare/origin-ca-issuer-charts/origin-ca-issuer + - ghcr.io/cloudflare/origin-ca-issuer-charts/origin-ca-issuer - https://github.com/cloudflare/origin-ca-issuer.git destinations: - namespace: cert-manager