File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
.env
2
- mongodb /*
2
+ manifests /mychart /* .tgz
3
+ mongodb /*
Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
2
services :
3
3
on_demand :
4
- build : https://github.com/andrejcermak /ondemand.git#oodCoreDevLocal
4
+ build : https://github.com/soricpetar /ondemand.git#patch-1
5
5
command : [ "/opt/ood/launch" ]
6
6
image : ghcr.io/austriandatalab/terraform-deployment-automation/on_demand # Specified image name for pushing
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.1.0
16
+ version : 0.1.1
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : Namespace
3
+ metadata :
4
+ name : {{ .Values.common.namespace }}
5
+ labels :
6
+ name : {{ .Values.common.namespace }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ serviceOnDemand:
7
7
name : on-demand-service
8
8
9
9
common :
10
- namespace : xcermak5
10
+ namespace : coder-ood
11
11
12
12
ingress :
13
13
name : basic-ingress
You can’t perform that action at this time.
0 commit comments