Merge pull request #121 from lburgazzoli/openshift-versions

Set openshift versions v4.12-v4.15
This commit is contained in:
Luca Burgazzoli 2024-04-09 17:32:53 +02:00 committed by GitHub
commit 70c40b393c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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