From 730c6c2181024d34bbba1ccfc5700c9fc284cb54 Mon Sep 17 00:00:00 2001 From: Matt Spilchen Date: Tue, 27 Feb 2024 21:52:20 -0400 Subject: [PATCH] Use the opentext docker repository --- README.md | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e804ac4..1eecbc0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The following dropdowns provide sample manifests for a Kafka cluster, VerticaDB ```yaml image: - repository: vertica/kafka-scheduler + repository: opentext/kafka-scheduler pullPolicy: IfNotPresent tag: 12.0.3 launcherEnabled: false @@ -293,7 +293,7 @@ Now that you have a containerized Kafka cluster and VerticaDB CR running, you ca
image.repository
The image repository and name that contains the Vertica Kafka Scheduler.
-
Default: vertica/kafka-scheduler
+
Default: opentext/kafka-scheduler
image.tag
Version of the Vertica Kafka Scheduler. This setting must match the version of the Vertica server that the scheduler connects to.
diff --git a/values.yaml b/values.yaml index 23eed1b..57104b7 100644 --- a/values.yaml +++ b/values.yaml @@ -15,7 +15,7 @@ # This is a YAML-formatted file. image: - repository: vertica/kafka-scheduler + repository: opentext/kafka-scheduler pullPolicy: IfNotPresent # Overrides the image tag. If using the official vertica repository, this tag # corresponds to the vertica version that vkconfig was complied against. Pick