File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ kubeVersion: ">=1.23.0-0"
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : " 0.4.7 "
18
+ version : " 0.4.8 "
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.3.13 "
24
+ appVersion : " 0.3.14 "
25
25
26
26
dependencies :
27
27
- name : postgrescluster
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ stac:
282
282
WEB_CONCURRENCY : " 5"
283
283
284
284
vector :
285
- enabled : false
285
+ enabled : true
286
286
autoscaling :
287
287
# NOTE: to have autoscaling working you'll need to install the `eoapi-support` chart
288
288
# see ../../../docs/autoscaling.md for more information
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ helm upgrade --install \
14
14
15
15
helm upgrade --install \
16
16
-n $RELEASE_NS --create-namespace $RELEASE_NAME \
17
- eoapi/eoapi --version 0.4.7 \
17
+ eoapi/eoapi --version 0.4.8 \
18
18
-f /Users/ranchodeluxe/apps/eoapi-k8s/helm-chart/eoapi/values.yaml
19
19
20
20
You can’t perform that action at this time.
0 commit comments