Replies: 1 comment 8 replies
-
If you specify some unsupported Kafka version, you should always get an error. So it does not matter what image you have configured. the main point of the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand the tradeoffs of using
image.tagPrefix
vsimage.tag
.I see the helm-chart values.yaml has
tagPrefix
listed herestrimzi-kafka-operator/helm-charts/helm3/strimzi-kafka-operator/values.yaml
Line 99 in 8e30be3
But the README.md has the below
I am struggling to find documentation on the tradeoffs of using
tagPrefix
vstag
. If i usetag
, how does that impact upgrades of kafka, if the downstreamconnect
CR has.spec.version: some-future-version
does that result in it using thetag
defined on the operator regardless?Where does the
suffix
come from?Beta Was this translation helpful? Give feedback.
All reactions