Skip to content

Commit 428a443

Browse files
authored
Merge pull request #15 from AustrianDataLAB/feature/network-policies
modify chart, docker image vuln fix
2 parents 9657c7e + 98f3136 commit 428a443

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2-
mongodb/*
2+
manifests/mychart/*.tgz
3+
mongodb/*

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "3.9"
22
services:
33
on_demand:
4-
build: https://github.com/andrejcermak/ondemand.git#oodCoreDevLocal
4+
build: https://github.com/soricpetar/ondemand.git#patch-1
55
command: [ "/opt/ood/launch" ]
66
image: ghcr.io/austriandatalab/terraform-deployment-automation/on_demand # Specified image name for pushing

manifests/mychart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.0
16+
version: 0.1.1
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: {{ .Values.common.namespace }}
5+
labels:
6+
name: {{ .Values.common.namespace }}

manifests/mychart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ serviceOnDemand:
77
name: on-demand-service
88

99
common:
10-
namespace: xcermak5
10+
namespace: coder-ood
1111

1212
ingress:
1313
name: basic-ingress

0 commit comments

Comments
 (0)