From 5a8476c092294b0df1468dfaa250212680d68e2b Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 3 Apr 2024 18:08:30 +0900 Subject: [PATCH] feat: update version with new features --- 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 54ee1af8..234a9305 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.20240402.0346.2e409db" +appVersion: "v0.0.1.20240403.0905.0113eae" diff --git a/node/values.yaml b/node/values.yaml index 0937d243..840bbfb3 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.20240402.0346.2e409db" + tag: "v0.0.1.20240403.0905.0113eae" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []