Skip to content

Commit

Permalink
Replace goerli labels with sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Oct 31, 2023
1 parent 1c9c8f6 commit 9089d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nameSuffix: -staging
commonLabels:
app: keep-maintainer-staging
type: bitcoinDifficulty
network: goerli
network: sepolia

images:
- name: keep-maintainer
Expand Down Expand Up @@ -42,7 +42,7 @@ patches:
value: --bitcoinDifficulty
- op: replace
path: /spec/template/spec/containers/0/env/0/valueFrom/secretKeyRef/name
value: eth-network-goerli
value: eth-network-sepolia
generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commonLabels:
# The current setup runs spv and walletCoordination modules as a workaround
# for reasons mentioned in `patches` property below.
type: all
network: goerli
network: sepolia

images:
- name: keep-maintainer
Expand Down Expand Up @@ -47,7 +47,7 @@ patches:
value: --walletCoordination
- op: replace
path: /spec/template/spec/containers/0/env/0/valueFrom/secretKeyRef/name
value: eth-network-goerli
value: eth-network-sepolia
generatorOptions:
disableNameSuffixHash: true
Expand Down

0 comments on commit 9089d5b

Please sign in to comment.