diff --git a/charts/request-vm-cnv/Chart.yaml b/charts/request-vm-cnv/Chart.yaml index 75e353fa..a27f38e8 100644 --- a/charts/request-vm-cnv/Chart.yaml +++ b/charts/request-vm-cnv/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: 0.1.8 +version: 0.1.9 # 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/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml b/charts/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml index edaf32a2..d60f0b54 100755 --- a/charts/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml +++ b/charts/request-vm-cnv/templates/01-configmap_request-vm-cnv-props.yaml @@ -2,21 +2,21 @@ apiVersion: v1 data: application.properties: | # Backstage Notifications service - quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} + quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL} quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} vm_check_running_max_retries=${VM_CHECK_RUNNING_MAX_RETRIES:10} # Jira cloud - jira_url=${JIRA_URL:https://} - quarkus.rest-client.jira_openapi_json.url=${JIRA_URL:https://} - quarkus.openapi-generator.jira_openapi_json.auth.basicAuth.username=${JIRA_USERNAME:-} - quarkus.openapi-generator.jira_openapi_json.auth.basicAuth.password=${JIRA_API_TOKEN:-} + jira_url=${JIRA_URL} + quarkus.rest-client.jira_openapi_json.url=${JIRA_URL} + quarkus.openapi-generator.jira_openapi_json.auth.basicAuth.username=${JIRA_USERNAME} + quarkus.openapi-generator.jira_openapi_json.auth.basicAuth.password=${JIRA_API_TOKEN} # OpenShift API Server - cluster_console_url=${OCP_CONSOLE_URL:-} - quarkus.rest-client.kubevirt_openapi_yaml.url=${OCP_API_SERVER_URL:-} - quarkus.openapi-generator.kubevirt_openapi_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN:-} + cluster_console_url=${OCP_CONSOLE_URL} + quarkus.rest-client.kubevirt_openapi_yaml.url=${OCP_API_SERVER_URL} + quarkus.openapi-generator.kubevirt_openapi_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN} quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true diff --git a/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml b/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml index f9de3a31..8fabd605 100755 --- a/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml +++ b/charts/request-vm-cnv/templates/04-sonataflow_request-vm-cnv.yaml @@ -384,7 +384,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:3591ea73e03abe68f65f3c4ceda107196e2c8fd9 + image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:f17740898cfb4255b88f76a8a3cd321cd157cb06 envFrom: - secretRef: name: request-vm-cnv-creds