From 523a9ea7f86fa793af074ec54171e774d5247ec6 Mon Sep 17 00:00:00 2001 From: angelnu Date: Sun, 11 Sep 2022 16:51:25 +0000 Subject: [PATCH] use dev pod-gateway container --- .gitignore | 1 + core/vpn-gateway/release.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e0f20f799..5ec9162ba 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ *.out bin/ +.vscode/ diff --git a/core/vpn-gateway/release.yaml b/core/vpn-gateway/release.yaml index 0565d5ec6..5858faf35 100644 --- a/core/vpn-gateway/release.yaml +++ b/core/vpn-gateway/release.yaml @@ -22,6 +22,11 @@ spec: # See https://github.com/k8s-at-home/charts/blob/master/charts/stable/pod-gateway/values.yaml values: + image: + # -- image repository of the gateway and inserted helper containers + repository: ghcr.io/angelnu/pod-gateway + tag: latest + addons: vpn: enabled: true