Skip to content

Commit

Permalink
Use the opentext docker repository
Browse files Browse the repository at this point in the history
  • Loading branch information
spilchen committed Feb 28, 2024
1 parent 9aaea4a commit 730c6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -293,7 +293,7 @@ Now that you have a containerized Kafka cluster and VerticaDB CR running, you ca

<dt>image.repository</dt>
<dd>The image repository and name that contains the Vertica Kafka Scheduler.</dd>
<dd><b>Default</b>: <code>vertica/kafka-scheduler</code></dd>
<dd><b>Default</b>: <code>opentext/kafka-scheduler</code></dd>

<dt>image.tag</dt>
<dd>Version of the Vertica Kafka Scheduler. This setting must match the version of the Vertica server that the scheduler connects to.</dd>
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 730c6c2

Please sign in to comment.