Skip to content
Snippets Groups Projects
Verified Commit 4aec45e5 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Fix lister chart and image naming inconsistency

parent 01d61311
No related branches found
Tags v0.2.5
No related merge requests found
......@@ -70,7 +70,7 @@ spec:
requests:
memory: {{ get $deployment_config "requestedMemory" | default "256Mi" }}
cpu: {{ get $deployment_config "requestedCpu" | default "250m" }}
image: {{ $.Values.swh_listers_image }}:{{ $.Values.swh_listers_image_version }}
image: {{ $.Values.swh_lister_image }}:{{ $.Values.swh_lister_image_version }}
imagePullPolicy: Always
command:
- /bin/bash
......
......@@ -9,8 +9,8 @@ swh_graphql_image: softwareheritage/graphql
swh_graphql_image_version: '20221006.2'
swh_indexer_image: container-registry.softwareheritage.org/swh/infra/swh-apps/indexer
swh_indexer_image_version: '20221130.1'
swh_listers_image: container-registry.softwareheritage.org/swh/infra/swh-apps/lister
swh_listers_image_version: '20221214.1'
swh_lister_image: container-registry.softwareheritage.org/swh/infra/swh-apps/lister
swh_lister_image_version: '20230131.1'
swh_loaders_image: softwareheritage/loaders
swh_loaders_image_version: '20220826.1'
swh_loader_bzr_image: softwareheritage/loader_bzr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment