Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ardumont/swh-charts
  • vlorentz/swh-charts
  • swh/infra/ci-cd/swh-charts
  • vsellier/swh-charts
  • anlambert/swh-charts
5 results
Show changes
Commits on Source (2)
apiVersion: v2 apiVersion: v2
appVersion: 65 appVersion: 66
description: A Helm chart to deploy the softwareheritage stack description: A Helm chart to deploy the softwareheritage stack
name: swh name: swh
type: application type: application
......
...@@ -19,6 +19,7 @@ storagePipelineSteps: ...@@ -19,6 +19,7 @@ storagePipelineSteps:
- cls: retry - cls: retry
storagePipelineStepsWithRecordReferences: storagePipelineStepsWithRecordReferences:
- *bufferStorage
- cls: filter - cls: filter
- cls: retry - cls: retry
- cls: record_references - cls: record_references
......
...@@ -5,21 +5,21 @@ swh_graphql_image_version: '20230710.2' ...@@ -5,21 +5,21 @@ swh_graphql_image_version: '20230710.2'
swh_indexer_image: container-registry.softwareheritage.org/swh/infra/swh-apps/indexer swh_indexer_image: container-registry.softwareheritage.org/swh/infra/swh-apps/indexer
swh_indexer_image_version: '20230710.2' swh_indexer_image_version: '20230710.2'
swh_lister_image: container-registry.softwareheritage.org/swh/infra/swh-apps/lister swh_lister_image: container-registry.softwareheritage.org/swh/infra/swh-apps/lister
swh_lister_image_version: '20230710.2' swh_lister_image_version: '20230711.1'
swh_loader_bzr_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_bzr swh_loader_bzr_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_bzr
swh_loader_bzr_image_version: '20230710.3' swh_loader_bzr_image_version: '20230710.3'
swh_loader_cvs_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_cvs swh_loader_cvs_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_cvs
swh_loader_cvs_image_version: '20230710.3' swh_loader_cvs_image_version: '20230710.3'
swh_loader_git_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_git swh_loader_git_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_git
swh_loader_git_image_version: '20230710.4' swh_loader_git_image_version: '20230711.1'
swh_loader_mercurial_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_mercurial swh_loader_mercurial_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_mercurial
swh_loader_mercurial_image_version: '20230710.3' swh_loader_mercurial_image_version: '20230710.3'
swh_loader_metadata_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_metadata swh_loader_metadata_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_metadata
swh_loader_metadata_image_version: '20230710.3' swh_loader_metadata_image_version: '20230711.1'
swh_loader_package_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_package swh_loader_package_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_package
swh_loader_package_image_version: '20230710.3' swh_loader_package_image_version: '20230710.3'
swh_loader_savecodenow_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_savecodenow swh_loader_savecodenow_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_savecodenow
swh_loader_savecodenow_image_version: '20230710.3' swh_loader_savecodenow_image_version: '20230711.1'
swh_loader_svn_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_svn swh_loader_svn_image: container-registry.softwareheritage.org/swh/infra/swh-apps/loader_svn
swh_loader_svn_image_version: '20230710.3' swh_loader_svn_image_version: '20230710.3'
swh_storage_image: container-registry.softwareheritage.org/swh/infra/swh-apps/storage swh_storage_image: container-registry.softwareheritage.org/swh/infra/swh-apps/storage
......