Skip to content

Commit 5abe3ff

Browse files
frewilhelmnexus49
authored andcommitted
add path to image reference to traefik image
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
1 parent 16f2ea5 commit 5abe3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constructor/component-constructor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ components:
3737
version: {{ .TRAEFIK_IMAGE_VERSION }}
3838
access:
3939
type: ociArtifact
40-
imageReference: "traefik:{{ .TRAEFIK_IMAGE_VERSION }}"
40+
imageReference: "docker.io/library/traefik:{{ .TRAEFIK_IMAGE_VERSION }}"
4141
- name: github.com/cert-manager/cert-manager
4242
version: {{ .CERT_MANAGER_VERSION }}
4343
provider:

0 commit comments

Comments
 (0)