Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: ThameezBo <[email protected]>
  • Loading branch information
thameezb committed Oct 19, 2023
1 parent ffc3630 commit bf7fbdc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions charts/kube-prometheus-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an
### From 51.x to 52.x

This includes the ability to select between using existing secrets or create new secret objects for various thanosrule config. The defaults have not changed but if you were setting:
* `thanosRuler.thanosRulerSpec.alertmanagersConfig` or
* `thanosRuler.thanosRulerSpec.objectStorageConfig` or
* `thanosRuler.thanosRulerSpec.queryConfig`

- `thanosRuler.thanosRulerSpec.alertmanagersConfig` or
- `thanosRuler.thanosRulerSpec.objectStorageConfig` or
- `thanosRuler.thanosRulerSpec.queryConfig`

you will have to need to set `existingSecret` or `secret` based on your requirement

Expand Down Expand Up @@ -148,6 +149,7 @@ thanosRuler:
name: existing-secret-not-created-by-this-chart
key: object-storage-configs.yaml
```

### From 50.x to 51.x

This version upgrades Prometheus-Operator to v0.68.0, Prometheus to 2.47.0 and Thanos to v0.32.2
Expand Down

0 comments on commit bf7fbdc

Please sign in to comment.