Helm chart repository/docs confussion #920
Unanswered
kamphuisem
asked this question in
Q&A
Replies: 1 comment
-
@kamphuisem but 9.1.1 is the latest EJBCA-CE version (https://docs.keyfactor.com/ejbca/latest/ejbca-community-9-1-release-notes) and https://hub.docker.com/r/keyfactor/ejbca-ce/tags |
Beta Was this translation helpful? Give feedback.
0 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 out EJBCA using the Helm chart as provided in the README.
After adding the Helm repository using
helm repo add keyfactor https://keyfactor.github.io/ejbca-community-helm/
, I looked at the available versions usinghelm search repo keyfactor
.This renders the following versions:
I was expecting the
APP VERSION
to be a little bit more recent (version 9.x), so I kept looking for something I did wrong.I found the Keyfactor documentation on container deployment, where another OCI repository is mentioned.
Pulling Community Edition v9.1.1 works just fine:
but any Community Edition versions beyond that are unavailable or have restricted access:
however, the Enterprise Edition for v9.3.3 is available to me, even though I don't have an account as mentioned in the Container Registry docs:
Now I'm really confused...
What is the official repo where I can get the latest Helm charts?
And, how often are the charts updated?
Should I follow this or the GitHub documentation with regards to Helm chart deployment?
Beta Was this translation helpful? Give feedback.
All reactions