File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ type: application
21
21
# This is the chart version. This version number should be incremented each time you make changes
22
22
# to the chart and its templates, including the app version.
23
23
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24
- version : 0.3.0
24
+ version : 0.3.1
25
25
26
26
# This is the version number of the application being deployed. This version number should be
27
27
# incremented each time you make changes to the application. Versions are not expected to
28
28
# follow Semantic Versioning. They should reflect the version the application is using.
29
29
# It is recommended to use it with quotes.
30
- appVersion : 0.0.40
30
+ appVersion : 0.0.41
31
31
32
32
dependencies :
33
33
- name : redis
Original file line number Diff line number Diff line change 1
1
# erpc
2
2
3
- ![ Version: 0.3.0 ] ( https://img.shields.io/badge/Version-0.3.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.40 ] ( https://img.shields.io/badge/AppVersion-0.0.40 -informational?style=flat-square )
3
+ ![ Version: 0.3.1 ] ( https://img.shields.io/badge/Version-0.3.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.41 ] ( https://img.shields.io/badge/AppVersion-0.0.41 -informational?style=flat-square )
4
4
5
5
A Helm chart for deploying eRPC — fault-tolerant evm rpc proxy with reorg-aware permanent caching to Kubernetes
6
6
You can’t perform that action at this time.
0 commit comments