Skip to content

Commit 0623141

Browse files
authored
Merge pull request #125 from stefanprodan/helm-layer-selector
flux-helm-release: Set layer selector for chart content
2 parents 79e12de + 022110d commit 0623141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/flux-helm-release/templates/ocirepository.cue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ import (
2121
if #config.repository.insecure {
2222
insecure: #config.repository.insecure
2323
}
24+
layerSelector: {
25+
mediaType: "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
26+
operation: "copy"
27+
}
2428
}
2529
}
2630

0 commit comments

Comments
 (0)