From 63e010d4cfae0a61691015d4e3451fc77cf9cd0b Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Thu, 5 Sep 2024 15:47:07 +0200 Subject: [PATCH] fix(nubus): Adjust keyring for intercom service --- helmfile/apps/intercom-service/helmfile-child.yaml.gotmpl | 2 +- helmfile/environments/default/charts.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/intercom-service/helmfile-child.yaml.gotmpl b/helmfile/apps/intercom-service/helmfile-child.yaml.gotmpl index a5a42aa0..bcc2bd6d 100644 --- a/helmfile/apps/intercom-service/helmfile-child.yaml.gotmpl +++ b/helmfile/apps/intercom-service/helmfile-child.yaml.gotmpl @@ -5,7 +5,7 @@ repositories: # Intercom Service # Source: https://gitlab.souvap-univention.de/souvap/tooling/charts/intercom-service - name: "intercom-service-repo" - keyring: "../../files/gpg-pubkeys/souvap-univention-de.gpg" + keyring: "../../files/gpg-pubkeys/univention-de.gpg" verify: {{ .Values.charts.intercomService.verify }} username: {{ env "OD_PRIVATE_REGISTRY_USERNAME" | quote }} password: {{ env "OD_PRIVATE_REGISTRY_PASSWORD" | quote }} diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 3547e031..a87dd943 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -123,7 +123,7 @@ charts: repository: "bmi/opendesk/components/supplier/univention/charts-mirror" name: "intercom-service" version: "2.1.1" - verify: false + verify: true jitsi: # providerCategory: "Platform" # providerResponsible: "openDesk"