Skip to content

Commit

Permalink
feat: update por log level
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Apr 26, 2024
1 parent 039a781 commit 8a91d6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion por/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.0.1
# 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.20240424.0840.bae03fd"
appVersion: "v0.0.1.20240426.0614.18d5c79"
2 changes: 2 additions & 0 deletions por/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
image: "{{ .Values.global.image.repository }}:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.global.image.pullPolicy }}
env:
- name: LOG_LEVEL
value: "error"
- name: POR_REPORTER_PK
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion por/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global:
image:
repository: public.ecr.aws/bisonai/orakl-por #repository url
pullPolicy: IfNotPresent
tag: "v0.0.1.20240424.0840.bae03fd"
tag: "v0.0.1.20240426.0614.18d5c79"
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 8a91d6a

Please sign in to comment.