Skip to content

Commit

Permalink
feat: Bump Edge to 16.0.1, and default to json for logformat (#101)
Browse files Browse the repository at this point in the history
* feat: Bump Edge to 16.0.1, and default to json for logformat

* chore(ci): Bump chart-testing-action
  • Loading branch information
Christopher Kolstad authored Nov 3, 2023
1 parent ffa119d commit 9b145ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
python-version: 3.9
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand Down
4 changes: 4 additions & 0 deletions charts/unleash-edge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
{{- if .Values.existingSecrets }}
{{- toYaml .Values.existingSecrets | nindent 12 }}
{{- end }}
{{- if .Values.edge.logFormat }}
- name: LOG_FORMAT
value: "{{ .Values.edge.logFormat }}"
{{- end }}
{{- if .Values.env }}
{{- toYaml .Values.env | nindent 12 }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/unleash-edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ existingSecrets:
edge:
upstreamUrl: "http://unleash.unleash:4242"
logLevel: "warn"
logFormat: "json"

0 comments on commit 9b145ce

Please sign in to comment.