Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Oct 7, 2024
1 parent da59768 commit da8307f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/request-vm-cnv/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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://<site-url>}
quarkus.rest-client.jira_openapi_json.url=${JIRA_URL:https://<site-url>}
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da8307f

Please sign in to comment.