Skip to content

Commit

Permalink
update repository address
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Apr 2, 2024
1 parent 4844f54 commit 8163a41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/codecov/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down

0 comments on commit 8163a41

Please sign in to comment.