diff --git a/README.md b/README.md index 7def6d61..1e8b2084 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ helm repo add appuio https://charts.appuio.ch | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/snappass-1.0.0/total)](https://github.com/appuio/charts/releases/tag/snappass-1.0.0) | [snappass](appuio/snappass/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.19.0/total)](https://github.com/appuio/charts/releases/tag/stardog-0.19.0) | [stardog](appuio/stardog/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.2.3/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.2.3) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/trifid-2.0.1/total)](https://github.com/appuio/charts/releases/tag/trifid-2.0.1) | [trifid](appuio/trifid/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/trifid-2.0.2/total)](https://github.com/appuio/charts/releases/tag/trifid-2.0.2) | [trifid](appuio/trifid/README.md) | ## Add / Update Charts diff --git a/appuio/trifid/Chart.yaml b/appuio/trifid/Chart.yaml index aef3eb91..d0f060cc 100644 --- a/appuio/trifid/Chart.yaml +++ b/appuio/trifid/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: trifid description: Trifid provides a lightweight and easy way to access Linked Data URIs via HTTP. -version: 2.0.1 +version: 2.0.2 appVersion: 2.3.7 home: "https://github.com/zazuko/trifid" sources: -- https://github.com/zazuko/trifid + - https://github.com/zazuko/trifid diff --git a/appuio/trifid/README.md b/appuio/trifid/README.md index 7ee4bdb0..1346b360 100644 --- a/appuio/trifid/README.md +++ b/appuio/trifid/README.md @@ -1,6 +1,6 @@ # trifid -![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 2.3.7](https://img.shields.io/badge/AppVersion-2.3.7-informational?style=flat-square) +![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 2.3.7](https://img.shields.io/badge/AppVersion-2.3.7-informational?style=flat-square) Trifid provides a lightweight and easy way to access Linked Data URIs via HTTP. diff --git a/appuio/trifid/templates/deployment.yaml b/appuio/trifid/templates/deployment.yaml index cf6dd752..bfbdfd9f 100644 --- a/appuio/trifid/templates/deployment.yaml +++ b/appuio/trifid/templates/deployment.yaml @@ -41,6 +41,10 @@ spec: secretKeyRef: name: {{ if $endpoint.secretName }}{{ $endpoint.secretName }}{{ else }}{{ include "trifid.fullname" . }}{{ end }} key: password + {{- range $key, $value := .Values.extraEnv }} + - name: {{ $key }} + value: {{ $value }} + {{- end }} ports: - name: http containerPort: 8080 diff --git a/appuio/trifid/values.yaml b/appuio/trifid/values.yaml index 3b018281..f7b24bbf 100644 --- a/appuio/trifid/values.yaml +++ b/appuio/trifid/values.yaml @@ -31,7 +31,7 @@ podSecurityContext: securityContext: capabilities: drop: - - ALL + - ALL runAsNonRoot: true runAsUser: 1000 readOnlyRootFilesystem: true @@ -46,7 +46,8 @@ service: ingress: enabled: false - annotations: {} + annotations: + {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: @@ -68,3 +69,7 @@ resources: nodeSelector: {} tolerations: [] + +extraEnv: + {} + # VARIABLE_NAME: value