update stash
fix nextcloud updates
This commit is contained in:
@@ -42,7 +42,7 @@ helm:
|
|||||||
|
|
||||||
apps:
|
apps:
|
||||||
stash:
|
stash:
|
||||||
enabled: false
|
enabled: true
|
||||||
state: present
|
state: present
|
||||||
namespace: stashapp
|
namespace: stashapp
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ nextcloud:
|
|||||||
installed.config.php: |-
|
installed.config.php: |-
|
||||||
<?php
|
<?php
|
||||||
$CONFIG = [
|
$CONFIG = [
|
||||||
'installed' => false,
|
|
||||||
'instanceid' => 'ocdt5et0qmad',
|
'instanceid' => 'ocdt5et0qmad',
|
||||||
'passwordsalt' => 'r9q0q/rh+zVick0gTc/0T2/37oNwQo',
|
'passwordsalt' => 'r9q0q/rh+zVick0gTc/0T2/37oNwQo',
|
||||||
'secret' => 'Rwl+It4J/0GK/6VL51sCiZ2ajpOwAPsnO61v6iN7TGmdSpAQ',
|
'secret' => 'Rwl+It4J/0GK/6VL51sCiZ2ajpOwAPsnO61v6iN7TGmdSpAQ',
|
||||||
@@ -177,3 +176,6 @@ externalDatabase:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
cronjob:
|
||||||
|
enabled: true
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
#values file for stash deployment
|
#values file for stash deployment
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v0.16.1
|
repository: stashapp/stash
|
||||||
|
tag: v0.17.2
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user