Skip to content

Commit 58dcabe

Browse files
Merge pull request #824 from raptorsun/rm-update-bundle-catalog-sh
remove deprecated script hack/update_bundle_catalog.sh
2 parents 456b931 + b57dc2a commit 58dcabe

File tree

2 files changed

+0
-175
lines changed

2 files changed

+0
-175
lines changed

hack/update_bundle_catalog.sh

Lines changed: 0 additions & 161 deletions
This file was deleted.

hack/version_patches/operator.patch

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,3 @@ index c500578..f688d06 100644
3737
relatedImages:
3838
- name: lightspeed-service-api
3939
image: quay.io/openshift-lightspeed/lightspeed-service-api:latest
40-
diff --git a/hack/update_bundle_catalog.sh b/hack/update_bundle_catalog.sh
41-
index 8761708..9d3c10a 100755
42-
--- a/hack/update_bundle_catalog.sh
43-
+++ b/hack/update_bundle_catalog.sh
44-
@@ -36,7 +36,7 @@ if [ -z "${YQ}" ]; then
45-
fi
46-
47-
# Set the bundle version
48-
-: "${BUNDLE_TAG:=<current-version>}"
49-
+: "${BUNDLE_TAG:=<new-version>}"
50-
51-
: "${OPERATOR_IMAGE:=registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-rhel9-operator@sha256:049a1a398ed87e4f35c99b36304055c7f75d0188a4d8c1726df59b5f400561e5}"
52-
: "${BUNDLE_IMAGE:=registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-operator-bundle@sha256:c8ba8d8b4774fdaa6037fdba8cfeff0a7ee962ebe384eabe45995c8949f76eed}"
53-

0 commit comments

Comments
 (0)