Răsfoiți Sursa

sftpgo - fix image selector (#2031)

* sftpgo - fix image selector

* add plugins image in upgrade info
Stavros Kois 1 an în urmă
părinte
comite
3300154671

+ 1 - 1
library/ix-dev/community/sftpgo/Chart.yaml

@@ -3,7 +3,7 @@ description: SFTPGo is a fully featured and highly configurable SFTP server with
 annotations:
   title: SFTPGo
 type: application
-version: 1.2.2
+version: 1.2.3
 apiVersion: v2
 appVersion: 2.5.6
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/community/sftpgo/templates/_sftpgo.tpl

@@ -11,7 +11,7 @@ workload:
         sftpgo:
           enabled: true
           primary: true
-          imageSelector: image
+          imageSelector: {{ .Values.sftpgoConfig.imageSelector }}
           securityContext:
             runAsUser: {{ .Values.sftpgoRunAs.user }}
             runAsGroup: {{ .Values.sftpgoRunAs.group }}

+ 1 - 1
library/ix-dev/community/sftpgo/upgrade_info.json

@@ -1 +1 @@
-{"filename": "values.yaml", "keys": ["image"]}
+{"filename": "values.yaml", "keys": ["image", "pluginsImage"]}