From 8163a4124738808fc788571a305332cf246617c0 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Tue, 2 Apr 2024 14:23:18 +0800 Subject: [PATCH 1/2] update repository address --- charts/codecov/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/codecov/values.yaml b/charts/codecov/values.yaml index 317f459..b9e4a85 100644 --- a/charts/codecov/values.yaml +++ b/charts/codecov/values.yaml @@ -93,7 +93,7 @@ frontend: replicaCount: 1 image: - repository: codecov/enterprise-frontend + repository: codecov/self-hosted-frontend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -149,7 +149,7 @@ api: replicaCount: 1 image: - repository: codecov/enterprise-api + repository: codecov/self-hosted-api pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -204,7 +204,7 @@ worker: replicaCount: 1 image: - repository: codecov/enterprise-worker + repository: codecov/self-hosted-worker pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -254,7 +254,7 @@ gateway: replicaCount: 1 image: - repository: codecov/enterprise-gateway + repository: codecov/self-hosted-gateway pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" From 163d8f2a216eb149c7256dee251543b2d405538f Mon Sep 17 00:00:00 2001 From: Leo Q Date: Tue, 2 Apr 2024 14:23:54 +0800 Subject: [PATCH 2/2] bump version --- charts/codecov/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/codecov/Chart.yaml b/charts/codecov/Chart.yaml index b6e95af..affeedc 100644 --- a/charts/codecov/Chart.yaml +++ b/charts/codecov/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to