keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
125 stars 68 forks source link

Upgrade to Infinispan 15.0.4.Final #824

Closed ryanemerson closed 1 month ago

ahus1 commented 1 month ago

@ryanemerson - last time we had an issue that the operator didn't know about the image. Can this be a problem here, too?

UPDATE: Is this the reason why the infinispan.yaml still points to the old value?

Just asking as I don't know all the details from the last issue. Thanks!

ryanemerson commented 1 month ago

The current operator release isn't aware of the 15.0.4.Final Operand, which is why the image has a different version to the specified image. It should be safe to upgrade to a custom image in this way, as there has been no changes to the server that should impact the Operator functionality.

I created this PR now, instead of waiting for the Operator release which might be another week or so yet, as 15.0.4.Final is required by https://github.com/keycloak/keycloak-benchmark/pull/819

If we would rather wait for the Operator release, then I'm happy to close this PR.

ahus1 commented 1 month ago

@ryanemerson - thank you for adding this context why you chose to change one file and not the other. Works for me!