Skip to content
Snippets Groups Projects
Commit 46ccaa30 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4453 fix jenkinsfile rollout step

parent 4a4b74e2
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ Void setNewOperatorVersion(String environment) {
}
Void updateKeycloakOperatorVersions(String environment){
def valuesFile = getApplicationValues(environment, KEYCLOAK_OPERATOR_NAME)
def envFile = getApplicationValues(environment, KEYCLOAK_OPERATOR_NAME)
def envVersions = readYaml file: envFile
envVersions.ozgcloud_keycloak_operator.image.tag = IMAGE_TAG
......@@ -286,7 +286,7 @@ Void updateKeycloakOperatorVersions(String environment){
}
Void updateElasticsearchOperatorVersions(String environment){
def valuesFile = getApplicationValues(environment, ELASTICSEARCH_OPERATOR_NAME)
def envFile = getApplicationValues(environment, ELASTICSEARCH_OPERATOR_NAME)
def envVersions = readYaml file: envFile
envVersions.ozgcloud_elasticsearch_operator.image.tag = IMAGE_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment