From 4c45a538f0e302151f777c015706ab02a10f91a6 Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Wed, 14 Aug 2024 11:07:13 +0200 Subject: [PATCH] fix(nubus): Drop umc-gateway menu unused patches --- .../apps/nubus/values-opendesk-customization.yaml.gotmpl | 9 --------- helmfile/environments/default/charts.yaml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl index e413696f..3d3d5ae1 100644 --- a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl +++ b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl @@ -171,15 +171,6 @@ nubusUmcGateway: replicaCount: {{ .Values.replicas.umsUmcGateway }} resources: {{ .Values.resources.umsUmcGateway | toYaml | nindent 4 }} - extraVolumes: - - name: "entrypoint-swp-patches" - configMap: - name: "ums-stack-data-swp-umc-gateway-entrypoint" - defaultMode: 0555 - extraVolumeMounts: - - name: "entrypoint-swp-patches" - mountPath: "/entrypoint.d/90-swp.sh" - subPath: "90-swp.sh" nubusKeycloakBootstrap: podAnnotations: diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 464b7ed1..115cb4ba 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -264,7 +264,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/univention/charts-mirror" name: "nubus" - version: "0.33.0" + version: "0.33.1" verify: true opendeskKeycloakBootstrap: # providerCategory: "Platform"