Skip to content

Commit c30cb9e

Browse files
committed
build(repo): Update Helm chart to v0.4.2
1 parent 830da64 commit c30cb9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cluster/charts/fuel-streams-publisher/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.4.1
16+
version: 0.4.2
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

cluster/charts/fuel-streams-publisher/templates/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,8 @@ spec:
9797
envFrom:
9898
- configMapRef:
9999
name: {{ include "fuel-streams-publisher.fullname" . }}
100-
optional: false
101100
- secretRef:
102101
name: {{ include "fuel-streams-publisher.fullname" . }}
103-
optional: false
104102
{{- if .Values.envFrom }}
105103
{{- toYaml .Values.envFrom | nindent 12 }}
106104
{{- end }}

0 commit comments

Comments
 (0)