Skip to content

Commit

Permalink
Update loki helm chart repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn committed Sep 22, 2023
1 parent a0b5281 commit f856153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function ci::test_pulsar_function() {
function ci::upgrade_pulsar_chart() {
local value_file=$1
echo "Upgrading the pulsar chart"
${HELM} repo add loki https://grafana.github.io/loki/charts
${HELM} repo add loki https://grafana.github.io/helm-charts
${HELM} dependency update ${CHARTS_HOME}/charts/pulsar
${HELM} upgrade -n ${NAMESPACE} --values ${value_file} ${CLUSTER} ${CHARTS_HOME}/charts/pulsar --timeout 1h --debug
# wait the upgrade process start then to check the status
Expand Down

0 comments on commit f856153

Please sign in to comment.