We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2119b80 commit db1a469Copy full SHA for db1a469
README.md
@@ -139,6 +139,7 @@ is released manually, as follows:
139
```sh
140
export VERSION=0.1.43
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)
143
helm push venafi-kubernetes-agent-${VERSION}.tgz oci://eu.gcr.io/jetstack-secure-enterprise/charts
144
```
145
0 commit comments