sftpgo - fix image selector (#2031)

* sftpgo - fix image selector

* add plugins image in upgrade info
This commit is contained in:
Stavros Kois
2024-01-12 14:26:06 +02:00
committed by GitHub
parent 621329eb76
commit 3300154671
3 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -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 }}

View File

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