mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
sftpgo - fix image selector (#2031)
* sftpgo - fix image selector * add plugins image in upgrade info
This commit is contained in:
@@ -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"]}
|
||||
|
||||
Reference in New Issue
Block a user