Skip to content

Commit

Permalink
[kube] Upgrade to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Dec 9, 2024
1 parent 017753b commit 47428e2
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions kube/mainnet/faucet/mainnet-faucet-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-faucet
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "faucet"
Expand Down
4 changes: 2 additions & 2 deletions kube/mainnet/oracle/mainnet-oracle-binance-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-oracle
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "oracle"
Expand Down
4 changes: 2 additions & 2 deletions kube/mainnet/oracle/mainnet-oracle-okx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-oracle
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "oracle"
Expand Down
4 changes: 2 additions & 2 deletions kube/mainnet/oracle/mainnet-oracle-pyth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-oracle
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "oracle"
Expand Down
4 changes: 2 additions & 2 deletions kube/mainnet/schedule/mainnet-gas-market-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -40,7 +40,7 @@ spec:
mountPath: /root
containers:
- name: rooch-schedule
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "task"
Expand Down
4 changes: 2 additions & 2 deletions kube/mainnet/schedule/mainnet-tweet-fetch-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -41,7 +41,7 @@ spec:
mountPath: /root
containers:
- name: rooch-schedule
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "task"
Expand Down
4 changes: 2 additions & 2 deletions kube/testnet/faucet/testnet-faucet-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-faucet
image: ghcr.io/rooch-network/rooch@sha256:792bdd21402cda88b7c8df09f384e89bb34ee6589de0c444a228abb1c2c5a753
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "faucet"
Expand Down
4 changes: 2 additions & 2 deletions kube/testnet/oracle/testnet-oracle-binance-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-oracle
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "oracle"
Expand Down
4 changes: 2 additions & 2 deletions kube/testnet/oracle/testnet-oracle-okx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-oracle
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "oracle"
Expand Down
4 changes: 2 additions & 2 deletions kube/testnet/oracle/testnet-oracle-pyth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-oracle
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "oracle"
Expand Down
4 changes: 2 additions & 2 deletions kube/testnet/schedule/testnet-gas-market-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -40,7 +40,7 @@ spec:
mountPath: /root
containers:
- name: rooch-schedule
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "task"
Expand Down
4 changes: 2 additions & 2 deletions kube/testnet/schedule/testnet-tweet-fetch-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: init-rooch
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/bin/sh", "-c"]
args:
- |
Expand All @@ -41,7 +41,7 @@ spec:
mountPath: /root
containers:
- name: rooch-schedule
image: ghcr.io/rooch-network/rooch:v0.8.0
image: ghcr.io/rooch-network/rooch:v0.8.4
command: ["/rooch/rooch"]
args:
- "task"
Expand Down

0 comments on commit 47428e2

Please sign in to comment.