#!/usr/bin/env bash

export ns={1:-monitoring}

helm --create-namespace -n $ns install node-problem-detector node-problem-detector-2.3.14.tgz -f node-problem-detector-values.yaml
helm --create-namespace -n $ns install kube-prometheus-stack kube-prometheus-stack-83.4.0.tgz -f kube-prometheus-stack-values.yaml
