diff --git a/kube/mainnet/faucet/mainnet-faucet-deployment.yaml b/kube/mainnet/faucet/mainnet-faucet-deployment.yaml index 409a0ed9f5..57cc318f02 100644 --- a/kube/mainnet/faucet/mainnet-faucet-deployment.yaml +++ b/kube/mainnet/faucet/mainnet-faucet-deployment.yaml @@ -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: - | @@ -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" @@ -51,6 +51,10 @@ spec: - "0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3" - "--faucet-object-id" - "0xd5723eda84f691ae2623da79312c7909b1737c5b3866ecc5dbd6aa21718ff15d" + - "--invitation-module-address" + - "0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3" + - "--invitation-object-id" + - "0x8eea1b91f649d5d8dec6353b0cd1188e5964f05a7a04ff5f8c0e0af77b1cb095" - "--discord-token" - "$(DISCORD_TOKEN)" env: diff --git a/kube/mainnet/oracle/mainnet-oracle-binance-deployment.yaml b/kube/mainnet/oracle/mainnet-oracle-binance-deployment.yaml index 84b217783c..16dfb0fdf7 100644 --- a/kube/mainnet/oracle/mainnet-oracle-binance-deployment.yaml +++ b/kube/mainnet/oracle/mainnet-oracle-binance-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/mainnet/oracle/mainnet-oracle-okx-deployment.yaml b/kube/mainnet/oracle/mainnet-oracle-okx-deployment.yaml index 20227ca130..a34d8addfa 100644 --- a/kube/mainnet/oracle/mainnet-oracle-okx-deployment.yaml +++ b/kube/mainnet/oracle/mainnet-oracle-okx-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/mainnet/oracle/mainnet-oracle-pyth-deployment.yaml b/kube/mainnet/oracle/mainnet-oracle-pyth-deployment.yaml index 24245fc690..30b3bf5efe 100644 --- a/kube/mainnet/oracle/mainnet-oracle-pyth-deployment.yaml +++ b/kube/mainnet/oracle/mainnet-oracle-pyth-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/mainnet/schedule/mainnet-gas-market-schedule.yaml b/kube/mainnet/schedule/mainnet-gas-market-schedule.yaml index 2e45f985f8..1f75aaaa56 100644 --- a/kube/mainnet/schedule/mainnet-gas-market-schedule.yaml +++ b/kube/mainnet/schedule/mainnet-gas-market-schedule.yaml @@ -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: - | @@ -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" diff --git a/kube/mainnet/schedule/mainnet-tweet-fetch-schedule.yaml b/kube/mainnet/schedule/mainnet-tweet-fetch-schedule.yaml index 58e89faf90..c75ab3a6d0 100644 --- a/kube/mainnet/schedule/mainnet-tweet-fetch-schedule.yaml +++ b/kube/mainnet/schedule/mainnet-tweet-fetch-schedule.yaml @@ -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: - | @@ -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" diff --git a/kube/testnet/faucet/testnet-faucet-deployment.yaml b/kube/testnet/faucet/testnet-faucet-deployment.yaml index c3a4bc318d..838d75b4b4 100644 --- a/kube/testnet/faucet/testnet-faucet-deployment.yaml +++ b/kube/testnet/faucet/testnet-faucet-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/testnet/oracle/testnet-oracle-binance-deployment.yaml b/kube/testnet/oracle/testnet-oracle-binance-deployment.yaml index 9e6f343625..5df674a815 100644 --- a/kube/testnet/oracle/testnet-oracle-binance-deployment.yaml +++ b/kube/testnet/oracle/testnet-oracle-binance-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/testnet/oracle/testnet-oracle-okx-deployment.yaml b/kube/testnet/oracle/testnet-oracle-okx-deployment.yaml index 6954fd68f8..0db1d59bdf 100644 --- a/kube/testnet/oracle/testnet-oracle-okx-deployment.yaml +++ b/kube/testnet/oracle/testnet-oracle-okx-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/testnet/oracle/testnet-oracle-pyth-deployment.yaml b/kube/testnet/oracle/testnet-oracle-pyth-deployment.yaml index d38b00a950..4625b5505e 100644 --- a/kube/testnet/oracle/testnet-oracle-pyth-deployment.yaml +++ b/kube/testnet/oracle/testnet-oracle-pyth-deployment.yaml @@ -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: - | @@ -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" diff --git a/kube/testnet/schedule/testnet-gas-market-schedule.yaml b/kube/testnet/schedule/testnet-gas-market-schedule.yaml index 84b264cdcb..072be64bdb 100644 --- a/kube/testnet/schedule/testnet-gas-market-schedule.yaml +++ b/kube/testnet/schedule/testnet-gas-market-schedule.yaml @@ -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: - | @@ -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" diff --git a/kube/testnet/schedule/testnet-tweet-fetch-schedule.yaml b/kube/testnet/schedule/testnet-tweet-fetch-schedule.yaml index 4be7fbfc79..9c97453bb9 100644 --- a/kube/testnet/schedule/testnet-tweet-fetch-schedule.yaml +++ b/kube/testnet/schedule/testnet-tweet-fetch-schedule.yaml @@ -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: - | @@ -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"