* In Ark chart, add init container support
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Bring template in line with what is in ark(velero) 0.10.1
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Bump minor version for new feature
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Add publicUrl to backupstoragelocation template
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Fix typo in previous
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* [stable/ark] Several improvements on naming, decoupling and metrics
* Use new naming:
* Rename backupStorageProvider to backupStorageLocation
* Rename persistentVolumeProvider to volumeSnapshotLocation
* Add configuration.provider so that backupStorageLocation is decoupled from
the cloud provider where ark it deployed to
* Fixed typo in metricsAddress (now renamed to configuration.metrics.address)
* Expose metrics port with configuration.metrics.enabled
Signed-off-by: Pablo Castellano <pablo.castellano@schibsted.com>
* Allow setting new prefix parameter
Signed-off-by: Pablo Castellano <pablo.castellano@schibsted.com>
* Fix and document prefix parameter
Signed-off-by: Pablo Castellano <pablo.castellano@schibsted.com>
* Major version bump
Signed-off-by: Pablo Castellano <pablo.castellano@schibsted.com>
* Add prometheus monitoring
Originally by JoschaLaubach (https://github.com/helm/charts/pull/9496)
Adapted by PabloCastellano to latest chart available
Signed-off-by: Pablo Castellano <pablo@anche.no>
* [stable/ark] Refactor to use crd-install hook
Signed-off-by: Andrew Plummer <plummer574@gmail.com>
* [stable/ark] Add option to create schedules
Signed-off-by: Andrew Plummer <plummer574@gmail.com>
* [stable/ark] Bump chart version number
Signed-off-by: Andrew Plummer <plummer574@gmail.com>
* [stable/ark] Set required tiller version
Signed-off-by: Andrew Plummer <plummer574@gmail.com>
* [stable/ark] CR: Un-capture root context
Signed-off-by: Andrew Plummer <plummer574@gmail.com>
* first commit
* changes SA name
* adds correct rbac rules
* renames files; add more customizable vars
* updates readme
* adds notes
* removes config values
* changes email in chart
* updates readme
* test changes author
* test change email
* test change email
* adds prerequisites in readme
* fixes typo
* adds AWS
* updates to version 0.7
* updates version in chart
* adds repo source; removes unnecessary values
* moves deployment to templates
* renames folder
* updaates to 0.7.1
* creates ark sa in helpers; separates files according to object type
* updates version in chart
* adds home to chart
* updates to v0.7.1
* modifies chart according to best practices
* removes blank line
* adds delete backup hook to solve issue crd backup not deleting
* adjusts indentation, renames file with using hyphene
* moves folder to stable
* remove unnecessary test condition
* Update to v0.8.1; Add support for Azure
* Update readme
* Add annotation for kube2iam
* Add image for hooks. Update readme
* Rename serviceaccount
* Use Get instead of Glob
* Remove namespace
* Add PullPolicy; Modify readme
* Rename Chart ark
* Add standard labels to resources
* Add customizable tolertion and nodeselector
* Add missing labels; Use image with tag
* Implement suggestion
* Various updates
* Add missing if block around delete hook