Skip to content

Commit

Permalink
Test if releaser works correctly (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov authored Jun 17, 2024
1 parent d7e3beb commit dd9c009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.16.4
version: 0.16.5
maintainers:
- name: Todd Kazakov
email: todd@tidepool.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spec:
{{ include "charts.init.shoreline" .}}
containers:
- env:
{{ include "charts.platform.env.mongo" .}}
{{ include "charts.platform.env.misc" .}}
{{ include "charts.platform.env.mongo" .}}
{{ include "charts.platform.env.clients" .}}
{{ include "charts.kafka.common" .}}
{{ include "charts.kafka.cloudevents.client" (dict "Values" .Values "Release" .Release "client" "prescription") }}
Expand Down

0 comments on commit dd9c009

Please sign in to comment.