From 2da31d9ac51ec84960824fece54af45ff9907c6a Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 20 Feb 2025 03:36:08 +0100 Subject: [PATCH] Use https:// address in kustomziation --- infrastructure/controllers/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index 998bf45..34a8236 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -6,4 +6,4 @@ resources: - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml - https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0 - https://github.com/kubernetes-csi/external-snapshotter//deploy/kubernetes/snapshot-controller?ref=v8.2.0 - - github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=release-1.32 + - https://github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=release-1.32