* Change Ark to Velero and upgrade from 0.10.1 to 0.11.0
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Change velero.heptio.com to velero.io
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Add CRD for serverstatusrequest
Fix version number of velero.
Signed-off-by: Aman Wangde <Aman.wangde@emc.com>
* Change namespace to 'velero'
Signed-off-by: Aman Wangde <Aman.wangde@emc.com>
* Fix README for upgrade instructions
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Add Ark back in
Signed-off-by: Ethan Kaley <ethan.kaley@emc.com>
* Deprecate the stable/Ark chart
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Fix version issues
Signed-off-by: Ethan Kaley <ethan.kaley@emc.com>
* Remove references to v0.10.x
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Fix indentation issue and add to restic-daemonset tpl
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Add missing newline
Move commented value example
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Bump Ark chart version for deprecation
Signed-off-by: Ethan Kaley <ethan.kaley@emc.com>
* Fix labels (#1)
* Fix labels
Signed-off-by: Ethan Kaley <ethan.kaley@emc.com>
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Use include instead of template function
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Remove variables
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Use with and nindent
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Update API versions
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Updated Ark chart to a patch bump
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Add comments and fix NOTES template
Signed-off-by: Joe Gorse <joseph.gorseiii@emc.com>
* Fix deployment template for podAnnotations
Signed-off-by: Ethan Kaley <ethan.kaley@emc.com>
* 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>
* [stable/ark] Fix home URL and add icon
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Use png format instead of svg
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/ark] Quote configuration parameter backupStorageProvider.config.s3ForcePathStyle (#7373)
Signed-off-by: François Travais <francois.travais@gmail.com>
* [stable/ark] Bump version to next patch version (1.2.2)
Signed-off-by: François Travais <francois.travais@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