From 0ab02bfb46a6446e39ffc05d5ebf38032626cb35 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Tue, 2 Apr 2024 14:24:57 +0800 Subject: [PATCH] update repository address (#66) * update repository address * bump version --- charts/codecov/Chart.yaml | 2 +- charts/codecov/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 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: ""