File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,6 @@ manifests:
2323 helm repo update
2424 helm template loki --values $(VALUES_FILE ) --namespace loki grafana/loki --version $(LOKI_VERSION ) > $(LOKI_OUTPUT_YAML )
2525
26- .PHONY : upgrade
27- upgrade :
28- @echo " Removing previous $( LOKI_OUTPUT_YAML) ..."
29- rm -f $(LOKI_OUTPUT_YAML )
30- @echo " Pulling Loki YAML (Version: $( LOKI_VERSION) ) from Helm chart..."
31- helm repo update
32- helm upgrade --values $(VALUES_FILE ) --namespace loki grafana/loki > $(LOKI_OUTPUT_YAML )
33-
3426.PHONY : check-tools
3527check-tools :
3628 @command -v helm > /dev/null 2>&1 || { echo >&2 " helm is not installed. Aborting." ; exit 1; }
4335 @echo " Targets:"
4436 @echo " init : Add Loki helm chart repository"
4537 @echo " manifests : Pull Loki YAML from Helm chart with specified values.yaml and remove the old Loki YAML"
46- @echo " upgrade : Pull Loki YAML from Helm chart with specified values.yaml and upgrade the old Loki YAML"
4738 @echo " check-tools : ensure required tools are installed"
4839 @echo " help : Display this help message"
You can’t perform that action at this time.
0 commit comments