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 (4)
apiVersion: v2 apiVersion: v2
appVersion: 209 appVersion: 212
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
......
...@@ -14,6 +14,12 @@ data: ...@@ -14,6 +14,12 @@ data:
{{- range $host := $hosts }} {{- range $host := $hosts }}
- {{ $host }} - {{ $host }}
{{- end }} {{- end }}
{{- if and .Values.environment (eq .Values.environment "production") }}
production_server_names:
{{- range $host := $hosts }}
- {{ $host }}
{{- end }}
{{- end }}
{{- include "swh.service.fromYaml" (dict "service" "storage" {{- include "swh.service.fromYaml" (dict "service" "storage"
"configurationRef" .Values.web.storageConfigurationRef "configurationRef" .Values.web.storageConfigurationRef
"Values" .Values) | nindent 4 }} "Values" .Values) | nindent 4 }}
......
...@@ -51,6 +51,6 @@ swh_vault_cookers_image_version: '20231205.2' ...@@ -51,6 +51,6 @@ swh_vault_cookers_image_version: '20231205.2'
swh_vault_image: container-registry.softwareheritage.org/swh/infra/swh-apps/vault swh_vault_image: container-registry.softwareheritage.org/swh/infra/swh-apps/vault
swh_vault_image_version: '20231205.2' swh_vault_image_version: '20231205.2'
swh_web_image: container-registry.softwareheritage.org/swh/infra/swh-apps/web swh_web_image: container-registry.softwareheritage.org/swh/infra/swh-apps/web
swh_web_image_version: '20231205.3' swh_web_image_version: '20231219.2'
swh_webhooks_image: container-registry.softwareheritage.org/swh/infra/swh-apps/webhooks swh_webhooks_image: container-registry.softwareheritage.org/swh/infra/swh-apps/webhooks
swh_webhooks_image_version: '20231205.1' swh_webhooks_image_version: '20231205.1'