Skip to content

Commit

Permalink
feat: add erpc
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 2, 2024
1 parent baf81ff commit 8377f27
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 0 deletions.
23 changes: 23 additions & 0 deletions kubernetes/devnet-0/erpc/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
6 changes: 6 additions & 0 deletions kubernetes/devnet-0/erpc/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: erpc
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 0.0.1
digest: sha256:ebdf68015f41a77a4cd674c01ab74a794a77f72032e7dbf5059bfc382c080b0d
generated: "2024-12-02T10:50:34.46166+01:00"
11 changes: 11 additions & 0 deletions kubernetes/devnet-0/erpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/Chart.yaml.j2

apiVersion: v2
name: erpc
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
dependencies:
- name: erpc
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 0.0.1
Binary file added kubernetes/devnet-0/erpc/charts/erpc-0.0.1.tgz
Binary file not shown.
Loading

0 comments on commit 8377f27

Please sign in to comment.