Merge pull request #121 from lburgazzoli/openshift-versions
Set openshift versions v4.12-v4.15
This commit is contained in:
commit
70c40b393c
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ HELM_CHART ?= dapr
|
|||
HELM_CHART_VERSION ?= 1.13.2
|
||||
HELM_CHART_URL ?= https://raw.githubusercontent.com/dapr/helm-charts/master/dapr-$(HELM_CHART_VERSION).tgz
|
||||
|
||||
OPENSHIFT_VERSIONS ?= v4.13-v4.15
|
||||
OPENSHIFT_VERSIONS ?= v4.12-v4.15
|
||||
|
||||
## Tool Versions
|
||||
CODEGEN_VERSION ?= v0.28.8
|
||||
|
|
Loading…
Reference in New Issue