Skip to content

Commit

Permalink
Merge pull request #157 from bci-oss/chore/trg-0.4.7read-only
Browse files Browse the repository at this point in the history
Add trg 0-4-7 readonly file
  • Loading branch information
tunacicek authored Jul 16, 2024
2 parents 4535d0f + 742c1a8 commit 8e931d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/discoveryfinder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/sldt-discovery-finder
type: application
version: 0.3.0
version: 0.3.1
appVersion: 0.4.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/discoveryfinder/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# discoveryfinder

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2-M1](https://img.shields.io/badge/AppVersion-0.2.2--M1-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)

**Tractus-X Discovery Finder Helm Chart** <br/>
This chart installs the Discovery Finder and its direct dependencies.
Expand Down
7 changes: 7 additions & 0 deletions charts/discoveryfinder/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
securityContext:
runAsUser: 100
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
livenessProbe:
httpGet:
path: /actuator/health/liveness
Expand All @@ -79,5 +80,11 @@ spec:
{{- end }}
resources:
{{ .Values.discoveryfinder.resources | toYaml | indent 12 }}
volumeMounts:
- mountPath: /tmp
name: empty-tmp
volumes:
- name: empty-tmp
emptyDir: {}
imagePullSecrets:
{{ .Values.discoveryfinder.imagePullSecrets | toYaml | indent 8 }}

0 comments on commit 8e931d5

Please sign in to comment.