diff --git a/charts/wg-easy/1.0.10/.helmignore b/charts/wg-easy/1.0.11/.helmignore similarity index 100% rename from charts/wg-easy/1.0.10/.helmignore rename to charts/wg-easy/1.0.11/.helmignore diff --git a/charts/wg-easy/1.0.10/Chart.lock b/charts/wg-easy/1.0.11/Chart.lock similarity index 100% rename from charts/wg-easy/1.0.10/Chart.lock rename to charts/wg-easy/1.0.11/Chart.lock diff --git a/charts/wg-easy/1.0.10/Chart.yaml b/charts/wg-easy/1.0.11/Chart.yaml similarity index 97% rename from charts/wg-easy/1.0.10/Chart.yaml rename to charts/wg-easy/1.0.11/Chart.yaml index 7c134706f2..c479003b1d 100644 --- a/charts/wg-easy/1.0.10/Chart.yaml +++ b/charts/wg-easy/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard! annotations: title: WG Easy type: application -version: 1.0.10 +version: 1.0.11 apiVersion: v2 appVersion: "7" kubeVersion: ">=1.16.0-0" diff --git a/charts/wg-easy/1.0.10/README.md b/charts/wg-easy/1.0.11/README.md similarity index 100% rename from charts/wg-easy/1.0.10/README.md rename to charts/wg-easy/1.0.11/README.md diff --git a/charts/wg-easy/1.0.10/app-readme.md b/charts/wg-easy/1.0.11/app-readme.md similarity index 100% rename from charts/wg-easy/1.0.10/app-readme.md rename to charts/wg-easy/1.0.11/app-readme.md diff --git a/charts/wg-easy/1.0.10/charts/common-2304.0.1.tgz b/charts/wg-easy/1.0.11/charts/common-2304.0.1.tgz similarity index 100% rename from charts/wg-easy/1.0.10/charts/common-2304.0.1.tgz rename to charts/wg-easy/1.0.11/charts/common-2304.0.1.tgz diff --git a/charts/wg-easy/1.0.10/ci/test-values.yaml b/charts/wg-easy/1.0.11/ci/test-values.yaml similarity index 100% rename from charts/wg-easy/1.0.10/ci/test-values.yaml rename to charts/wg-easy/1.0.11/ci/test-values.yaml diff --git a/charts/wg-easy/1.0.10/ix_values.yaml b/charts/wg-easy/1.0.11/ix_values.yaml similarity index 100% rename from charts/wg-easy/1.0.10/ix_values.yaml rename to charts/wg-easy/1.0.11/ix_values.yaml diff --git a/charts/wg-easy/1.0.10/metadata.yaml b/charts/wg-easy/1.0.11/metadata.yaml similarity index 100% rename from charts/wg-easy/1.0.10/metadata.yaml rename to charts/wg-easy/1.0.11/metadata.yaml diff --git a/charts/wg-easy/1.0.10/questions.yaml b/charts/wg-easy/1.0.11/questions.yaml similarity index 100% rename from charts/wg-easy/1.0.10/questions.yaml rename to charts/wg-easy/1.0.11/questions.yaml diff --git a/charts/wg-easy/1.0.10/templates/deployment.yaml b/charts/wg-easy/1.0.11/templates/deployment.yaml similarity index 99% rename from charts/wg-easy/1.0.10/templates/deployment.yaml rename to charts/wg-easy/1.0.11/templates/deployment.yaml index 94f2fe1ccf..65cd8bed93 100644 --- a/charts/wg-easy/1.0.10/templates/deployment.yaml +++ b/charts/wg-easy/1.0.11/templates/deployment.yaml @@ -2,7 +2,7 @@ apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: - name: {{ template "common.names.fullname" . }} + name: {{ template "common.names.fullname" . }}-wg labels: app: {{ template "common.names.name" . }} chart: {{ template "common.names.chart" . }} diff --git a/charts/wg-easy/1.0.10/templates/service.yaml b/charts/wg-easy/1.0.11/templates/service.yaml similarity index 100% rename from charts/wg-easy/1.0.10/templates/service.yaml rename to charts/wg-easy/1.0.11/templates/service.yaml