From 5fb06cc096d1d56a691d82fc6b3e2c2b493d1036 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 2 Jan 2024 14:49:45 +0100 Subject: [PATCH] Upgrade db-operator to v2.1.1 --- charts/db-operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/db-operator/Chart.yaml b/charts/db-operator/Chart.yaml index 90b5398..cab8a20 100644 --- a/charts/db-operator/Chart.yaml +++ b/charts/db-operator/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 type: application name: db-operator -version: 1.16.0 +version: 1.16.1 # --------------------------------------------------------------------------------- # -- 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.1.0" +appVersion: "2.1.1" description: The DB Operator creates databases and make them available in the cluster via Custom Resource. home: https://github.com/db-operator/db-operator