Compare commits

...

4 Commits

3 changed files with 22 additions and 3 deletions

View File

@@ -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.37
appVersion: "0.1.37"
type: application

View File

@@ -123,6 +123,25 @@ spec:
type: array
items:
type: string
suspendedAt:
type: string
format: date-time
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

View File

@@ -1,6 +1,6 @@
image:
repository: registry.c5ai.ch/pieced/pieced-operator
tag: "0.1.33"
tag: "0.1.37"
pullPolicy: IfNotPresent
imagePullSecrets: