Skip to content

Commit

Permalink
Merge pull request #9 from akosveres/master
Browse files Browse the repository at this point in the history
Update prometheus-operator helm chart version
  • Loading branch information
andyjeffries authored Oct 11, 2019
2 parents 1d26925 + 8c8b7c7 commit d0f9430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus-operator/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

NAMESPACE=monitoring
HELM_CHAT_VERSION=6.14.1
HELM_CHART_VERSION=6.16.0
# Create the namespace for prometheus-operator
kubectl create namespace ${NAMESPACE}

Expand All @@ -13,5 +13,5 @@ helm install \
--name prometheus-operator \
--namespace ${NAMESPACE} \
--set prometheusOperator.createCustomResource=false \
--version ${HELM_CHART_VERSION}
--version ${HELM_CHART_VERSION} \
stable/prometheus-operator

0 comments on commit d0f9430

Please sign in to comment.