Skip to content

Commit

Permalink
update PROMETHEUS_OPERATOR_BRANCH to 0.78.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Nov 21, 2024
1 parent 95a39a1 commit e6576de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/prometheus/create-prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "External value for \$PROMETHEUS_NAMESPACE=$PROMETHEUS_NAMESPACE"
echo "External value for \$VALIDATE_YAML=$VALIDATE_YAML"

export PROMETHEUS_NAMESPACE="${PROMETHEUS_NAMESPACE:-prometheus}"
export PROMETHEUS_OPERATOR_BRANCH="${PROMETHEUS_OPERATOR_BRANCH:-v0.78.1}"
export PROMETHEUS_OPERATOR_BRANCH="${PROMETHEUS_OPERATOR_BRANCH:-v0.78.2}"
export ALERT_MANAGER_EXTERNAL_URL="${ALERT_MANAGER_EXTERNAL_URL:-http://localhost:9093}"
# Possible values for "validate yaml" are values from --validate=XXX kubectl option. They are true/false ATM
export VALIDATE_YAML="${VALIDATE_YAML:-true}"
Expand Down

0 comments on commit e6576de

Please sign in to comment.