diff options
author | Alex Nordlund <deep.alexander@gmail.com> | 2022-11-10 19:09:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 19:09:54 +0100 |
commit | b907871604dbaef131ecc407b8ad29b754e3b1ac (patch) | |
tree | 172a4d2991ff1503f677b86407d2bc9552b3db01 /.gitignore | |
parent | f8e8e622e56262e810529cbe896d817cd28d5bbb (diff) |
Helm update readme.md (#20154)
* gitignore packaged helm charts * Add upgrade instructions to helm chart/readme.md * Note Helm secret changes that are necessary on failed upgrades
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 25c8388e1..7d76b8275 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ /redis /elasticsearch +# ignore Helm charts +/chart/*.tgz + # ignore Helm dependency charts /chart/charts/*.tgz |