File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,9 @@ The chart will be mirrored to:
153153
154154### Step 3: Release the Helm Chart "jetstack-secure"
155155
156+ This step is performed by Peter Fiddes and Adrian Lai separately from the main
157+ release process.
158+
156159The [ jetstack-agent] ( deploy/charts/jetstack-agent/README.md ) chart has a different version number to the agent.
157160This is because the first version of * this* chart was given version ` 0.1.0 ` ,
158161while the app version at the time was ` 0.1.38 ` .
@@ -168,6 +171,10 @@ This chart is for [Jetstack Secure](https://platform.jetstack.io/documentation/i
168171 Use a ` v ` prefix, to match the Docker image tag.
169172 1 . Increment the ` image.tag ` value in [ values.yaml] ( deploy/charts/jetstack-agent/values.yaml ) .
170173 Use a ` v ` prefix, to match the Docker image tag.
174+ 1 . Update the Helm unit test snapshots:
175+ ``` sh
176+ helm unittest ./deploy/charts/jetstack-agent --update-snapshot
177+ ```
1711781. Create a pull request and wait for it to be approved.
1721791. Merge the branch
1731801. Push a tag, using the format: ` chart-vX.Y.Z` .
You can’t perform that action at this time.
0 commit comments