mirror of
https://github.com/wfg/docker-openvpn-client.git
synced 2025-04-23 11:47:05 -04:00
15 lines
719 B
YAML
15 lines
719 B
YAML
apiVersion: v2
|
|
name: openvpn-client
|
|
description: A Helm chart for an OpenVPN client with HTTP and SOCKS5 proxies
|
|
type: application
|
|
|
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
# to the chart and its templates, including the app version.
|
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
|
version: 0.1.0
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
# It is recommended to use it with quotes.
|
|
appVersion: "v1.2.1"
|