Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
bug: bump prometheus chart version from 8.8.2 to 8.8.4
Browse files Browse the repository at this point in the history
This fixes a bug where a resource name had quotation marks embedded in
the name, making it invalid and a configmap was named differently than
the volume reference.
  • Loading branch information
joejulian committed Mar 31, 2020
1 parent 4175e17 commit d3f0af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/prometheus/0.35.x/prometheus-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
# on the cluster, this hack will trigger re-queue on Addons until one exists.
kubeaddons.mesosphere.io/hack-requires-defaultstorageclass: "true"
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "0.35.0-1"
catalog.kubeaddons.mesosphere.io/addon-revision: "0.35.0-2"
appversion.kubeaddons.mesosphere.io/prometheus-operator: "0.35.0"
appversion.kubeaddons.mesosphere.io/prometheus: "2.15.2"
appversion.kubeaddons.mesosphere.io/alertmanager: "0.20.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
chartReference:
chart: prometheus-operator
repo: https://mesosphere.github.io/charts/staging
version: 8.8.2
version: 8.8.4
values: |
---
defaultRules:
Expand Down

0 comments on commit d3f0af9

Please sign in to comment.