diff --git a/incubator/dockovpn/0.0.1/app-changelog.md b/incubator/dockovpn/0.0.1/app-changelog.md deleted file mode 100644 index 3e44c200ef0..00000000000 --- a/incubator/dockovpn/0.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dockovpn-0.0.1]dockovpn-0.0.1 (2024-04-28) - -### Feat - - - -- add dockovpn ([#21435](https://github.com/truecharts/charts/issues/21435)) \ No newline at end of file diff --git a/incubator/dockovpn/0.0.1/.helmignore b/incubator/dockovpn/0.0.3/.helmignore similarity index 100% rename from incubator/dockovpn/0.0.1/.helmignore rename to incubator/dockovpn/0.0.3/.helmignore diff --git a/incubator/dockovpn/0.0.1/CHANGELOG.md b/incubator/dockovpn/0.0.3/CHANGELOG.md similarity index 100% rename from incubator/dockovpn/0.0.1/CHANGELOG.md rename to incubator/dockovpn/0.0.3/CHANGELOG.md diff --git a/incubator/dockovpn/0.0.1/Chart.yaml b/incubator/dockovpn/0.0.3/Chart.yaml similarity index 98% rename from incubator/dockovpn/0.0.1/Chart.yaml rename to incubator/dockovpn/0.0.3/Chart.yaml index ec41e24104b..9bed4fffc5b 100644 --- a/incubator/dockovpn/0.0.1/Chart.yaml +++ b/incubator/dockovpn/0.0.3/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/dockovpn - https://hub.docker.com/r/alekslitvinenk/openvpn type: application -version: 0.0.1 +version: 0.0.3 diff --git a/incubator/dockovpn/0.0.1/README.md b/incubator/dockovpn/0.0.3/README.md similarity index 100% rename from incubator/dockovpn/0.0.1/README.md rename to incubator/dockovpn/0.0.3/README.md diff --git a/incubator/dockovpn/0.0.3/app-changelog.md b/incubator/dockovpn/0.0.3/app-changelog.md new file mode 100644 index 00000000000..9549c39d2b7 --- /dev/null +++ b/incubator/dockovpn/0.0.3/app-changelog.md @@ -0,0 +1,17 @@ + + +## [dockovpn-0.0.3]dockovpn-0.0.3 (2024-04-28) + +### Feat + + + +- set port type with env ([#21436](https://github.com/truecharts/charts/issues/21436)) + +- add dockovpn ([#21435](https://github.com/truecharts/charts/issues/21435)) + +### Fix + + + +- add caps ([#21438](https://github.com/truecharts/charts/issues/21438)) \ No newline at end of file diff --git a/incubator/dockovpn/0.0.1/app-readme.md b/incubator/dockovpn/0.0.3/app-readme.md similarity index 100% rename from incubator/dockovpn/0.0.1/app-readme.md rename to incubator/dockovpn/0.0.3/app-readme.md diff --git a/incubator/dockovpn/0.0.1/charts/common-20.3.11.tgz b/incubator/dockovpn/0.0.3/charts/common-20.3.11.tgz similarity index 100% rename from incubator/dockovpn/0.0.1/charts/common-20.3.11.tgz rename to incubator/dockovpn/0.0.3/charts/common-20.3.11.tgz diff --git a/incubator/dockovpn/0.0.1/icon-small.webp b/incubator/dockovpn/0.0.3/icon-small.webp similarity index 100% rename from incubator/dockovpn/0.0.1/icon-small.webp rename to incubator/dockovpn/0.0.3/icon-small.webp diff --git a/incubator/dockovpn/0.0.1/icon.webp b/incubator/dockovpn/0.0.3/icon.webp similarity index 100% rename from incubator/dockovpn/0.0.1/icon.webp rename to incubator/dockovpn/0.0.3/icon.webp diff --git a/incubator/dockovpn/0.0.1/ix_values.yaml b/incubator/dockovpn/0.0.3/ix_values.yaml similarity index 89% rename from incubator/dockovpn/0.0.1/ix_values.yaml rename to incubator/dockovpn/0.0.3/ix_values.yaml index cc0a453ac00..143f3d324ad 100644 --- a/incubator/dockovpn/0.0.1/ix_values.yaml +++ b/incubator/dockovpn/0.0.3/ix_values.yaml @@ -12,6 +12,8 @@ securityContext: capabilities: add: - NET_ADMIN + - NET_RAW + - MKNOD workload: main: podSpec: @@ -40,12 +42,8 @@ service: ports: vpn: enabled: true - protocol: udp + protocol: "{{ .Values.workload.main.podSpec.containers.main.env.HOST_TUN_PROTOCOL }}" port: 1194 - dns-tcp: - enabled: true - protocol: tcp - port: "{{ .Values.service.vpn.ports.vpn.port }}" persistence: config: enabled: true diff --git a/incubator/dockovpn/0.0.1/questions.yaml b/incubator/dockovpn/0.0.3/questions.yaml similarity index 100% rename from incubator/dockovpn/0.0.1/questions.yaml rename to incubator/dockovpn/0.0.3/questions.yaml diff --git a/incubator/dockovpn/0.0.1/templates/NOTES.txt b/incubator/dockovpn/0.0.3/templates/NOTES.txt similarity index 100% rename from incubator/dockovpn/0.0.1/templates/NOTES.txt rename to incubator/dockovpn/0.0.3/templates/NOTES.txt diff --git a/incubator/dockovpn/0.0.1/templates/common.yaml b/incubator/dockovpn/0.0.3/templates/common.yaml similarity index 100% rename from incubator/dockovpn/0.0.1/templates/common.yaml rename to incubator/dockovpn/0.0.3/templates/common.yaml diff --git a/incubator/dockovpn/0.0.1/values.yaml b/incubator/dockovpn/0.0.3/values.yaml similarity index 100% rename from incubator/dockovpn/0.0.1/values.yaml rename to incubator/dockovpn/0.0.3/values.yaml