File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
charts/function-mesh-operator/templates Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function ci::install_pulsar_charts() {
8585 if [ -d " pulsar-charts" ]; then
8686 rm -rf pulsar-charts
8787 fi
88- git clone https://github.com/streamnative/charts.git pulsar-charts
88+ git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
8989 cp ${values} pulsar-charts/charts/pulsar/mini_values.yaml
9090 cd pulsar-charts
9191 ./scripts/pulsar/prepare_helm_release.sh -n default -k sn-platform -c
Original file line number Diff line number Diff line change 3333 command : |
3434 helm repo add streamnative https://charts.streamnative.io
3535 rm -rf pulsar-charts/
36- git clone https://github.com/streamnative/charts.git pulsar-charts
36+ git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
3737 cd pulsar-charts/
3838 ./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
3939 helm repo add grafana https://grafana.github.io/helm-charts
Original file line number Diff line number Diff line change 3333 command : |
3434 helm repo add streamnative https://charts.streamnative.io
3535 rm -rf pulsar-charts/
36- git clone https://github.com/streamnative/charts.git pulsar-charts
36+ git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
3737 cd pulsar-charts/
3838 ./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
3939 helm repo add grafana https://grafana.github.io/helm-charts
Original file line number Diff line number Diff line change 3939 command : |
4040 helm repo add streamnative https://charts.streamnative.io
4141 rm -rf pulsar-charts/
42- git clone https://github.com/streamnative/charts.git pulsar-charts
42+ git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
4343 cd pulsar-charts/
4444 ./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
4545 helm repo add grafana https://grafana.github.io/helm-charts
Original file line number Diff line number Diff line change 2828 command : |
2929 helm repo add streamnative https://charts.streamnative.io
3030 rm -rf pulsar-charts/
31- git clone https://github.com/streamnative/charts.git pulsar-charts
31+ git clone --branch pulsar-operator-0.17.10 https://github.com/streamnative/charts.git pulsar-charts
3232 cd pulsar-charts/
3333 ./scripts/pulsar/prepare_helm_release.sh -n default -k ${PULSAR_RELEASE_NAME} -c
3434 helm repo add grafana https://grafana.github.io/helm-charts
Original file line number Diff line number Diff line change 2626 prometheus.io/scrape : " true"
2727 prometheus.io/path : " /metrics"
2828 prometheus.io/port : " {{ .Values.controllerManager.metrics.port }}"
29+ traffic.sidecar.istio.io/excludeInboundPorts : ' 9443'
2930 spec :
3031 {{- if .Values.controllerManager.serviceAccount }}
3132 serviceAccount : {{ .Values.controllerManager.serviceAccount }}
You can’t perform that action at this time.
0 commit comments