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

Fix vault cookers chart and image naming inconsistency

parent ba403c25
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ spec:
requests:
memory: {{ get $deployment_config "requestedMemory" | default "512Mi" }}
cpu: {{ get $deployment_config "requestedCpu" | default "500m" }}
image: {{ $.Values.swh_cookers_image }}:{{ $.Values.swh_cookers_image_version }}
image: {{ $.Values.swh_vault_cookers_image }}:{{ $.Values.swh_vault_cookers_image_version }}
imagePullPolicy: Always
command:
- /bin/bash
......
......@@ -3,8 +3,8 @@
swh_checker_deposit_image: softwareheritage/deposit_checkers
swh_checker_deposit_image_version: '20220927.2'
swh_cookers_image: container-registry.softwareheritage.org/swh/infra/swh-apps/vault_cookers
swh_cookers_image_version: '20221107.1'
swh_vault_cookers_image: container-registry.softwareheritage.org/swh/infra/swh-apps/vault_cookers
swh_vault_cookers_image_version: '20230131.1'
swh_graphql_image: softwareheritage/graphql
swh_graphql_image_version: '20221006.2'
swh_indexer_image: container-registry.softwareheritage.org/swh/infra/swh-apps/indexer
......
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