From 450bc604f7a0b3d46fba171be7dfb0a57e311d06 Mon Sep 17 00:00:00 2001 From: Nick <148735107+nick-bisonai@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:41:19 +0900 Subject: [PATCH] feat: deploy orakl node (#348) --- 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 5efc263f..fe7da63a 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.20240429.0933.a1b0b6c" +appVersion: "v0.0.1.20240430.0538.263a076" diff --git a/node/values.yaml b/node/values.yaml index d54363e7..6cd8191d 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.20240429.0933.a1b0b6c" + tag: "v0.0.1.20240430.0538.263a076" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []