Skip to content

Commit

Permalink
use branch pulsar-operator-0.17.10 for repo streamnative/charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Mar 8, 2024
1 parent 1c11230 commit 361db30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function ci::install_pulsar_charts() {
if [ -d "pulsar-charts" ]; then
rm -rf pulsar-charts
fi
git clone https://github.com/streamnative/charts.git pulsar-charts
git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
cp ${values} pulsar-charts/charts/pulsar/mini_values.yaml
cd pulsar-charts
./scripts/pulsar/prepare_helm_release.sh -n default -k sn-platform -c
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration-oauth2/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ setup:
command: |
helm repo add streamnative https://charts.streamnative.io
rm -rf pulsar-charts/
git clone https://github.com/streamnative/charts.git pulsar-charts
git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
cd pulsar-charts/
./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration-oauth2/e2e_with_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ setup:
command: |
helm repo add streamnative https://charts.streamnative.io
rm -rf pulsar-charts/
git clone https://github.com/streamnative/charts.git pulsar-charts
git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
cd pulsar-charts/
./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setup:
command: |
helm repo add streamnative https://charts.streamnative.io
rm -rf pulsar-charts/
git clone https://github.com/streamnative/charts.git pulsar-charts
git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
cd pulsar-charts/
./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration/e2e_with_tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setup:
command: |
helm repo add streamnative https://charts.streamnative.io
rm -rf pulsar-charts/
git clone https://github.com/streamnative/charts.git pulsar-charts
git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
cd pulsar-charts/
./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down

0 comments on commit 361db30

Please sign in to comment.