feat(spotweb): move to stable (#2313)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.5.1"
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
version: 1.0.8
|
||||
version: 1.0.0
|
||||
name: spotweb
|
||||
description: Spotweb is a decentralized usenet community based on the Spotnet protocol.
|
||||
type: application
|
||||
@@ -86,7 +86,7 @@ questions:
|
||||
description: "Username to configure for the admin of this installation."
|
||||
schema:
|
||||
type: string
|
||||
default: "myawesomeuser"
|
||||
default: ""
|
||||
valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$
|
||||
required: true
|
||||
- variable: SPOTWEB_PASSWORD
|
||||
@@ -94,7 +94,8 @@ questions:
|
||||
description: "Password to configure for the admin of this installation."
|
||||
schema:
|
||||
type: string
|
||||
default: "changeme"
|
||||
default: ""
|
||||
valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
|
||||
private: true
|
||||
required: true
|
||||
|
||||
@@ -6,10 +6,10 @@ image:
|
||||
# See more environment variables in the babybuddy documentation
|
||||
# https://hub.docker.com/r/jgeusebroek/spotweb
|
||||
env:
|
||||
SPOTWEB_SYSTEMTYPE: single
|
||||
SPOTWEB_FIRSTNAME: demo
|
||||
SPOTWEB_LASTNAME: spotweb
|
||||
SPOTWEB_MAIL: demo@spotweb.com
|
||||
SPOTWEB_SYSTEMTYPE: "single"
|
||||
SPOTWEB_FIRSTNAME: "demo"
|
||||
SPOTWEB_LASTNAME: "spotweb"
|
||||
SPOTWEB_MAIL: "demo@spotweb.com"
|
||||
SPOTWEB_RETRIEVE: "15min"
|
||||
DB_ENGINE: "pdo_pgsql"
|
||||
DB_PORT: "5432"
|
||||
@@ -28,8 +28,8 @@ envValueFrom:
|
||||
key: plainhost
|
||||
|
||||
secret:
|
||||
SPOTWEB_USERNAME: myawesomeuser
|
||||
SPOTWEB_PASSWORD: changeme
|
||||
SPOTWEB_USERNAME: "myawesomeuser"
|
||||
SPOTWEB_PASSWORD: "changeme"
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
Reference in New Issue
Block a user