From fc10d6fda8998130a9328af3fed0026ffd9a5ab7 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:36:10 +0300 Subject: [PATCH] rename wg-easy deployment to allow smoother migration (#1406) --- library/ix-dev/charts/wg-easy/Chart.yaml | 2 +- library/ix-dev/charts/wg-easy/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/charts/wg-easy/Chart.yaml b/library/ix-dev/charts/wg-easy/Chart.yaml index 7c134706f2..c479003b1d 100644 --- a/library/ix-dev/charts/wg-easy/Chart.yaml +++ b/library/ix-dev/charts/wg-easy/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/library/ix-dev/charts/wg-easy/templates/deployment.yaml b/library/ix-dev/charts/wg-easy/templates/deployment.yaml index 94f2fe1ccf..65cd8bed93 100644 --- a/library/ix-dev/charts/wg-easy/templates/deployment.yaml +++ b/library/ix-dev/charts/wg-easy/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" . }}