-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$$VERSION$$ in example yaml possibly not resolved #473
Comments
@andreas-ibm Thanks for the report. This indeed seems like a bug. |
I have just encountered the same problem. Would it make sense to use a specific tag again in this manifest, or update the documentation to let users know that they need to change the version tag before applying? |
Fixed the script + updated the latest branch to now point to 22.0.3 |
Cool, confirmed fixed |
The script seems to be broken again, as I just hit this issue trying to deploy Keycloak based on the getting started guide. |
@virtualdxs Should be fixed in #504, it will be part of the next release. |
Describe the bug
I'm no k8s expert, let's start with that!
I have a script that effectively follows https://www.keycloak.org/getting-started/getting-started-kube, so at one stage it runs:
which used to work fine, but since #458 and #459 it doesn't...
If I manually download the yaml and replace
$$VERSION$$
with the latest version it works again, so I'm pretty sure it's the cause.Is there meant to be some magic that I'm missing? I can obviously put some sed magic in my script to do the replacement, but I'd suggest the above getting-started page would need improving to tell users they need to perform the substitution.
Version
22.0.1
Expected behavior
Keycloak up and running
Actual behavior
Got this error:
How to Reproduce?
Follow instruction on https://www.keycloak.org/getting-started/getting-started-kube
Anything else?
No response
The text was updated successfully, but these errors were encountered: