Skip to content

Commit

Permalink
update repository address (#66)
Browse files Browse the repository at this point in the history
* update repository address

* bump version
  • Loading branch information
LeoQuote authored Apr 2, 2024
1 parent 4844f54 commit 0ab02bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/codecov/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 0ab02bf

Please sign in to comment.