Skip to content

Commit 36c12ae

Browse files
committed
add test values as part of testing
1 parent e09d400 commit 36c12ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/pipeline-control-gateway/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ nrcollectorexporter:
5959

6060
image:
6161
# -- OTel collector image to be deployed. You can use your own collector as long it accomplish the following requirements mentioned below.
62-
repository: newrelic/pipeline-control-gateway
62+
repository: cf-registry.nr-ops.net/pipeline-control/pipeline-control-gateway
6363
# -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is also set to Always.
6464
pullPolicy: IfNotPresent
6565
# -- Overrides the image tag whose default is the chart appVersion.
66-
tag: "1.2.0"
66+
tag: "pullrequest-445"
6767

6868
# -- Name of the Kubernetes cluster monitored. Mandatory. Can be configured also with `global.cluster`
6969
cluster: ""

0 commit comments

Comments
 (0)