瀏覽代碼

rename wg-easy deployment to allow smoother migration (#1406)

Stavros Kois 2 年之前
父節點
當前提交
fc10d6fda8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      library/ix-dev/charts/wg-easy/Chart.yaml
  2. 1 1
      library/ix-dev/charts/wg-easy/templates/deployment.yaml

+ 1 - 1
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"

+ 1 - 1
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" . }}