Commit Graph
22 Commits
Author SHA1 Message Date
Alicia Steen d1d9e662e2 Fixed spelling in Drone Notes.txt (#13198)
Changed souce to source

Signed-off-by: Alicia Steen <asteen@hotels.com>
2019-04-28 15:10:18 -07:00
tiggerlee 4df6c41d08 [stable/drone] Drone 2.0.0 rc 9 - map server.alwaysAuth to environment DRONE_GIT_ALWAYS_AUTH (#12966)
Signed-off-by: lishuangtai <juggernaut0425@gmail.com>
2019-04-10 05:34:14 -07:00
Nicolas Kowenski ec2f74c540 [stable/drone] Drone 2.0.0 rc 8 - Creates source-control secret (#11619)
* value provides the drone shared secret

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Update Chart.yaml

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* fix template path

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Add full-name-source-control secret if sourceControl.secret is not definded.

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* use same key defined

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* add secret field and description

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* helm hint valid

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Update Chart.yaml

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* singedcommit

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* fix chart yaml error

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* fix fw port to pod 80

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Update Chart.yaml

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Update Chart.yaml

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Update secret documentation, clearer now.

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* rename checksum secret file to secrets.yaml

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* rename secrets file back to original name

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Merge secret-providers in the single checksumed file

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>

* Update secret field name

Signed-off-by: nicolas kowenski <zakkg3@gmail.com>
2019-04-04 00:30:50 -07:00
pedrovazsa 46401cece2 [stable/drone] Add services permission to pipeline role (#11074)
* [stable/drone] Add services permission to pipeline role
Add services permission to the pipeline Service Account role, as some uses might require it.

Signed-off-by: Pedro Sá <hello@p8a.xyz>

* Bump chart version to RC8 and update appVersion

Signed-off-by: Pedro Sá <hello@p8a.xyz>
2019-03-05 15:29:59 -08:00
Max Williams d3dea2df29 [stable/drone] bump version to rc5, simplify container names (#11054)
* [stable/drone] bump version to rc5, simplify container names

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* revert this, it was a local change

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-02-01 11:22:48 -08:00
Max Williams f51cbd01bf [stable/drone] adding permission to update deployments for pipeline clusterrole (#11036)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-02-01 02:00:31 -08:00
Max Heidinger 1278759cd7 Fix drone server protocol (#11021)
* Fix drone server protocol

Signed-off-by: Max Heidinger <mail@max-heidinger.de>

* Bump version

Signed-off-by: Max Heidinger <mail@max-heidinger.de>
2019-01-31 02:35:51 -08:00
Max Williams 05a8462f7e [stable/drone] adding missing "watch" verb for ClusterRole (#10972)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-01-29 07:56:42 -08:00
Max Williams 6cfd5ba1ea [stable/drone] fixing server.protocol and NOTES.txt (#10971)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-01-29 06:59:01 -08:00
Max Williams 46ed210a40 [stable/drone] fix bad markdown table formatting (#10943)
* [stable/drone] fix bad markdown table formatting

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* apparently I need to bump the version regardless

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-01-28 06:38:28 -08:00
Paul Czarkowski b2425d3e1e [stable/drone] Update drone to support v1 release candidate (#10614)
* Update drone to support v1 release candidate

This is a set of breaking changes that brings drone v1 support to the
chart. drone v1 itself is a breaking change and brings along native
kubernetes support.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

* update chart app version to be accurate

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

* add newlines to the end of files

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>

* remove $ from commands (markdown lint)

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2019-01-23 08:48:42 -08:00
Carlos Tadeu Panato Junior 2315d3f732 bump drone to 0.8.9 (#10060)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-12-17 08:04:43 -08:00
Mark Ayers 490a7d1bf9 fix(docs): drone NOTES.txt update (#9815)
* fix(docs): drone NOTES.txt update

Using existing `NOTES.txt` resulted with:
`zsh: no matches found: server.envSecrets.drone-server-secrets[0]=DRONE_GITHUB_SECRET`
fixed by adding qoutes around
`--set 'server.envSecrets.drone-server-secrets[0]=DRONE_GITHUB_SECRET'`

trivial, docs, drone chart

Signed-off-by: Mark Ayers <mark@philoserf.com>

* bump version

Signed-off-by: Mark Ayers <mark@philoserf.com>
2018-12-07 15:55:25 -08:00
Dmitry Strygin 0070662e3d Change default ingress path / to /* in case of ALB (#9175)
* Adds support for custom service annotations

Signed-off-by: Dmitry Strygin <strygin@gmail.com>

* Chart version bumped

Signed-off-by: Dmitry Strygin <strygin@gmail.com>

* Map default ingress path `/` to `/*` in case of ALB

Signed-off-by: Dmitry Strygin <strygin@gmail.com>
2018-11-17 03:23:40 -08:00
Dmitry Strygin 0d41d06296 Adds support for custom service annotations (#9060)
* Adds support for custom service annotations

Signed-off-by: Dmitry Strygin <strygin@gmail.com>

* Chart version bumped

Signed-off-by: Dmitry Strygin <strygin@gmail.com>
2018-11-07 16:35:46 -08:00
Mikhail Naletov fc4a83c05f [stable/drone], changed repository name in NOTES (#8628)
* Changed repository name in NOTES

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>

* Bumped chart version

Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
2018-10-21 04:02:52 -07:00
Jon Davies d0d95fc130 [stable/drone] Added Drone health and metrics endpoints (#7716)
* [stable/drone] Added value for Prometheus endpoint scraping.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>

* [stable/drone] deployment-agent.yaml: Added liveness and readiness probes.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>

* [stable/drone] Chart.yaml: version increment.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>

* [stable/drone] deployment-agent.yaml: Use named service port.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>

* [stable/drone] Added values for livenessProbe and readinessProbe.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>
2018-09-15 05:11:06 -07:00
Jon Davies dfca749c04 [stable/drone] Updated drone-dind image to 18.06.1. (#7667)
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
2018-09-11 08:22:26 -07:00
Jon Davies 8d5a43a0fe [stable/drone] Upgrade to 0.8.6. (#7610)
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
2018-09-07 09:38:21 -07:00
zxcvbnius b206c7e68c [stable/drone] Add nodeSelector config parameter (#6328)
* [stable/drone] Add nodeSelector config parameter

* [stable/drone] Fixed conflict

* [stable/drone] updated version
2018-07-01 15:31:18 -07:00
mihirat ac526fa232 Add support for Google Cloud SQL to use as a backend (#6016)
* added cloud sql proxy container

* Add cloud sql proxy

* make changes on stable/drone

* update for general usage [stable/drone]

* Bump minor version for new feature
2018-06-28 11:25:31 -07:00
Christian Roggia ee7a894e8b [incubator/drone] Move drone from incubator to stable (#5780)
* Move drone from incubator to stable

* Restore incubator/drone for the deprecation process

* Bump version of incubator/drone

* Remove maintainers from deprecated chart

* Add comments about deprecation in the README, NOTES and Chart.yaml

* Revert file permission for repo-sync.sh and build.sh
2018-06-12 12:24:31 -07:00