File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ annotations:
22 category : Infrastructure
33apiVersion : v2
44appVersion : latest
5- version : 0.3.4
5+ version : 0.3.5
66name : localstack
7- description : A fully functional local AWS cloud stack
7+ description : LocalStack - a fully functional local AWS cloud stack
88type : application
99keywords :
1010 - aws
Original file line number Diff line number Diff line change 1+ [ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/localstack )] ( https://artifacthub.io/packages/search?repo=localstack )
2+
13# LocalStack Helm Charts
24
35Helm Charts for LocalStack.
@@ -122,8 +124,21 @@ The following table lists the configurable parameters of the Localstack chart an
122124| ` persistence.dataSource ` | Custom PVC data source | ` {} ` |
123125| ` persistence.existingClaim ` | The name of an existing PVC to use for persistence | ` "" ` |
124126
127+ ## Contributing
128+
129+ This repo is largely community driven - we welcome your contributions!
130+
131+ When raising a pull request with a fix or new feature, please make sure to:
132+ * Briefly describe the change (purpose, rationale) in the PR
133+ * Add a short note to the Change Log in this README
134+ * Bump the version in Chart.yaml (the chart will get automatically deployed via the CI pipeline)
135+
125136## Change Log
126137
138+ * v0.3.5: Add namespace variable to metadata of resources, fix enableStartupScripts check to properly mount the config map volume
139+ * v0.3.4: Fix volume mounts exclusion and tests
140+ * v0.3.3: Fix ingress, annotation defaults, and pathType in chart config
141+ * v0.3.2: Update ingress API version and support helm3
127142* v0.3.0: Add support for persistence
128143* v0.2.0: Add support for Docker-in-Docker functionality
129144* v0.1.5: Allow customizing livenessProbe/readinessProbe
You can’t perform that action at this time.
0 commit comments