Skip to content

Commit

Permalink
Revert "Added imagePullSecrets field in otel events and Sumologic-set…
Browse files Browse the repository at this point in the history
…up template (#2689)"

This reverts commit 4bbd2cd.
  • Loading branch information
Mikołaj Świątek committed Dec 21, 2022
1 parent 3400445 commit dc89c91
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- chore: upgrade Fluent Bit to v1.6.10-sumo-3 [#2712]
- added imagePullSecrets field in otel events and sumologic-setup template [#2689]
- chore: upgrade otelcol to 0.66.0-sumo-0 [#2686] [#2687] [#2692] [#2693]
- fix(openshift): changed allowed fsgroups in SecurityContextConstraints [#2717]
- fix(openshift): set securityContexts for otelcol-logs-collector [#2717]
- fix: obey proxy settings in otelcol [#2719]

[#2689]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2689
[#2686]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2686
[#2687]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2687
[#2693]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2693
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ spec:
containers:
- name: otelcol
image: {{ .Values.otelevents.image.repository }}:{{ .Values.otelevents.image.tag }}
{{- if .Values.sumologic.pullSecrets }}
imagePullSecrets:
{{ toYaml .Values.sumologic.pullSecrets | indent 10 }}
{{ end }}
imagePullPolicy: {{ .Values.otelevents.image.pullPolicy }}
args:
- --config=/etc/otel/config.yaml
Expand Down
1 change: 0 additions & 1 deletion deploy/helm/sumologic/templates/setup/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ spec:
containers:
- name: setup
image: {{ .Values.sumologic.setup.job.image.repository }}:{{ .Values.sumologic.setup.job.image.tag }}
imagePullSecrets: {{ .Values.sumologic.setup.job.image.pullSecrets }}
imagePullPolicy: {{ .Values.sumologic.setup.job.image.pullPolicy }}
command: ["/etc/terraform/setup.sh"]
resources:
Expand Down
1 change: 0 additions & 1 deletion tests/helm/setup/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ spec:
containers:
- name: setup
image: public.ecr.aws/sumologic/kubernetes-setup:3.4.0
imagePullSecrets:
imagePullPolicy: IfNotPresent
command: ["/etc/terraform/setup.sh"]
resources:
Expand Down

0 comments on commit dc89c91

Please sign in to comment.