Skip to content

Commit 88584b6

Browse files
authored
Change pull policy for CI testing (#92)
1 parent 01fdca9 commit 88584b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ type RetryConfig struct {
199199

200200
// ExplorerConfig holds config information for ExplorerClient
201201
type ExplorerConfig struct {
202-
URL string
202+
URL string
203203
AdminUsername string
204204
AdminPassword string
205-
}
205+
}

environment/templates/chainlink/chainlink-deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
containers:
1414
- name: node
1515
image: {{ .Config.Apps.Chainlink.Image }}:{{ .Config.Apps.Chainlink.Version }}
16+
imagePullPolicy: IfNotPresent
1617
args:
1718
- node
1819
- start

0 commit comments

Comments
 (0)