Skip to content

Commit

Permalink
upgrade erpc image (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake authored Aug 28, 2024
1 parent 78f374a commit b25ecf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/erpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: erpc
description: A Helm chart for deploying eRPC — fault-tolerant evm rpc proxy with reorg-aware permanent caching to Kubernetes
icon: https://avatars.githubusercontent.com/u/87739326
icon: https://avatars.githubusercontent.com/u/6142249
maintainers:
- name: WesleyCharlesBlake
url: https://github.com/WesleyCharlesBlake
Expand All @@ -21,13 +21,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.4
version: 0.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.0.17
appVersion: 0.0.18

dependencies:
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion charts/erpc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# erpc

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.17](https://img.shields.io/badge/AppVersion-0.0.17-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.18](https://img.shields.io/badge/AppVersion-0.0.18-informational?style=flat-square)

A Helm chart for deploying eRPC — fault-tolerant evm rpc proxy with reorg-aware permanent caching to Kubernetes

Expand Down

0 comments on commit b25ecf3

Please # to comment.