From 192ea7456e14bb24f0294ee53975fa69ce079c60 Mon Sep 17 00:00:00 2001 From: Abdullah Al Shaad <67102615+AbdullahAlShaad@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:25:16 +0600 Subject: [PATCH] Update crossplane repo (#278) Signed-off-by: Shaad7 --- .../templates/featuresets/dbaas-capa/crossplane.yaml | 2 +- .../templates/featuresets/dbaas-capg/crossplane.yaml | 2 +- .../templates/featuresets/dbaas-capz/crossplane.yaml | 2 +- .../featuresets/opscenter-datastore/crossplane/crossplane.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capa/crossplane.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capa/crossplane.yaml index 6569349ba..940a20df7 100644 --- a/charts/opscenter-features/templates/featuresets/dbaas-capa/crossplane.yaml +++ b/charts/opscenter-features/templates/featuresets/dbaas-capa/crossplane.yaml @@ -3,7 +3,7 @@ {{ $overrides := printf ` image: repository: %s -` (include "image.dockerHub" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} +` (include "image.ghcr" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} {{ $vals := dict }} {{ $vals = mergeOverwrite $vals $overrides }} diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capg/crossplane.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capg/crossplane.yaml index 15ee84aab..0c42bc874 100644 --- a/charts/opscenter-features/templates/featuresets/dbaas-capg/crossplane.yaml +++ b/charts/opscenter-features/templates/featuresets/dbaas-capg/crossplane.yaml @@ -3,7 +3,7 @@ {{ $overrides := printf ` image: repository: %s -` (include "image.dockerHub" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} +` (include "image.ghcr" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} {{ $vals := dict }} {{ $vals = mergeOverwrite $vals $overrides }} diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capz/crossplane.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capz/crossplane.yaml index f96c51c91..c440bef22 100644 --- a/charts/opscenter-features/templates/featuresets/dbaas-capz/crossplane.yaml +++ b/charts/opscenter-features/templates/featuresets/dbaas-capz/crossplane.yaml @@ -3,7 +3,7 @@ {{ $overrides := printf ` image: repository: %s -` (include "image.dockerHub" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} +` (include "image.ghcr" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} {{ $vals := dict }} {{ $vals = mergeOverwrite $vals $overrides }} diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/crossplane/crossplane.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/crossplane/crossplane.yaml index 9e654af54..70e4e98fe 100644 --- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/crossplane/crossplane.yaml +++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/crossplane/crossplane.yaml @@ -3,7 +3,7 @@ {{ $overrides := printf ` image: repository: %s -` (include "image.dockerHub" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} +` (include "image.ghcr" (merge (dict "_repo" "kubedb/crossplane") $)) | fromYaml }} {{ $vals := dict }} {{ $vals = mergeOverwrite $vals $overrides }}