From d78415c5adfa441dd5cf5a3c44ff296a20a5782e Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Wed, 18 Oct 2023 14:55:57 +0300 Subject: [PATCH] feat(internal-gateway): bump cf-common --- charts/internal-gateway/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/internal-gateway/Chart.yaml b/charts/internal-gateway/Chart.yaml index 00273ea..28cc79f 100644 --- a/charts/internal-gateway/Chart.yaml +++ b/charts/internal-gateway/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.0.0 description: A Helm chart for Codefresh Internal Gateway name: internal-gateway -version: 0.3.0 +version: 0.3.1 home: https://github.com/codefresh-io/helm-charts keywords: - codefresh @@ -12,5 +12,5 @@ maintainers: url: https://codefresh-io.github.io/ dependencies: - name: cf-common - repository: https://chartmuseum.codefresh.io/cf-common - version: "0.13.0" + repository: oci://quay.io/codefresh/charts + version: "0.16.0"