From 0c121dce84b4dd3039422ba745de30e14bbd8792 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 4 Apr 2024 16:54:55 +0900 Subject: [PATCH 1/2] feat: update submission proxy contract address --- node/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/templates/deployment.yaml b/node/templates/deployment.yaml index ed4c5665..e2b632c3 100644 --- a/node/templates/deployment.yaml +++ b/node/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: - name: KLAYTN_PROVIDER_URL value: "https://public-en.klaytnfinder.io/v1/baobab" - name: SUBMISSION_PROXY_CONTRACT - value: "0x47ff979f01FC2a6748560ef973d3AA2f8EeAe77c" + value: "0x464B6b70511B509307C54276efF175805f4A932e" - name: DELEGATOR_URL value: "http://orakl-delegator.orakl.svc.cluster.local:5050" - name: CHAIN From 8f7667bd1734a47db0934cdabbcc8d53e41d9213 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 4 Apr 2024 17:09:40 +0900 Subject: [PATCH 2/2] feat: update to use most recent version --- node/Chart.yaml | 2 +- node/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/Chart.yaml b/node/Chart.yaml index 234a9305..47f7eceb 100644 --- a/node/Chart.yaml +++ b/node/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.1.20240403.0905.0113eae" +appVersion: "v0.0.1.20240404.0804.640e275" diff --git a/node/values.yaml b/node/values.yaml index 840bbfb3..a1d98cda 100644 --- a/node/values.yaml +++ b/node/values.yaml @@ -6,7 +6,7 @@ global: image: repository: public.ecr.aws/bisonai/orakl-node pullPolicy: IfNotPresent - tag: "v0.0.1.20240403.0905.0113eae" + tag: "v0.0.1.20240404.0804.640e275" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []