From bf0ded6d667d7800121fa63dae90dbf77205a7fc Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 16 Mar 2026 10:54:16 +0300 Subject: [PATCH 1/5] feat: bump cf-common lib --- charts/mongodb/Chart.yaml | 4 ++-- charts/postgresql/Chart.yaml | 4 ++-- charts/rabbitmq/Chart.yaml | 4 ++-- charts/redis/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 530dd667..348a0406 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -14,5 +14,5 @@ maintainers: url: https://codefresh-io.github.io/ dependencies: - name: cf-common - repository: oci://quay.io/codefresh/charts - version: "0.31.0" + repository: oci://quay.io/codefresh/charts/dev + version: "0.32.0" diff --git a/charts/postgresql/Chart.yaml b/charts/postgresql/Chart.yaml index 73e344db..0a506151 100644 --- a/charts/postgresql/Chart.yaml +++ b/charts/postgresql/Chart.yaml @@ -14,5 +14,5 @@ maintainers: url: https://codefresh-io.github.io/ dependencies: - name: cf-common - repository: oci://quay.io/codefresh/charts - version: "0.31.0" + repository: oci://quay.io/codefresh/charts/dev + version: "0.32.0" diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 56dd2843..b85653f4 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -14,5 +14,5 @@ maintainers: url: https://codefresh-io.github.io/ dependencies: - name: cf-common - repository: oci://quay.io/codefresh/charts - version: "0.31.0" + repository: oci://quay.io/codefresh/charts/dev + version: "0.32.0" diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 0ad6b90e..b40b5242 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -14,5 +14,5 @@ maintainers: url: https://codefresh-io.github.io/ dependencies: - name: cf-common - repository: oci://quay.io/codefresh/charts - version: "0.31.0" + repository: oci://quay.io/codefresh/charts/dev + version: "0.32.0" From 4e1dae7b67776a224062bc825644e4d187639123 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 16 Mar 2026 10:56:00 +0300 Subject: [PATCH 2/5] feat: bump cf-common lib --- charts/mongodb/Chart.yaml | 2 +- charts/postgresql/Chart.yaml | 2 +- charts/rabbitmq/Chart.yaml | 2 +- charts/redis/Chart.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 348a0406..120be651 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: mongodb description: MongoDB database Helm chart -version: 0.1.0 +version: 0.1.1 appVersion: "7.0" type: application keywords: diff --git a/charts/postgresql/Chart.yaml b/charts/postgresql/Chart.yaml index 0a506151..301cd75d 100644 --- a/charts/postgresql/Chart.yaml +++ b/charts/postgresql/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: postgresql description: PostgreSQL database Helm chart -version: 0.1.0 +version: 0.1.1 appVersion: "17" type: application keywords: diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index b85653f4..55df28e0 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: rabbitmq description: RabbitMQ message broker Helm chart -version: 0.1.0 +version: 0.1.1 appVersion: "4.0" type: application keywords: diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index b40b5242..0e284e87 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: redis description: Redis database Helm chart -version: 0.1.0 +version: 0.1.1 appVersion: "7.4" type: application keywords: From e0f9529dcf9446c67de82666887509d9e01c27c0 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 16 Mar 2026 11:18:46 +0300 Subject: [PATCH 3/5] feat: bump cf-common lib From bcf4673a806432ace608f08b03fd9ad684dc7b4b Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 16 Mar 2026 11:29:52 +0300 Subject: [PATCH 4/5] feat: bump cf-common lib From cb943e2fbf24059e5199aeb538672ba82ea8cf23 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 16 Mar 2026 11:52:04 +0300 Subject: [PATCH 5/5] feat: bump cf-common lib