File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : wireguard
33description : A Helm chart for managing a wireguard vpn in kubernetes
44type : application
5- version : 0.26 .0
5+ version : 0.27 .0
66appVersion : " 0.0.0"
77maintainers :
88 - name : bryopsida
Original file line number Diff line number Diff line change 11# wireguard
22
3- ![ Version: 0.26 .0] ( https://img.shields.io/badge/Version-0.26 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.0] ( https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square )
3+ ![ Version: 0.27 .0] ( https://img.shields.io/badge/Version-0.27 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.0] ( https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square )
44
55A Helm chart for managing a wireguard vpn in kubernetes
66
@@ -49,6 +49,8 @@ A Helm chart for managing a wireguard vpn in kubernetes
4949| image.pullPolicy | string | ` "Always" ` | |
5050| image.repository | string | ` "ghcr.io/bryopsida/wireguard" ` | |
5151| image.tag | string | ` "main" ` | |
52+ | initContainer.image.repository | string | ` "busybox" ` | |
53+ | initContainer.image.tag | string | ` "latest" ` | |
5254| keygenJob.command | list | ` ["/job/entry-point.sh"] ` | Specify the script to run to generate the private key |
5355| keygenJob.containerSecurityContext.allowPrivilegeEscalation | bool | ` false ` | |
5456| keygenJob.containerSecurityContext.privileged | bool | ` false ` | |
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ spec:
130130 {{- end }}
131131 initContainers :
132132 - name : sysctls
133- image : busybox:stable
133+ image : " {{ .Values.initContainer.image.repository }}:{{ .Values.initContainer.image.tag }} "
134134 command :
135135 - sh
136136 - -c
Original file line number Diff line number Diff line change 55 tag : main
66 pullPolicy : Always
77
8+ initContainer :
9+ image :
10+ repository : busybox
11+ tag : latest
12+
813keygenJob :
914 # -- when enabled, uses a image with go bindings for k8s and wg
1015 # to create the secret if it does not exist, on re-runs it
You can’t perform that action at this time.
0 commit comments