Skip to content

Commit bf65b09

Browse files
authored
Merge branch 'operator-framework:main' into fix-list-compatible-bundles-script
2 parents b1b2dcd + 83b01c3 commit bf65b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/tools/catalogs/download-catalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assert-commands kubectl jq wget
88

99
# ClusterCatalog coordinates
1010
: "${CATALOGD_CATALOGD_SERVICE_NAMESPACE:=olmv1-system}"
11-
: "${CATALOGD_SERVICE_NAME:=catalogd-server}"
11+
: "${CATALOGD_SERVICE_NAME:=catalogd-service}"
1212
: "${CATALOGD_SERVICE_PORT:=443}" # Assumes the service uses HTTPS on port 443
1313
: "${CATALOGD_LOCAL_SERVICE_PORT:=8001}"
1414

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Babel==2.16.0
22
beautifulsoup4==4.12.3
33
certifi==2024.12.14
44
charset-normalizer==3.4.1
5-
click==8.1.7
5+
click==8.1.8
66
colorama==0.4.6
77
cssselect==1.2.0
88
ghp-import==2.1.0

0 commit comments

Comments
 (0)