Skip to content

Instantly share code, notes, and snippets.

@27Bslash6
Created May 3, 2019 10:51
Show Gist options
  • Save 27Bslash6/f99db68fe5505d614d30edfadbc93c1a to your computer and use it in GitHub Desktop.
Save 27Bslash6/f99db68fe5505d614d30edfadbc93c1a to your computer and use it in GitHub Desktop.
blort
RELEASE := p4-rocketchat
NAMESPACE ?= rocketchat
CHART_NAME ?= stable/rocketchat
CHART_VERSION ?= 0.3.4
fnord:
helm upgrade --install --force --wait $(HELM_RELEASE) \
--namespace=$(NAMESPACE) \
--version $(CHART_VERSION) \
-f values.yaml \
$(CHART_NAME)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment