Skip to content

Commit

Permalink
(Baobab) Deploy oraklNode (#302)
Browse files Browse the repository at this point in the history
* feat: deploy oraklNode

* fix: use new submissionProxy contract addr
  • Loading branch information
nick-bisonai authored Apr 18, 2024
1 parent 4936c05 commit 5c8fb8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.20240415.0253.8796e56"
appVersion: "v0.0.1.20240418.0657.5f10033"
2 changes: 1 addition & 1 deletion node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- name: KLAYTN_PROVIDER_URL
value: "https://public-en.klaytnfinder.io/v1/baobab"
- name: SUBMISSION_PROXY_CONTRACT
value: "0xF354E330Dd677E45FB8328E50f07fdcc77d75465"
value: "0x15e66314bDb4CEEA7130C3B47df4DcB440c9874C"
- name: DELEGATOR_URL
value: "http://orakl-delegator.orakl.svc.cluster.local:5050"
- name: CHAIN
Expand Down
2 changes: 1 addition & 1 deletion node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
image:
repository: public.ecr.aws/bisonai/orakl-node
pullPolicy: IfNotPresent
tag: "v0.0.1.20240415.0253.8796e56"
tag: "v0.0.1.20240418.0657.5f10033"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down

0 comments on commit 5c8fb8f

Please sign in to comment.