Skip to content

Commit f6c6754

Browse files
committed
fix: use correct oci repo and component name
1 parent 04b50de commit f6c6754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/int-test-helper/install-landscaper-dual

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ if [[ -z $INGRESS_URL ]]; then
5858
exit 1
5959
fi
6060

61-
OCI_REPO="europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper"
62-
COMPONENT_NAME="github.com/gardener/landscaper"
61+
OCI_REPO="ghcr.op/openmcp-project"
62+
COMPONENT_NAME="github.com/openmcp-project/landscaper"
6363

6464
echo "> Pull landscaper charts"
6565
ocm download resources --repo $OCI_REPO "${COMPONENT_NAME}:${LANDSCAPER_VERSION}" landscaper-controller-rbac-chart --download-handlers -O "${WORKDIR}/landscaper-controller-rbac-chart.tgz"

0 commit comments

Comments
 (0)