From 5de22562d291368f26eb73283f02025a7bfc9e19 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 14 Jul 2024 10:59:38 +0200 Subject: [PATCH 1/3] Test the dev build --- charts/db-operator/Chart.yaml | 2 +- charts/db-operator/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/db-operator/Chart.yaml b/charts/db-operator/Chart.yaml index ecf5572..55d653d 100644 --- a/charts/db-operator/Chart.yaml +++ b/charts/db-operator/Chart.yaml @@ -7,7 +7,7 @@ version: 1.27.2 # -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml # --------------------------------------------------------------------------------- kubeVersion: ">= 1.22-prerelease" -appVersion: "2.8.1" +appVersion: "2.8.2" 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/values.yaml b/charts/db-operator/values.yaml index d2aac98..c4097e7 100644 --- a/charts/db-operator/values.yaml +++ b/charts/db-operator/values.yaml @@ -1,8 +1,9 @@ nameOverride: "" image: - repository: ghcr.io/db-operator/db-operator + repository: ghcr.io/db-operator/db-operator-dev pullPolicy: Always logLevel: info + tag: d9b4fad6a579214a49ecb8cf40f31b3463ceb7f2 # imagePullSecrets: # - name: myRegistrySecret From 7157ba8661241e917931887391ea4c1fa6ec4cb3 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 14 Jul 2024 11:16:32 +0200 Subject: [PATCH 2/3] Chart version --- 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 55d653d..da67c6a 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.27.2 +version: 1.27.3 # --------------------------------------------------------------------------------- # -- 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.8.2" +appVersion: "2.8.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 maintainers: From e5ca11037f7b1bad83622f99000f6dfc3aebbf52 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 15 Jul 2024 11:59:08 +0200 Subject: [PATCH 3/3] Test the dev build --- charts/db-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/db-operator/values.yaml b/charts/db-operator/values.yaml index c4097e7..3a16553 100644 --- a/charts/db-operator/values.yaml +++ b/charts/db-operator/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/db-operator/db-operator-dev pullPolicy: Always logLevel: info - tag: d9b4fad6a579214a49ecb8cf40f31b3463ceb7f2 + tag: fd7fd5c0181816637cc0ac426f6503aace95a921 # imagePullSecrets: # - name: myRegistrySecret