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 (3)
......@@ -36,7 +36,7 @@
{{- range $volumeName, $volumeConfig := .extraVolumes }}
- name: {{ $volumeName }}
mountPath: {{ $volumeConfig.mountPath }}
readOnly: {{ $volumeConfig.readOnly | default "false" }}
readOnly: false
{{ end }}
{{- end -}}
......@@ -60,7 +60,7 @@
{{- range $volumeName, $volumeConfig := .extraVolumes }}
- name: {{ $volumeName }}
mountPath: {{ $volumeConfig.mountPath }}
readOnly: {{ $volumeConfig.readOnly | default "false" }}
readOnly: true
{{ end }}
{{- end -}}
......@@ -93,7 +93,7 @@
{{- range $volumeName, $volumeConfig := .extraVolumes }}
- name: {{ $volumeName }}
mountPath: {{ $volumeConfig.mountPath }}
readOnly: {{ $volumeConfig.readOnly | default "false" }}
readOnly: false
{{ end }}
{{- end -}}
......@@ -855,11 +855,16 @@ storage:
threads: 4
workers: 8
provenanceConfiguration:
# No longer used
provenanceRpcConfiguration:
cls: remote
url: http://webapp-provenance-ingress
enable_requests_retry: true
provenanceGrpcConfiguration:
cls: grpc
url: provenance-grpc-popular-ingress:80
cornerRibbon:
show_corner_ribbon: "true"
corner_ribbon_text: "Staging"
......@@ -967,7 +972,7 @@ web:
keycloakConfigurationRef: keycloakConfiguration
inboundEmailConfigurationRef: inboundEmailConfiguration
djangoAppsRef: webDjangoApps
provenanceConfigurationRef: provenanceConfiguration
provenanceConfigurationRef: provenanceGrpcConfiguration
graphConfigurationRef: webGraphConfiguration
cornerRibbonRef: cornerRibbon
extraConfig:
......
......@@ -41,7 +41,7 @@ swh_objstorage_image_version: '20250319.1'
swh_objstorage_replayer_image: container-registry.softwareheritage.org/swh/infra/swh-apps/objstorage_replayer
swh_objstorage_replayer_image_version: '20250319.1'
swh_provenance_image: container-registry.softwareheritage.org/swh/infra/swh-apps/provenance
swh_provenance_image_version: '20250326.3'
swh_provenance_image_version: '20250326.4'
swh_scheduler_image: container-registry.softwareheritage.org/swh/infra/swh-apps/scheduler
swh_scheduler_image_version: '20250319.1'
swh_scrubber_image: container-registry.softwareheritage.org/swh/infra/swh-apps/scrubber
......