Skip to content

Commit

Permalink
Merge pull request #961 from michalvavrik/backports/strimzi-fix
Browse files Browse the repository at this point in the history
[1.3.z] Don't enforce lowercase Kafka registry image name as Apicurio Docker tag don't get recognized
  • Loading branch information
mjurc authored Nov 24, 2023
2 parents 415c0a7 + e4f1e10 commit 11d3c59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected String getRegistryImageVersion() {
}
}

return registryImage.toLowerCase();
return registryImage;
}

@Override
Expand Down

0 comments on commit 11d3c59

Please sign in to comment.