File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ is released manually, as follows:
139
139
``` sh
140
140
export VERSION=0.1.43
141
141
helm package deploy/charts/venafi-kubernetes-agent --version " ${VERSION} "
142
+ docker login -u oauth2accesstoken --password-stdin eu.gcr.io < <( gcloud auth application-default print-access-token)
142
143
helm push venafi-kubernetes-agent-${VERSION} .tgz oci://eu.gcr.io/jetstack-secure-enterprise/charts
143
144
```
144
145
@@ -152,6 +153,9 @@ The chart will be mirrored to:
152
153
153
154
### Step 3: Release the Helm Chart "jetstack-secure"
154
155
156
+ This step is performed by Peter Fiddes and Adrian Lai separately from the main
157
+ release process.
158
+
155
159
The [ jetstack-agent] ( deploy/charts/jetstack-agent/README.md ) chart has a different version number to the agent.
156
160
This is because the first version of * this* chart was given version ` 0.1.0 ` ,
157
161
while the app version at the time was ` 0.1.38 ` .
@@ -167,6 +171,10 @@ This chart is for [Jetstack Secure](https://platform.jetstack.io/documentation/i
167
171
Use a ` v ` prefix, to match the Docker image tag.
168
172
1 . Increment the ` image.tag ` value in [ values.yaml] ( deploy/charts/jetstack-agent/values.yaml ) .
169
173
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
+ ```
170
178
1. Create a pull request and wait for it to be approved.
171
179
1. Merge the branch
172
180
1. Push a tag, using the format: ` chart-vX.Y.Z` .
You can’t perform that action at this time.
0 commit comments