Skip to content

Commit f5064b2

Browse files
author
felix.phipps
committed
restored value mutation for ark release
Signed-off-by: felix.phipps <felix.phipps@cyberark.com>
1 parent 0678c6c commit f5064b2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

make/ark/00_mod.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ oci_ark_build_args := \
2626

2727

2828
define ark_helm_values_mutation_function
29-
echo "no mutations defined for this chart"
29+
$(YQ) \
30+
'( .image.repository = "$(oci_ark_image_name)" ) | \
31+
( .image.tag = "$(oci_ark_image_tag)" )' \
32+
$1 --inplace
3033
endef

0 commit comments

Comments
 (0)