From 33002a1e8fdbadfeae59e223060e177c8a43c9ae Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Thu, 28 Nov 2024 12:52:15 +0100 Subject: [PATCH] fix(nubus): OX Connector kyverno errors --- .../apps/open-xchange/values-oxconnector.yaml.gotmpl | 10 ++++++++++ helmfile/environments/default/charts.yaml | 6 +++--- helmfile/environments/default/images.yaml | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl b/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl index 3f3900ef..f112283f 100644 --- a/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl @@ -78,6 +78,11 @@ probes: periodSeconds: 30 failureThreshold: 3 successThreshold: 1 + command: + - /bin/sh + - -c + - | + exit 0 readiness: enabled: true @@ -86,6 +91,11 @@ probes: periodSeconds: 15 failureThreshold: 30 successThreshold: 1 + command: + - /bin/sh + - -c + - | + exit 0 replicaCount: {{ .Values.replicas.oxConnector }} diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 71c27404..46a90e44 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -357,10 +357,10 @@ charts: # upstreamRepository: "nubus/charts/ox-connector" # upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$' # upstreamMirrorStartFrom: ["0", "4", "2"] - registry: "registry.opencode.de" - repository: "bmi/opendesk/components/supplier/univention/charts-mirror" + registry: "artifacts.software-univention.de" + repository: "nubus-dev/charts" name: "ox-connector" - version: "0.14.5" + version: "0.14.8" verify: true postfix: # providerCategory: "Platform" diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 2c09395c..5353a327 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -737,9 +737,9 @@ images: # upstreamRepository: "nubus/images/ox-connector-standalone" # upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$' # upstreamMirrorStartFrom: ["0", "4", "2"] - registry: "registry.opencode.de" - repository: "bmi/opendesk/components/supplier/univention/images-mirror/ox-connector-standalone" - tag: "0.14.5@sha256:0b7816e3c8eca1949d3adc8c19d64394a862cbe478a3c51c6d18e546f02aea3d" + registry: "artifacts.software-univention.de" + repository: "nubus-dev/images/ox-connector-standalone" + tag: "0.14.8@sha256:2f726c34747d8cd1c4152c3d095e7f9ff1364f483136e2657cc0ed68f19faead" postfix: # providerCategory: "Platform" # providerResponsible: "openDesk"