File tree Expand file tree Collapse file tree 6 files changed +755
-0
lines changed Expand file tree Collapse file tree 6 files changed +755
-0
lines changed Original file line number Diff line number Diff line change 1+ dependencies:
2+ - name: common
3+ repository: file://../common
4+ version: 0.1.0
5+ digest: sha256:636a65e9846bdff17cc4e65b0849061f783759a37aa51fb85ff6fd8ba5e68467
6+ generated: "2024-11-24T23:41:11.186990172Z"
Original file line number Diff line number Diff line change 1+ apiVersion : v2
2+ name : scroll
3+ description : Deploy and scale [Scroll](https://github.com/scroll-tech/go-ethereum) inside Kubernetes with ease
4+
5+ # A chart can be either an 'application' or a 'library' chart.
6+ #
7+ # Application charts are a collection of templates that can be packaged into versioned archives
8+ # to be deployed.
9+ #
10+ # Library charts provide useful utilities or functions for the chart developer. They're included as
11+ # a dependency of application charts to inject those utilities and functions into the rendering
12+ # pipeline. Library charts do not define any templates and therefore cannot be deployed.
13+ type : application
14+
15+ # This is the chart version. This version number should be incremented each time you make changes
16+ # to the chart and its templates, including the app version.
17+ # Versions are expected to follow Semantic Versioning (https://semver.org/)
18+ version : 0.0.1
19+
20+ # This is the version number of the application being deployed. This version number should be
21+ # incremented each time you make changes to the application. Versions are not expected to
22+ # follow Semantic Versioning. They should reflect the version the application is using.
23+ # It is recommended to use it with quotes.
24+ # renovate: image=scrolltech/l2geth
25+ appVersion : " scroll-v5.8.5"
26+
27+ dependencies :
28+ - name : common
29+ version : 0.1.0
30+ repository : " file://../common" # Use the relative path to your local library chart
You can’t perform that action at this time.
0 commit comments