Skip to content

Commit 6a6b5f3

Browse files
committed
Add app manifests, update versions
1 parent 8176368 commit 6a6b5f3

8 files changed

Lines changed: 29 additions & 1 deletion

File tree

applications/accounts/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: accounts
2+
inferred: true
3+
templates: [base, db-postgres]
4+
version: '2'

applications/argo/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: argo
2+
inferred: true
3+
templates: [base]
4+
version: '2'

applications/common/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: common
2+
inferred: true
3+
templates: [base, flask-server]
4+
version: '2'

applications/common/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "openapi_server"
7-
VERSION = "2.4.0"
7+
VERSION = "2.5.0"
88

99
# To install the library, run the following
1010
#

applications/events/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: events
2+
inferred: true
3+
templates: [base]
4+
version: '2'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: jupyterhub
2+
inferred: true
3+
templates: [base]
4+
version: '2'

applications/neo4j/.ch-manifest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: neo4j
2+
inferred: true
3+
templates: [base, db-neo4j]
4+
version: '2'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app-name: nfsserver
2+
inferred: true
3+
templates: [base]
4+
version: '2'

0 commit comments

Comments
 (0)