Skip to content

Commit

Permalink
Merge pull request #287 from bci-oss/chore/add-trg-0.4.7-readonly
Browse files Browse the repository at this point in the history
add Trg 0.4.7 read only file
  • Loading branch information
tunacicek authored Jul 16, 2024
2 parents 0cfd66b + f8d5b21 commit 3817381
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sources:
- https://github.com/eclipse-tractusx/sldt-semantic-hub

type: application
version: 0.3.0
version: 0.3.1
appVersion: 0.4.0
dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/semantic-hub/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# semantic-hub

![Version: 0.1.24](https://img.shields.io/badge/Version-0.1.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.10-M1](https://img.shields.io/badge/AppVersion-0.2.10--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)

**Helm Chart for the Catena-X Semantic Hub Application** <br/>
This Helm charts installs the Semantic Hub application and its dependencies.
Expand Down
7 changes: 7 additions & 0 deletions charts/semantic-hub/templates/hub/hub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
securityContext:
runAsUser: 100
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
{{- if not .Values.hub.authentication }}
args: ["--spring.profiles.active=local"]
{{- end }}
Expand Down Expand Up @@ -84,5 +85,11 @@ spec:
failureThreshold: {{ .Values.hub.readinessProbe.failureThreshold }}
resources:
{{ .Values.hub.resources | toYaml | indent 12 }}
volumeMounts:
- mountPath: /tmp
name: empty-tmp
volumes:
- name: empty-tmp
emptyDir: {}
imagePullSecrets:
{{ .Values.hub.imagePullSecrets | toYaml | indent 8 }}

0 comments on commit 3817381

Please sign in to comment.