Skip to content

Commit

Permalink
Upgrade apps (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Oct 11, 2023
1 parent 2da9cd8 commit 52ef232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Upgrade `prometheus-operator-app` to 6.2.0.
- Upgrade `prometheus-operator-app` to 6.2.1.
- Upgrade `prometheus-agent` to 0.6.5.

## [0.8.7] - 2023-10-04

Expand Down
4 changes: 2 additions & 2 deletions helm/observability-bundle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apps:
skipCRDs: true
# used by renovate
# repo: giantswarm/prometheus-operator-app
version: 6.2.0
version: 6.2.1
userConfig: {}
# a list of extraConfigs for the App,
# It can be secret or configmap
Expand All @@ -54,7 +54,7 @@ apps:
namespace: kube-system
# used by renovate
# repo: giantswarm/prometheus-agent-app
version: 0.6.4
version: 0.6.5
# User values can be provided via a ConfigMap or Secret for each individual app
# using the structure shown below.
userConfig: {}
Expand Down

0 comments on commit 52ef232

Please sign in to comment.