Commit Graph
18 Commits
Author SHA1 Message Date
Joseph GorseandKubernetes Prow Robot 56326b1291 [stable/velero] Upgrade Ark 0.10.x to Velero 0.11 (#12031)
* 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>
2019-04-18 02:34:08 -07:00
Faiz ShukriandKubernetes Prow Robot 1dd80fef13 Upgrade ark version to v0.10.2 (#12934)
Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>
2019-04-09 03:13:04 -07:00
Faiz ShukriandKubernetes Prow Robot 545e6a7745 [stable/ark] Fix prefix param, add restic podannotation and resource (#11430)
* [stable/ark] Add prefix support

Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>

* [stable/ark] Add annotation to restic pod

Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>

* [stable/ark] Bump version to 3.0.1

Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>

* [stable/ark] Bump version to 3.0.2

Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>

* [stable/ark] Fix prefix location in values.yaml

Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>

* [stable/ark] Add resource to restic daemon

Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com>

* Bump minor version for new features

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-04-09 01:35:05 -07:00
Edson Marquezani FilhoandKubernetes Prow Robot 18ea3a550b [ark] Fix wrong nesting of bucket prefix on objectStorage (#12832)
* [ark] fix wrong nesting of bucket prefix on objectStorage

Signed-off-by: Edson Marquezani Filho <edson.filho@quintoandar.com.br>

* [ark] Bumps chart version

Signed-off-by: Edson Marquezani Filho <edson.filho@quintoandar.com.br>
2019-04-08 23:27:04 -07:00
Joseph GorseandKubernetes Prow Robot 571883b47d [stable/ark] Add init container support (#11615)
* 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>
2019-03-07 08:29:02 -08:00
Pablo CastellanoandKubernetes Prow Robot f63198f214 [stable/ark] Several improvements on naming, decoupling and metrics (#11068)
* [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>
2019-02-22 10:04:09 -08:00
gdmelloandKubernetes Prow Robot 4de9a954d7 Fix "ReadString: expects " or n, but found t, error found in #10 byte of ...|thStyle":true,"s3Url|..., bigger context ..." (#11427)
Signed-off-by: gdmello <gavindmello@gmail.com>
2019-02-19 05:31:50 -08:00
Moody SaadaandKubernetes Prow Robot 3c34df71ac [stable/ark] upgrade 0.9 to 0.10 + restic support (#10790)
Signed-off-by: moody <moody.saada@agolo.com>
2019-01-31 08:47:06 -08:00
Andrew PlummerandKubernetes Prow Robot 296bd9909d [stable/ark] CRD hooks and schedules (#7165)
* [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>
2019-01-17 03:52:56 -08:00
wskulleyandKubernetes Prow Robot 1e2c3ef1d1 [stable/ark] Add support for additional environment variables (#10253)
* [stable/ark] Add support for additional environment variables such as AWS_CLUSTER_NAME (https://heptio.github.io/ark/master/aws-config.html)

Signed-off-by: Bill Skulley <wskulley@rh.com>

* [stable/ark] Add support for additional environment variables such as AWS_CLUSTER_NAME (https://heptio.github.io/ark/master/aws-config.html)

Signed-off-by: Bill Skulley <wskulley@rh.com>
2019-01-09 07:55:48 -08:00
Carlos Rodríguez HernándezandKubernetes Prow Robot 91727b6bce [stable/ark] Fix home URL and add icon (#10262)
* [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>
2019-01-02 13:05:06 -08:00
Shai Katzandk8s-ci-robot 9e59aefcc1 Minor readme fix (#9106)
* Fix code block

Signed-off-by: Shai Katz <shai@soluto.com>

* bump chart version

Signed-off-by: Shai Katz <shai@soluto.com>

* one more readme typo

Signed-off-by: Shai Katz <shai@soluto.com>
2018-11-20 17:03:34 -08:00
Francois Travaisandk8s-ci-robot 099279f2cb [stable/ark] Quote configuration parameter backupStorageProvider.config.s3ForcePathStyle (#8317)
* [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>
2018-10-13 10:25:10 -07:00
Eric Staplesandk8s-ci-robot adf7051b98 Add resources configuration (#7343)
* Add resources configuration

* bump chart version
2018-08-27 21:24:31 -07:00
Sebastian Melchiorandk8s-ci-robot d64b775bcb [stable/ark] update Ark to 0.9.1 (#6826)
* update Heptio Ark to 0.9.1

* fix version in readme
2018-08-07 08:36:58 -07:00
Corey Zuaresandk8s-ci-robot bc6f89e17b [stable/ark] Update Heptio Ark for v0.9.0 (#6777)
* Update for v0.9.0 support

* Bump Chart version to 1.1.0
2018-07-25 10:21:56 -07:00
AdamDangandk8s-ci-robot 89b3e3104b [stable/ark] fix some typos in README.md (#6191)
* Add Version 1.0.1

Add Version 1.0.1

* [stable/ark] some typo fixes

Fix some typos in readme.
2018-06-24 07:15:03 -07:00
Domenico Carusoandk8s-ci-robot a49bf3619b Adds helm chart for heptio/ark (#3795)
* 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
2018-06-14 01:52:28 -07:00