File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
helm-charts/json-api-proxy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
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.0.2
18
+ version : 0.0.3
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
- appVersion : 0.0.2
23
+ appVersion : 0.0.3
24
24
25
25
keywords :
26
26
- proxy
@@ -38,4 +38,4 @@ maintainers:
38
38
39
39
annotations :
40
40
artifacthub.io/changes : |
41
- - version 0.0.1
41
+ - fix datetime handling
Original file line number Diff line number Diff line change 1
1
# json-api-proxy
2
2
3
- ![ Version: 0.0.2 ] ( https://img.shields.io/badge/Version-0.0.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.2 ] ( https://img.shields.io/badge/AppVersion-0.0.2 -informational?style=flat-square )
3
+ ![ Version: 0.0.3 ] ( https://img.shields.io/badge/Version-0.0.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.3 ] ( https://img.shields.io/badge/AppVersion-0.0.3 -informational?style=flat-square )
4
4
5
5
A Helm chart for the JSON API Proxies
6
6
You can’t perform that action at this time.
0 commit comments