Skip to content

Commit

Permalink
fix test templates
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Aug 26, 2024
1 parent 8c3bbe4 commit aa185e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/charts/mainnet.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
path: /is_synced
port: 31732
failureThreshold: 30
periodSeconds: 10
periodSeconds: 10
- name: sidecar
image: "ghcr.io/tacoinfra/tezos-k8s-utils:main"
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion test/charts/mainnet2.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ spec:
path: /is_synced
port: 31732
failureThreshold: 30
periodSeconds: 10
periodSeconds: 10
- name: logger
image: "ghcr.io/tacoinfra/tezos-k8s-utils:main"
imagePullPolicy: IfNotPresent
Expand Down
6 changes: 3 additions & 3 deletions test/charts/private-chain.expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ spec:
path: /is_synced
port: 31732
failureThreshold: 30
periodSeconds: 10
periodSeconds: 10
- name: sidecar
image: "ghcr.io/tacoinfra/tezos-k8s-utils:main"
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -802,7 +802,7 @@ spec:
path: /is_synced
port: 31732
failureThreshold: 30
periodSeconds: 10
periodSeconds: 10

- name: baker-0-013-ptjakart
image: "tezos/tezos:v15-release"
Expand Down Expand Up @@ -1449,7 +1449,7 @@ spec:
path: /is_synced
port: 31732
failureThreshold: 30
periodSeconds: 10
periodSeconds: 10

- name: sidecar
image: "ghcr.io/tacoinfra/tezos-k8s-utils:main"
Expand Down

0 comments on commit aa185e1

Please sign in to comment.