Skip to content

Commit

Permalink
feat(helm): re-use resources value for initContainer (spegel-org#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba authored Aug 6, 2024
2 parents ce6a80b + b5d48de commit 071c025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#520](https://github.com/spegel-org/spegel/pull/520) Add tests for metrics.
- [#536](https://github.com/spegel-org/spegel/pull/536) Update Go version to 1.22.5.
- [#547](https://github.com/spegel-org/spegel/pull/547) Set blob content type to disable detection.
- [#553](https://github.com/spegel-org/spegel/pull/553) Re-use resources value for initContainer in the Helm Chart.

### Deprecated

Expand Down
2 changes: 2 additions & 0 deletions charts/spegel/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
resources:
{{- toYaml .Values.resources | nindent 10 }}
volumeMounts:
- name: containerd-config
mountPath: {{ .Values.spegel.containerdRegistryConfigPath }}
Expand Down

0 comments on commit 071c025

Please sign in to comment.