Skip to content

Commit

Permalink
Merge pull request #6 from foomo/contentserver-v0.0.3-rc.2
Browse files Browse the repository at this point in the history
Contentful v0.0.3-rc.2
  • Loading branch information
franklinkim authored Mar 25, 2024
2 parents 55c51d2 + 7a3d828 commit 855c4ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/contentserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ annotations:
- name: Image Source
url: https://github.com/foomo/contentserver
version: 0.0.3-rc.1
version: 0.0.3-rc.2
appVersion: 1.11.0-rc.10
2 changes: 1 addition & 1 deletion charts/contentserver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# contentserver

![Version: 0.0.3-rc.1](https://img.shields.io/badge/Version-0.0.3--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0-rc.10](https://img.shields.io/badge/AppVersion-1.11.0--rc.10-informational?style=flat-square)
![Version: 0.0.3-rc.2](https://img.shields.io/badge/Version-0.0.3--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0-rc.10](https://img.shields.io/badge/AppVersion-1.11.0--rc.10-informational?style=flat-square)

Helm chart for the foomo Content Server.

Expand Down
6 changes: 3 additions & 3 deletions charts/contentserver/templates/contentserver/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ spec:
env:
{{- if .Values.otel.enabled }}
- name: OTEL_ENABLED
value: {{ .Values.otel.enabled }}
value: {{ .Values.otel.enabled | quote }}
- name: OTEL_SERVICE_NAME
value: "{{ .Release.Name }}"
- name: OTEL_TRACE_RATIO
value: "{{ .Values.otel.ratio }}"
value: {{ .Values.otel.ratio | quote }}
{{- if .Values.otel.otlp.enabled }}
- name: OTEL_EXPORTER_OTLP_INSECURE
value: {{ .Values.otel.otlp.insecure }}
value: {{ .Values.otel.otlp.insecure | quote }}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "{{ .Values.otel.otlp.endpoint }}"
{{- end }}
Expand Down

0 comments on commit 855c4ce

Please sign in to comment.