Skip to content

Commit 2269c67

Browse files
Update extract_images.sh (#2658)
* Update extract_images.sh @difince please check and /lgtm Signed-off-by: juliusvonkohout <[email protected]> * Update kustomization.yaml Signed-off-by: juliusvonkohout <[email protected]> --------- Signed-off-by: juliusvonkohout <[email protected]>
1 parent c4ba293 commit 2269c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resources:
7070
# Profiles + KFAM
7171
- ../apps/profiles/upstream/overlays/kubeflow
7272
# PVC Viewer
73-
- ../apps/pvcviewer-controller/upstream/base/
73+
- ../apps/pvcviewer-controller/upstream/base
7474
# Volumes Web App
7575
- ../apps/volumes-web-app/upstream/overlays/istio
7676
# Tensorboards Controller

hack/extract_images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare -A wg_dirs=(
1515
[automl]="../apps/katib/upstream/installs"
1616
[pipelines]="../apps/pipeline/upstream/env ../apps/kfp-tekton/upstream/env"
1717
[training]="../apps/training-operator/upstream/overlays"
18-
[manifests]="../common ../example"
18+
[manifests]="../common"
1919
[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"
2020
[serving]="../contrib/kserve"
2121
)

0 commit comments

Comments
 (0)