From d9f6305e8619dc0ebd08a1cac91a5b6388a15e21 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 4 Jan 2025 16:24:17 +0100 Subject: [PATCH] Update db-operator version to 2.11.0 --- charts/db-operator/Chart.yaml | 4 ++-- charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/charts/db-operator/Chart.yaml b/charts/db-operator/Chart.yaml index 744b5e9..5892a08 100644 --- a/charts/db-operator/Chart.yaml +++ b/charts/db-operator/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 type: application name: db-operator -version: 1.31.0 +version: 1.32.0 # --------------------------------------------------------------------------------- # -- All supported k8s versions are in the test: # -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml # --------------------------------------------------------------------------------- kubeVersion: ">= 1.22-prerelease" -appVersion: "2.10.1" +appVersion: "2.11.0" description: The DB Operator creates databases and make them available in the cluster via Custom Resource. home: https://github.com/db-operator/db-operator maintainers: diff --git a/charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml b/charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml index a788fef..8ca1f6e 100644 --- a/charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml +++ b/charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml @@ -39,7 +39,11 @@ spec: jsonPath: .spec.accessType name: AccessType type: string - - description: time since creation of resos”urce + - description: db-operator version of last full reconcile + jsonPath: .status.operatorVersion + name: OperatorVersion + type: string + - description: time since creation of resource jsonPath: .metadata.creationTimestamp name: Age type: date @@ -138,6 +142,8 @@ spec: type: boolean database: type: string + operatorVersion: + type: string status: type: boolean required: