Skip to content

Commit 3254264

Browse files
Merge pull request #4203 from stackitcloud/hacking_path_yq
deploy-on-kind: Always use local bin/yq
2 parents 1a17b1f + 6454246 commit 3254264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-on-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function deploy_korifi() {
178178
cp -a helm/korifi/* "$chart_dir"
179179
values_file="$chart_dir/values.yaml"
180180

181-
yq -i 'with(.; .version=env(VERSION))' "$chart_dir/Chart.yaml"
181+
"${ROOT_DIR}/bin/yq" -i 'with(.; .version=env(VERSION))' "$chart_dir/Chart.yaml"
182182
"${ROOT_DIR}/bin/yq" "with(.sources[]; .docker.buildx.rawOptions += [\"--build-arg\", \"version=$VERSION\"])" $kbld_file |
183183
kbld \
184184
--images-annotation=false \

0 commit comments

Comments
 (0)