Skip to content

Commit 49892a4

Browse files
author
ranchodeluxe
committed
move to 0.4.3
1 parent ee45ecb commit 49892a4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

helm-chart/eoapi-support/Chart.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
apiVersion: "0.1.0"
1+
apiVersion: v2
22
name: eoapi-support
3-
version: "0.1.0"
4-
# most of this was cribbed from https://github.com/2i2c-org/infrastructure/blob/master/helm-charts/support/
5-
# so giving props where props are due to Yuvi Panda :sparkles:
6-
description: observability, monitoring and some custom metrics for autoscaling
3+
4+
appVersion: "0.1.1"
5+
version: "0.1.1"
76

87
dependencies:
98
# Prometheus for collection of metrics.

helm-chart/eoapi/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ 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.2"
18+
version: "0.4.3"
19+
1920
# This is the version number of the application being deployed. This version number should be
2021
# incremented each time you make changes to the application. Versions are not expected to
2122
# follow Semantic Versioning. They should reflect the version the application is using.
2223
# It is recommended to use it with quotes.
24+
appVersion: "0.3.9"
2325

24-
appVersion: "0.3.8"
2526
dependencies:
2627
- name: postgrescluster
2728
version: 5.5.2

0 commit comments

Comments
 (0)