From 4dbd78eb8a8ba435d5a50732170cbaa935cacd09 Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Wed, 18 Dec 2024 11:38:42 +0000 Subject: [PATCH] Automated PR from https://github.com/rhdhorchestrator/serverless-workflows/pull/557 --- charts/modify-vm-resources/Chart.yaml | 2 +- .../templates/04-sonataflow_modify-vm-resources.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/modify-vm-resources/Chart.yaml b/charts/modify-vm-resources/Chart.yaml index b1fab4a2..700089f8 100644 --- a/charts/modify-vm-resources/Chart.yaml +++ b/charts/modify-vm-resources/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0-rc1 +version: 1.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml b/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml index cf0207f1..cd9edf10 100755 --- a/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml +++ b/charts/modify-vm-resources/templates/04-sonataflow_modify-vm-resources.yaml @@ -45,7 +45,7 @@ spec: operation: '{ "result": { "completedWith":"success", "message": "VM " + .vm_name + " in namespace " + .vm_namespace + " updated.", "outputs":[ { "key":"Console URL", "value": $SECRET.cluster_console_url + "/k8s/ns/" + .vm_namespace + "/kubevirt.io~v1~VirtualMachine/" + .vm_name + "/console/standalone", "format":"link" } ] } }' type: expression - name: errorVMNotRunningResult - operation: '{ "result": { "completedWith":"error", "message": "VM " + .vm_name + " in namespace " + .vm_namespace + " not ready after the update after checking" + .vmStatusRunningRetries + " times: " + .vm.status } }' + operation: '{ "result": { "completedWith":"error", "message": "VM " + .vm_name + " in namespace " + .vm_namespace + " not ready after the update after checking" + (.vmStatusRunningRetries|tostring) + " times: " + .vm.status } }' type: expression - name: errorAuthorizationDeniedResult operation: '{ "result": { "completedWith":"error", "message": "Authorization denied to update VM " + .vm_name + " in namespace " + .vm_namespace + ". Memory: " + .vm_new_memory + ". CPU cores: " + (.vm_new_cpu_cores|tostring) + ". CPU threads: " + (.vm_new_cpu_threads|tostring) + ". CPU sockets: " + (.vm_new_cpu_sockets|tostring), "outputs":[ { "key":"Jira issue", "value": $SECRET.jira_url + "/jira/servicedesk/projects/" + .projectKey + "/issues/" + .jiraCreateIssueResult.key, "format":"link" }] } }' @@ -354,7 +354,7 @@ spec: functionRef: arguments: payload: - description: '"VM " + .vm_name + " in namespace " + .vm_namespace + " not ready after the update after checking" + .vmStatusRunningRetries + " times: " + .vm.status' + description: '"VM " + .vm_name + " in namespace " + .vm_namespace + " not ready after the update after checking" + (.vmStatusRunningRetries|tostring) + " times: " + .vm.status' severity: high title: '"VM " + .vm_name + " in namespace " + .vm_namespace + " not ready"' topic: Modify VM Resources workflow @@ -425,7 +425,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-modify-vm-resources:c1989c43998cd6a8bd5ed164d78a99841ea64e48 + image: quay.io/orchestrator/serverless-workflow-modify-vm-resources:8cc116b6a74f709d5e401226579ca6976b591ec6 envFrom: - secretRef: name: modify-vm-resources-creds