This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 0b130fa Fix typo in script name in README.md
0b130fa is described below
commit 0b130fafa914b8034c440817122d9741d08aa8ef
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Mar 1 05:39:21 2024 -0800
Fix typo in script name in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d5bbe01..5b0069a 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,7 @@ in kube-prometheus-stack upgrade
notes](https://github.com/prometheus-community/
There's a script to run the required commands:
```shell
-./scripts/kube-prometheus-stack/upgrade_prometeheus_operator_crds.sh
+./scripts/kube-prometheus-stack/upgrade_prometheus_operator_crds.sh
```
After, this you can proceed with `helm upgrade`.