Skip to content

Commit dc88af7

Browse files
committed
readme: explain that step 3 is performed by Peter and Adrian
1 parent 18cd164 commit dc88af7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
156159
The [jetstack-agent](deploy/charts/jetstack-agent/README.md) chart has a different version number to the agent.
157160
This is because the first version of *this* chart was given version `0.1.0`,
158161
while 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+
```
171178
1. Create a pull request and wait for it to be approved.
172179
1. Merge the branch
173180
1. Push a tag, using the format: `chart-vX.Y.Z`.

0 commit comments

Comments
 (0)