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