We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a17b1f + 6454246 commit 3254264Copy full SHA for 3254264
scripts/deploy-on-kind.sh
@@ -178,7 +178,7 @@ function deploy_korifi() {
178
cp -a helm/korifi/* "$chart_dir"
179
values_file="$chart_dir/values.yaml"
180
181
- yq -i 'with(.; .version=env(VERSION))' "$chart_dir/Chart.yaml"
+ "${ROOT_DIR}/bin/yq" -i 'with(.; .version=env(VERSION))' "$chart_dir/Chart.yaml"
182
"${ROOT_DIR}/bin/yq" "with(.sources[]; .docker.buildx.rawOptions += [\"--build-arg\", \"version=$VERSION\"])" $kbld_file |
183
kbld \
184
--images-annotation=false \
0 commit comments