Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Sep 18, 2024
1 parent 033f5cd commit 2c6c188
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 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.6
version: 0.1.7

# 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
@@ -1,27 +1,12 @@
apiVersion: v1
data:
application.properties: |
# Backstage Notifications service
quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}
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:-}
# 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:-}
quarkus.tls.trust-all=true
quarkus.kubernetes-client.trust-certs=true
quarkus.flyway.migrate-at-start=true
quarkus.flyway.migrate-at-start=true
application.properties: "# Backstage Notifications service\nquarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator}\nquarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN}\n\nvm_check_running_max_retries=${VM_CHECK_RUNNING_MAX_RETRIES:10}\n\n#
Jira cloud\njira_url=${JIRA_URL:https://<site-url>}\nquarkus.rest-client.jira_openapi_json.url=${JIRA_URL:https://<site-url>}\nquarkus.openapi-generator.jira_openapi_json.auth.basicAuth.username=${JIRA_USERNAME:-}\nquarkus.openapi-generator.jira_openapi_json.auth.basicAuth.password=${JIRA_API_TOKEN:-}\n\n#
OpenShift API Server\ncluster_console_url=${OCP_CONSOLE_URL:-}\nquarkus.rest-client.kubevirt_openapi_yaml.url=${OCP_API_SERVER_URL:-}\nquarkus.openapi-generator.kubevirt_openapi_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN:-}\nquarkus.tls.trust-all=true\nquarkus.kubernetes-client.trust-certs=true\n\nquarkus.flyway.migrate-at-start=true\n\n#
This property is used to select the log level, which controls the amount\n# of
information logged on HTTP requests based on the severity of the events. \n# Possible
values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. \n# and see https://quarkus.io/guides/logging
for documentation \nquarkus.log.category.\"org.apache.http\".level=INFO\nquarkus.log.level=INFO\nquarkus.flyway.migrate-at-start=true\n"
kind: ConfigMap
metadata:
creationTimestamp: null
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:eb6306231590d0c96c9ef81767335a0b3f11b16f
image: quay.io/orchestrator/serverless-workflow-request-vm-cnv:8e077164fba2cd03e104d86742c5422fd8edce26
envFrom:
- secretRef:
name: request-vm-cnv-creds
Expand Down

0 comments on commit 2c6c188

Please sign in to comment.