Skip to content

Commit

Permalink
Fix the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Feb 19, 2025
1 parent 12e8ba2 commit 62028d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ initiate_sanity_plugin_checks_deployment() {
helm upgrade -i "${RELEASE_NAME}" \
-n "${NAME_SPACE_SANITY_PLUGINS_CHECK}" "${HELM_REPO_NAME}/${HELM_IMAGE_NAME}" \
--version "${CHART_VERSION}" \
-f "${DIR}/value_files/${HELM_CHART_SANITY_PLUGINS_MERGED_VALUE_FILE_NAME}" \
-f "/tmp/${HELM_CHART_SANITY_PLUGINS_MERGED_VALUE_FILE_NAME}" \
--set global.clusterRouterBase="${K8S_CLUSTER_ROUTER_BASE}" \
--set upstream.backstage.image.repository="${QUAY_REPO}" \
--set upstream.backstage.image.tag="${TAG_NAME}"
Expand Down

0 comments on commit 62028d4

Please sign in to comment.