Skip to content

Commit 491e745

Browse files
ranchodeluxeranchodeluxe
andauthored
default enable vector (#138)
Co-authored-by: ranchodeluxe <greg.corradini@gmail.com>
1 parent bb2e333 commit 491e745

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm-chart/eoapi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ kubeVersion: ">=1.23.0-0"
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.4.7"
18+
version: "0.4.8"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.3.13"
24+
appVersion: "0.3.14"
2525

2626
dependencies:
2727
- name: postgrescluster

helm-chart/eoapi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ stac:
282282
WEB_CONCURRENCY: "5"
283283

284284
vector:
285-
enabled: false
285+
enabled: true
286286
autoscaling:
287287
# NOTE: to have autoscaling working you'll need to install the `eoapi-support` chart
288288
# see ../../../docs/autoscaling.md for more information

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ helm upgrade --install \
1414

1515
helm upgrade --install \
1616
-n $RELEASE_NS --create-namespace $RELEASE_NAME \
17-
eoapi/eoapi --version 0.4.7 \
17+
eoapi/eoapi --version 0.4.8 \
1818
-f /Users/ranchodeluxe/apps/eoapi-k8s/helm-chart/eoapi/values.yaml
1919

2020

0 commit comments

Comments
 (0)