diff --git a/Chart.yaml b/Chart.yaml index 2333c5e..bdf69d3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,7 +14,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. -version: 0.1.5 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/templates/job_orchestrator_deployment.yaml b/templates/job_orchestrator_deployment.yaml index 8326a5e..f75ee38 100644 --- a/templates/job_orchestrator_deployment.yaml +++ b/templates/job_orchestrator_deployment.yaml @@ -47,6 +47,7 @@ data: SENTRY_DSN: "{{ .Values.jobOrchestrator.sentry_dsn }}" URSIM_CONTROL_IMAGE: "registry.kmlabz.com/universalrobots/single_ursim_control:latest" URSIM_CONTROL_CONFIGMAP: "single-ursim-controller-config" + LINK_QUALITY_REPORT_URL: "{{ .Values.jobOrchestrator.link_quality_report_url }}" --- apiVersion: types.kubefed.io/v1beta1 kind: FederatedConfigMap diff --git a/values.yaml b/values.yaml index e283344..43e5024 100644 --- a/values.yaml +++ b/values.yaml @@ -3,6 +3,7 @@ k8s: regcred_name: regcred jobOrchestrator: sentry_dsn: "" + link_quality_report_url: "http://192.168.110.100:30420/report/link" programService: sentry_dsn: "" singleURSimControl: