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 f0e2a2b commit 543770aCopy full SHA for 543770a
docs/release.md
@@ -45,7 +45,7 @@ Whenever we are cooking a new release (e.g. `4.18.1`) we should follow a standar
45
7. Tag and push your commit:
46
47
```bash
48
- git tag v4.18.1 && git push origin --tags
+ git tag v4.18.1 && git push origin tag v4.18.1
49
```
50
51
Doing this triggers the CI and tells it to build the new Docker image versions that you targeted earlier in the Helm files.
0 commit comments