Skip to content

Commit ca24d7c

Browse files
committed
Fix container image path from #2
Signed-off-by: Eric Searcy <[email protected]>
1 parent 5d82713 commit ca24d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/lfx-v1-sync-helper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicas: 1
77
# image is the configuration for the container images
88
image:
99
# repository is the container image repository
10-
repository: ghcr.io/linuxfoundation/lfx-v1-sync-helper/v1-sync-helper
10+
repository: ghcr.io/linuxfoundation/lfx-v1-sync-helper/lfx-v1-sync-helper
1111
# tag is the container image tag (overrides appVersion from Chart.yaml)
1212
tag: ""
1313
# pullPolicy is the image pull policy

0 commit comments

Comments
 (0)