Skip to content

Commit

Permalink
fix(base-cluster/tracing): add missing otel to trusted image
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Sep 7, 2023
1 parent 8e8517e commit a9f4257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/trusted_registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ registries:
velero: ALL_IMAGES
vladgh:
gpg@sha256: ALL_TAGS
otel:
opentelemetry-collector-contrib: ALL_TAGS
ghcr.io:
aquasecurity: ALL_IMAGES
kyverno: ALL_IMAGES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ spec:
- name: kube-prometheus-stack
namespace: monitoring
values:
{{- if .Values.global.imageRegistry }}
image:
repository: {{ printf "%s/otel/opentelemetry-collector-contrib" $.Values.global.imageRegistry }}
{{- end }}
repository: {{ printf "%s/otel/opentelemetry-collector-contrib" ($.Values.global.imageRegistry | default (include "base-cluster.defaultRegistry" (dict))) }}
mode: daemonset
hostNetwork: true
service:
Expand Down

0 comments on commit a9f4257

Please sign in to comment.