Skip to content

Commit

Permalink
[prometheus] Fix typo in promethus in prometheus chart readme (#2949)
Browse files Browse the repository at this point in the history
* Fix typo in promethus in prometheus chart readme

Signed-off-by: Ajay Kumar <[email protected]>

* Update Chart.yaml

Signed-off-by: MH <[email protected]>

Signed-off-by: MH <[email protected]>

Signed-off-by: Ajay Kumar <[email protected]>
Signed-off-by: MH <[email protected]>
Co-authored-by: MH <[email protected]>
  • Loading branch information
akuma5157 and zanhsieh authored Jan 25, 2023
1 parent 4e4e1ca commit 55e36f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.41.0
version: 19.3.2
version: 19.3.3
kubeVersion: ">=1.16.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down
8 changes: 4 additions & 4 deletions charts/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ If Prometheus is used as deployment the updatestrategy has been changed to "Recr
All files in `templates/server` directory has been moved to `templates` directory.

```bash
helm upgrade [RELEASE_NAME] promethus-community/prometheus --version 19.0.0
helm upgrade [RELEASE_NAME] prometheus-community/prometheus --version 19.0.0
```

### To 18.0
Expand All @@ -98,7 +98,7 @@ Before you update, please scale down the `prometheus-server` deployment to `0` t
# In 17.x
kubectl scale deploy prometheus-server --replicas=0
# Upgrade
helm upgrade [RELEASE_NAME] promethus-community/prometheus --version 18.0.0
helm upgrade [RELEASE_NAME] prometheus-community/prometheus --version 18.0.0
```

### To 17.0
Expand All @@ -111,7 +111,7 @@ Before you update, please scale down the `prometheus-server` deployment to `0` t
# In 16.x
kubectl scale deploy prometheus-server --replicas=0
# Upgrade
helm upgrade [RELEASE_NAME] promethus-community/prometheus --version 17.0.0
helm upgrade [RELEASE_NAME] prometheus-community/prometheus --version 17.0.0
```

### To 16.0
Expand All @@ -124,7 +124,7 @@ Before you update, please scale down the `prometheus-server` deployment to `0` t
# In 15.x
kubectl scale deploy prometheus-server --replicas=0
# Upgrade
helm upgrade [RELEASE_NAME] promethus-community/prometheus --version 16.0.0
helm upgrade [RELEASE_NAME] prometheus-community/prometheus --version 16.0.0
```

### To 15.0
Expand Down

0 comments on commit 55e36f4

Please sign in to comment.