Skip to content

Commit

Permalink
Update crossplane repo (#278)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaad7 <[email protected]>
  • Loading branch information
AbdullahAlShaad authored Dec 14, 2023
1 parent 89617dd commit d653710
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d653710

Please sign in to comment.