From c27e4b3f42a6561d9f7c402e4ca5b64be807ba1f Mon Sep 17 00:00:00 2001 From: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:59:22 +0100 Subject: [PATCH 1/2] Update extract_images.sh @difince please check and /lgtm Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- hack/extract_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/extract_images.sh b/hack/extract_images.sh index 05c6fce714..1381b7e6ad 100755 --- a/hack/extract_images.sh +++ b/hack/extract_images.sh @@ -15,7 +15,7 @@ declare -A wg_dirs=( [automl]="../apps/katib/upstream/installs" [pipelines]="../apps/pipeline/upstream/env ../apps/kfp-tekton/upstream/env" [training]="../apps/training-operator/upstream/overlays" - [manifests]="../common ../example" + [manifests]="../common" [workbenches]="../apps/admission-webhook/upstream/overlays ../apps/centraldashboard/upstream/overlays ../apps/jupyter/jupyter-web-app/upstream/overlays ../apps/volumes-web-app/upstream/overlays ../apps/tensorboard/tensorboards-web-app/upstream/overlays ../apps/profiles/upstream/overlays ../apps/jupyter/notebook-controller/upstream/overlays ../apps/tensorboard/tensorboard-controller/upstream/overlays" [serving]="../contrib/kserve" ) From 5048e7807631852c0125ca6f1f9171b96f0f6428 Mon Sep 17 00:00:00 2001 From: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:23:35 +0200 Subject: [PATCH 2/2] Update kustomization.yaml Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- example/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/kustomization.yaml b/example/kustomization.yaml index 4b5156beac..12836943d5 100644 --- a/example/kustomization.yaml +++ b/example/kustomization.yaml @@ -70,7 +70,7 @@ resources: # Profiles + KFAM - ../apps/profiles/upstream/overlays/kubeflow # PVC Viewer -- ../apps/pvcviewer-controller/upstream/base/ +- ../apps/pvcviewer-controller/upstream/base # Volumes Web App - ../apps/volumes-web-app/upstream/overlays/istio # Tensorboards Controller