* sftpgo - fix image selector * add plugins image in upgrade info
@@ -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'
@@ -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 @@
-{"filename": "values.yaml", "keys": ["image"]}
+{"filename": "values.yaml", "keys": ["image", "pluginsImage"]}