From acc1fc18d33bd85a51ec608eff75d40ccc287778 Mon Sep 17 00:00:00 2001 From: pieced-ci Date: Sun, 26 Apr 2026 19:22:08 +0000 Subject: [PATCH] Sync chart from pieced-operator 0.1.8 --- deploy/helm/pieced-operator/Chart.yaml | 4 ++-- .../templates/crds/pieced.ch_piecedtenants.yaml | 2 ++ deploy/helm/pieced-operator/values.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deploy/helm/pieced-operator/Chart.yaml b/deploy/helm/pieced-operator/Chart.yaml index d67a35f..c6d1826 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.7 -appVersion: "0.1.7" +version: 0.1.8 +appVersion: "0.1.8" 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 49fad61..863fb04 100644 --- a/deploy/helm/pieced-operator/templates/crds/pieced.ch_piecedtenants.yaml +++ b/deploy/helm/pieced-operator/templates/crds/pieced.ch_piecedtenants.yaml @@ -117,6 +117,8 @@ spec: type: string litellmTeamId: type: string + litellmKeyAlias: + type: string enabledPackages: type: array items: diff --git a/deploy/helm/pieced-operator/values.yaml b/deploy/helm/pieced-operator/values.yaml index 7f6c23e..17fd538 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.7" + tag: "0.1.8" pullPolicy: IfNotPresent imagePullSecrets: