Skip to content

Commit 1670f55

Browse files
author
Ali Syed
committed
changing ocp version to 4.19
1 parent c652b37 commit 1670f55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Containerfile.external-dns-operator-catalog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN test "$(sha1sum Dockerfile.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile.
1111
# The base image is expected to contain
1212
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
1313
# Note: The base image version should match the targeted OCP version
14-
FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.21
14+
FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.19
1515
COPY LICENSE /licenses/
1616
# dummy copy to trigger the drift detection
1717
COPY --from=drift /app/Dockerfile.catalog .
@@ -20,7 +20,7 @@ COPY --from=drift /app/Dockerfile.catalog .
2020
ENTRYPOINT ["/bin/opm"]
2121

2222
# Copy the EDO FBC catalog (OCP version-based)
23-
COPY catalog/v4.21/catalog.yaml /configs/external-dns-operator/catalog.yaml
23+
COPY catalog/v4.19/catalog.yaml /configs/external-dns-operator/catalog.yaml
2424

2525
# Pre-populate serve cache
2626
RUN ["/bin/opm", "serve", "/configs/external-dns-operator", "--cache-dir=/tmp/cache", "--cache-only"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ BUNDLE_DIR := bundle
6262
BUNDLE_MANIFEST_DIR := $(BUNDLE_DIR)/manifests
6363
BUNDLE_IMG ?= quay.io/external-dns-operator/external-dns-operator-bundle:latest
6464
CATALOG_DIR := catalog
65-
OCP_VERSION ?= 4.21
65+
OCP_VERSION ?= 4.19
6666
OCP_CATALOG_DIR := $(CATALOG_DIR)/v$(OCP_VERSION)
6767
PACKAGE_DIR := $(CATALOG_DIR)/external-dns-operator
6868
CATALOG_IMG ?= quay.io/external-dns-operator/external-dns-operator-catalog:latest

0 commit comments

Comments
 (0)