Kaynağa Gözat

syncthing - pre-migration actions (#2182)

Stavros Kois 1 yıl önce
ebeveyn
işleme
76d9efc520

+ 1 - 1
library/ix-dev/charts/syncthing/Chart.yaml

@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
 annotations:
   title: Syncthing
 type: application
-version: 1.0.41
+version: 1.0.42
 apiVersion: v2
 appVersion: 1.27.3
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/charts/syncthing/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" . }}-st
   labels:
     app: {{ template "common.names.name" . }}
     chart: {{ template "common.names.chart" . }}