Skip to content

Commit

Permalink
Fix cross providers tests (#2419)
Browse files Browse the repository at this point in the history
This PR is to fix a breaking change in the semantics of the
`imagePrefix` flag
  • Loading branch information
tamirdavid1 authored Feb 10, 2025
1 parent 087fb08 commit 9510453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/odigos/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- $defaultRegistry := "docker.io/keyval" -}}
{{- $redHatRegistry := "registry.connect.redhat.com/odigos" -}}
{{- if $.Values.imagePrefix -}}
{{- $.Values.imagePrefix -}}/
{{- $.Values.imagePrefix -}}/keyval/
{{- else -}}
{{- if $.Values.openshift.enabled -}}
{{- $redHatRegistry -}}/
Expand Down

0 comments on commit 9510453

Please sign in to comment.