diff --git a/deploy/kubernetes/helm/che/templates/configmap.yaml b/deploy/kubernetes/helm/che/templates/configmap.yaml index b12f8012670..496b92caecc 100644 --- a/deploy/kubernetes/helm/che/templates/configmap.yaml +++ b/deploy/kubernetes/helm/che/templates/configmap.yaml @@ -84,6 +84,12 @@ data: {{- if .Values.workspaceDefaultRamLimit }} CHE_WORKSPACE_DEFAULT_MEMORY_LIMIT_MB: {{ .Values.workspaceDefaultRamLimit }} {{- end }} +{{- if .Values.che.workspace.devfileRegistryUrl }} + CHE_WORKSPACE_DEVFILE__REGISTRY__URL: {{ .Values.che.workspace.devfileRegistryUrl }} +{{- end }} +{{- if .Values.che.workspace.pluginRegistryUrl }} + CHE_WORKSPACE_PLUGIN__REGISTRY__URL: {{ .Values.che.workspace.pluginRegistryUrl }} +{{- end }} {{- if .Values.workspaceSidecarDefaultRamLimit }} CHE_WORKSPACE_SIDECAR_DEFAULT__MEMORY__LIMIT__MB: {{ .Values.workspaceSidecarDefaultRamLimit }} {{- end }} diff --git a/deploy/kubernetes/helm/che/values.yaml b/deploy/kubernetes/helm/che/values.yaml index 06e296d4b87..5112d52c003 100644 --- a/deploy/kubernetes/helm/che/values.yaml +++ b/deploy/kubernetes/helm/che/values.yaml @@ -67,6 +67,11 @@ global: fsGroup: 1724 postgresDebugLogs: false +#che: +# workspace: +# devfileRegistryUrl: "https://che-devfile-registry.openshift.io/" +# pluginRegistryUrl: "https://che-plugin-registry.openshift.io/v3" + prometheus: alertmanager: enabled: false