From 2cde5eeb1df013ce4af177d6786e79e99c0e76e1 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Tue, 23 May 2023 13:02:04 +0200 Subject: [PATCH] Bump deposit-checkers image It's now able to log as json records. Refs. swh/infra/sysadm-environment#4886 --- swh/Chart.yaml | 2 +- values-swh-application-versions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swh/Chart.yaml b/swh/Chart.yaml index c516709f1..ff2690132 100644 --- a/swh/Chart.yaml +++ b/swh/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 33 +appVersion: 34 description: A Helm chart to deploy the softwareheritage stack name: swh type: application diff --git a/values-swh-application-versions.yaml b/values-swh-application-versions.yaml index c8c69e846..4de75dc03 100644 --- a/values-swh-application-versions.yaml +++ b/values-swh-application-versions.yaml @@ -1,5 +1,5 @@ swh_deposit_checkers_image: container-registry.softwareheritage.org/swh/infra/swh-apps/deposit_checkers -swh_deposit_checkers_image_version: '20230131.1' +swh_deposit_checkers_image_version: '20230523.1' swh_graphql_image: container-registry.softwareheritage.org/swh/infra/swh-apps/graphql swh_graphql_image_version: '20230327.1' swh_indexer_image: container-registry.softwareheritage.org/swh/infra/swh-apps/indexer -- GitLab