diff --git a/swh/templates/graphql/configmap.yaml b/swh/templates/graphql/configmap.yaml index 85795b9..75cdadf 100644 --- a/swh/templates/graphql/configmap.yaml +++ b/swh/templates/graphql/configmap.yaml @@ -1,18 +1,18 @@ {{ if .Values.graphql.enabled -}} --- apiVersion: v1 kind: ConfigMap metadata: name: graphql namespace: {{ .Values.namespace }} data: config.yml: | {{- range $backend, $backend_config := .Values.graphql.backends }} {{ $backend }}: cls: remote url: http://{{ get $backend_config "host" }}:{{ get $backend_config "port" }} {{- end }} debug: yes - server-type: wsgi + server-type: asgi {{ end }} diff --git a/values-swh-application-versions.yaml b/values-swh-application-versions.yaml index 0ed2f57..e39bd47 100644 --- a/values-swh-application-versions.yaml +++ b/values-swh-application-versions.yaml @@ -1,19 +1,19 @@ # This file references the last version of all the softwareheritage images # It's used to manage the automatic update of the environments swh_storage_replayer_image: softwareheritage/storage-replayer swh_storage_replayer_image_version: "20220819.1" swh_loaders_image: softwareheritage/loaders swh_loaders_image_version: "20220826.1" swh_loader_bzr_image: softwareheritage/loader_bzr swh_loader_bzr_image_version: "20220909.1" swh_loader_git_image: softwareheritage/loader_git swh_loader_git_image_version: "20220908.1" swh_loader_highpriority_image: softwareheritage/loader_highpriority swh_loader_highpriority_image_version: "20220908.1" swh_loader_package_image: softwareheritage/loader_package swh_loader_package_image_version: "20220909.1" swh_graphql_image: softwareheritage/graphql -swh_graphql_image_version: "20220826.1" +swh_graphql_image_version: "20220913.1" swh_listers_image: softwareheritage/lister swh_listers_image_version: "20220908.1"