-
Notifications
You must be signed in to change notification settings - Fork 8
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
Switch to openbao docker images #3
Comments
@jessebot Quay.io is also available today: https://quay.io/repository/openbao/openbao We will also be using GitHub builtin container registry as well in the future. |
Thank you, @naphelps for the prompt responses :) I can submit a PR for the We'll still need to wait on the other two images though. |
I will start work on this today to get the base image references updated. Feel free to assign to me |
Updates:
|
Thanks, @naphelps! Looks like both of those repos could use some work I'll try to take a look in the next day or so to see what they need to get their search/replace done and docker images released via ghcr, docker hub, or quay. If others in the community beat me to it, please feel free to comment here and let me know which registry to point to :) |
For anyone wondering why this helm chart seems to do nothing, it's because it's still using |
@MagicRB Correct, we've not yet created a release version of this helm chart yet, it is still under development. :-) One of the things holding this up is a new OpenBao release, as it turns out we didn't have the correct Kubernetes auto-discovery tags in the 2.0.0 GA release. Please bear with us, or if you have the expertise, PRs are welcome :-) But I think mostly a new OpenBao Core release is held up on transactional storage review & merge. |
No worries :) im bearing with you, just wanted to leave it as a warning for early explorers haha. I managed to get it working, the injector is still hashicorp, but the agent is a custom built container which contains openbao (with a symlink from vault, to make it work). I will open a few PRs making the chart behave a bit nicer on my infra, since I need to pass in images of the form |
What is the current way to use the injector agent? Is it working with openbao agentImage and openbao annotations in the yaml file? Or the only way for now is to use vault agentImage and vault annotations? |
Description
I would like to replace all the references to hashicorp/vault docker images with our new official images.
Context
This is dependent on the new docker images being uploaded, which is blocked by dockerhub recognizing openbao as an opensource project to raise limit caps. When that is completed, we can start on a PR to get this done. Ref: openbao/openbao#327 (comment)
There's a number of references to official hashicorp vault images and their versions, taken from the newly generated docs for this repo in #2 :
"hashicorp/vault"
"1.15.2"
"hashicorp/vault-csi-provider"
"1.4.1"
"hashicorp/vault"
"1.15.2"
"hashicorp/vault-k8s"
"1.3.1"
"hashicorp/vault"
"1.15.2"
Images to be replaced
hashicorp/vault
available via https://quay.io/repository/openbao/openbaohashicorp/vault-csi-provider
<-- needs Need a docker release workflow openbao-csi-provider#3 resolvedhashicorp/vault-k8s
<-- needs Release docker image openbao-k8s#2 resolvedThe text was updated successfully, but these errors were encountered: