feat(argo-cd): Add optional mapping of argocd-repo-server emptydir to custom volumes (#2410)
* Add optional volumes to replace emptydir Provide user-driven option to replace emptydir volumes with desired solution Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * existingVolumes default values provide default values with empy object to ensure default behavior is backward-compatible Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * Update Chart.yaml bump version Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * Update Chart.yaml add changelog Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * fix docs fix docs on new entry Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * fix readme Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * Update README.md.gotmpl Signoff commit Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * fix readme Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> * fixCamelCase Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org> --------- Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
This commit is contained in:
parent
e37093f273
commit
508162f1cc
5 changed files with 50 additions and 3 deletions
|
|
@ -104,6 +104,10 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
|
||||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||
|
||||
### 5.53.0
|
||||
|
||||
Argocd-repo-server can now optionally use Persistent Volumes for its mountpoints instead of only emptydir()
|
||||
|
||||
### 5.52.0
|
||||
Because [Argo CD Extensions] is now deprecated and no further changes will be made, we switched to [Argo CD Extension Installer], adding an Argo CD Extension Installer to init-container in the Argo CD API server.
|
||||
If you used old mechanism, please move to new mechanism. For more details, please refer `.Values.server.extensions` in values.yaml.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue