Skip to content
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

[release-1.9] 🌱 Move openvpn to community registry #2638

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export GC_KIND="false"
# Run the vpn client in container
docker run --rm -d --name vpn -v "${HOME}/.openvpn/:${HOME}/.openvpn/" \
-w "${HOME}/.openvpn/" --cap-add=NET_ADMIN --net=host --device=/dev/net/tun \
gcr.io/cluster-api-provider-vsphere/extra/openvpn:latest
gcr.io/k8s-staging-capi-vsphere/extra/openvpn:latest

# Tail the vpn logs
docker logs vpn
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/openvpn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
all: build

VERSION ?= $(shell git describe --always --dirty)
IMAGE_NAME ?= gcr.io/cluster-api-provider-vsphere/extra/openvpn
IMAGE_NAME ?= gcr.io/k8s-staging-capi-vsphere/extra/openvpn
IMAGE_TAG ?= $(IMAGE_NAME):$(VERSION)

build:
Expand Down