Skip to content

Commit

Permalink
feat: update global aggregate storing logic (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Apr 30, 2024
1 parent 450bc60 commit d1001cb
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.20240430.0538.263a076"
appVersion: "v0.0.1.20240430.0654.6997ab1"
2 changes: 1 addition & 1 deletion node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
imagePullPolicy: {{ .Values.global.image.pullPolicy }}
env:
- name: LOG_LEVEL
value: "error"
value: "debug"
- name: APP_PORT
value: "3030"
- name: DATABASE_URL
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.20240430.0538.263a076"
tag: "v0.0.1.20240430.0654.6997ab1"
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 d1001cb

Please sign in to comment.