Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 3, 2024
1 parent 228038f commit 706ab9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ install_collector() {
helm repo update open-telemetry

helm_cmd="helm --debug upgrade ${release_name} -n ${namespace} open-telemetry/opentelemetry-collector --install \
-f ./ci/values.yaml ${registry}\
--set-string image.repository= \
-f ./ci/values.yaml \
--set-string image.repository=${registry} \
--set-string image.tag=otelcolcontrib-v$CI_COMMIT_SHORT_SHA \
--set clusterRole.name=${clusterRole} \
--set clusterRole.clusterRoleBinding.name=${clusterRole} \
Expand Down

0 comments on commit 706ab9d

Please sign in to comment.