From b3cc9b097507602b0a0c51305096027c1ecd6acc Mon Sep 17 00:00:00 2001 From: pieced-ci Date: Fri, 1 May 2026 08:26:13 +0000 Subject: [PATCH] Sync chart from pieced-operator 0.1.34 --- deploy/helm/pieced-operator/Chart.yaml | 4 ++-- .../templates/crds/pieced.ch_piecedtenants.yaml | 16 ++++++++++++++++ deploy/helm/pieced-operator/values.yaml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/deploy/helm/pieced-operator/Chart.yaml b/deploy/helm/pieced-operator/Chart.yaml index 1528733..3231b78 100644 --- a/deploy/helm/pieced-operator/Chart.yaml +++ b/deploy/helm/pieced-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: pieced-operator description: PieCed IT tenant lifecycle operator -version: 0.1.33 -appVersion: "0.1.33" +version: 0.1.34 +appVersion: "0.1.34" type: application diff --git a/deploy/helm/pieced-operator/templates/crds/pieced.ch_piecedtenants.yaml b/deploy/helm/pieced-operator/templates/crds/pieced.ch_piecedtenants.yaml index 863fb04..1c32d8f 100644 --- a/deploy/helm/pieced-operator/templates/crds/pieced.ch_piecedtenants.yaml +++ b/deploy/helm/pieced-operator/templates/crds/pieced.ch_piecedtenants.yaml @@ -123,6 +123,22 @@ spec: type: array items: type: string + warnings: + type: array + items: + type: object + required: + - source + properties: + source: + type: string + reason: + type: string + message: + type: string + since: + type: string + format: date-time observedGeneration: type: integer format: int64 diff --git a/deploy/helm/pieced-operator/values.yaml b/deploy/helm/pieced-operator/values.yaml index e14c8ed..0aa3fc5 100644 --- a/deploy/helm/pieced-operator/values.yaml +++ b/deploy/helm/pieced-operator/values.yaml @@ -1,6 +1,6 @@ image: repository: registry.c5ai.ch/pieced/pieced-operator - tag: "0.1.33" + tag: "0.1.34" pullPolicy: IfNotPresent imagePullSecrets: