Reorganized for new stable/waypoint versioning design.
This commit is contained in:
5
openproject/app.yaml
Normal file
5
openproject/app.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: openproject
|
||||
is: openproject
|
||||
description: OpenProject is an open-source project management software that provides comprehensive features for project planning, tracking, and collaboration.
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/openproject.svg
|
||||
latest: "16"
|
||||
@@ -1,12 +1,7 @@
|
||||
name: openproject
|
||||
is: openproject
|
||||
description: OpenProject is an open-source project management software that provides
|
||||
comprehensive features for project planning, tracking, and collaboration.
|
||||
version: 16.1.1-1
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/openproject.svg
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: memcached
|
||||
- name: postgres
|
||||
- name: memcached
|
||||
defaultConfig:
|
||||
namespace: openproject
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
@@ -24,7 +19,7 @@ defaultConfig:
|
||||
host: '{{ .apps.memcached.host }}'
|
||||
port: '{{ .apps.memcached.port }}'
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: adminPassword
|
||||
- key: dbPassword
|
||||
- key: adminPassword
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- postgres.password
|
||||
Reference in New Issue
Block a user