Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
avikganguly01 authored Jun 17, 2022
1 parent ecf1b32 commit f81dab3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/ph-ee-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ operations_app:
enabled: true
replicas: 1
image: ""
imageTag: "v1.0.0"
imageTag: "v1.0.1"
imagePullPolicy: "Always"
SPRING_PROFILES_ACTIVE: ""
LOGGING_LEVEL_ROOT: "INFO"
Expand Down Expand Up @@ -233,7 +233,7 @@ operations_web:
enabled: true
replicas: 1
image: ""
imageTag: "v1.1.0"
imageTag: "v1.1.1"
imagePullPolicy: "Always"
hostname: ""
webhost: ""
Expand Down Expand Up @@ -448,7 +448,7 @@ importer_es:
enabled: true
replicas: 1
image: ""
imageTag: "v1.1.0"
imageTag: "v1.1.1"
imagePullPolicy: "Always"
LOGGING_LEVEL_ROOT: "INFO"
limits:
Expand Down Expand Up @@ -480,7 +480,7 @@ importer_rdbms:
enabled: true
replicas: 1
image: ""
imageTag: "v1.0.1"
imageTag: "v1.0.2"
imagePullPolicy: "Always"
LOGGING_LEVEL_ROOT: "INFO"
datasource:
Expand Down

0 comments on commit f81dab3

Please sign in to comment.