46 Commits
Author SHA1 Message Date
Matt Farina e977835a16 [stable/chartmuseum] deprecating chart (#24292)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:55:21 +01:00
Scott Rigby 06f422711d [stable/chartmuseum] add repo archive notice (#24086)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:23:58 -08:00
Tijmen Stor 3065f4df74 [stable/chartmuseum] Add runAsNonRoot, supplementalGroups and containerSecurityContext as security options (#23810)
* Add runAsNonRoot, supplementalGroups and containerSecurityContext as options.

Signed-off-by: Tijmen Stor <tijmen.stor@outlook.com>

* Change elif to if.

Signed-off-by: Tijmen Stor <tijmen.stor@outlook.com>

* Change Chart version

Signed-off-by: Tijmen Stor <tijmen.stor@outlook.com>
2020-10-05 06:43:06 -07:00
ChrisCooney1 24ae32e495 [stable/chartmuseum] fixed name of service account (#23670)
* fix: fixed name of service account

Signed-off-by: Chris Cooney <chris.cooney1@sainsburys.co.uk>

* Bumped the chart version

Signed-off-by: Chris Cooney <chris.cooney1@sainsburys.co.uk>

* Added conditional logic to deployment

Signed-off-by: Chris Cooney <chris.cooney1@sainsburys.co.uk>
2020-09-02 18:15:40 -07:00
Chance Zibolski 04397b85a0 stable/chartmuseum: Fix condition for setting schedulerName (#23557)
Signed-off-by: Chance Zibolski <czibolski@rigetti.com>
2020-08-17 21:09:31 -07:00
Tom Hayward 1f50415771 [stable/chartmuseum] fix missing newline in ingress (#22967)
* [stable/chartmuseum] fix missing newline in ingress

Fixes #22966

Signed-off-by: Tom Hayward <thayward@infoblox.com>

* [stable/chartmuseum] supply values to test ingress template

Signed-off-by: Tom Hayward <thayward@infoblox.com>
2020-07-23 14:50:24 -07:00
Smaine Kahlouch 275e8e400e stable/chartmuseum: Allow to define a (#22381)
Signed-off-by: Smaine Kahlouch <smaine.kahlouch@dailymotion.com>
2020-05-26 05:07:11 -07:00
Sergio Millan 39777352eb fix: missing labels in secret object (#21756)
Signed-off-by: Sergio Millan Rodriguez <sergio.rodriguez@ticketmaster.co.uk>
2020-05-19 09:43:36 -07:00
Alex Voloshyn 4addbd46ba [stable/chartmuseum] Update apiVersion for Kubernetes 1.16 support (#22315)
* Update apiVersion for Kubernetes 1.16 support

Signed-off-by: Alex Voloshyn <alex@geeoz.com>

* Add support for Kubernetes older than 1.16

Signed-off-by: Alex Voloshyn <alex@geeoz.com>
2020-05-12 07:46:21 -07:00
Bryan 158169b6b5 [stable/chartmuseum] allow for extraargs to be set (#21969)
* allow for extraargs

Signed-off-by: bha <bha@marketlogicsoftware.com>

* bump chart version

Signed-off-by: bha <bha@marketlogicsoftware.com>

* update readme

Signed-off-by: bha <bha@marketlogicsoftware.com>

* reduce to single example

Signed-off-by: bha <bha@marketlogicsoftware.com>

* correct linting error

Signed-off-by: bha <bha@marketlogicsoftware.com>
2020-04-20 15:36:12 -07:00
Markos Chandras ae99cec452 [stable/chartmuseum] Add option to specify priorityClass to deployment (#21890)
* [stable/chartmuseum] Add option to specify priorityClass to deployment

Add new 'priorityClass' value which would allow us to specify a
priorityClass name for the deployment

Signed-off-by: Markos Chandras <markos@chandras.me>

* [stable/chartmuseum] Update version number

Signed-off-by: Markos Chandras <markos@chandras.me>
2020-04-13 15:29:11 -07:00
Josh Dolitsky 64b0b15f1f [stable/chartmuseum] Upgrade to ChartMuseum v0.12.0 (#21649)
Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
2020-03-26 21:08:23 -07:00
Philippe Dagenais a6c7ef75c3 [stable/chartmuseum] Add serviceMonitor to chartmuseum chart (#21455)
* Add serviceMonitor to chartmuseum chart

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>

* Remove unneeded ) -- fix linting

Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
2020-03-13 08:14:40 -07:00
Dmitry Kharchenko 95e5479f8a [stable/chartmuseum] Allow using initContainer to set volume permissions (#21019)
* [stable/chartmuseum] Use initContainer to set the permissions when securityContext is not available

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Use .Values.persistence.path for the PV mount path

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Correct the variable name in the readme

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>

* [stable/chartmuseum] Revert the changes to incubator chart

Signed-off-by: Dmitry Kharchenko <unclenorton@gmail.com>
2020-02-28 09:10:38 -08:00
Jinyu Pan 1503e2b7b8 fix chartmuseum service loadBalancerSourceRanges indent (#20410)
Signed-off-by: Jinyu Pan <swimablefish@gmail.com>
2020-01-28 23:40:13 -08:00
Matteo Ruina 50ef8132eb [stable/chartmuseum] Add support for LoadBalancer and loadBalancerSourceRanges (#19967)
* Add support for loadBalancerSourceRanges

Signed-off-by: Matteo Ruina <matteo.ruina@skyscanner.net>

* Fix indentation

Signed-off-by: Matteo Ruina <matteo.ruina@skyscanner.net>

* Bump minor version

Signed-off-by: Matteo Ruina <matteo.ruina@skyscanner.net>
2020-01-09 06:45:45 -08:00
Gerard Godone-Maresca ad742c7927 Allow adding serviceaccount annotations (#19724)
Signed-off-by: Gerard Godone-Maresca <ggodonemaresca+github@gmail.com>
2019-12-23 06:11:33 -08:00
Josh Dolitsky cd7ae22ce1 [stable/chartmuseum] upgrade to 0.11.0 (#19615)
Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
2019-12-16 00:41:37 -08:00
Josh Dolitsky ce0feaedf5 [stable/chartmuseum] upgrade to v0.10.0 (#19350)
Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
2019-12-04 00:42:57 -08:00
Carlos Roberto Marques Junior f4af12779a [stable/chartmuseum] Fix README.md (#19235)
* fix readme

Signed-off-by: crmarques <crmarquesjc@gmail.com>

* fix readme

Signed-off-by: crmarques <crmarquesjc@gmail.com>
2019-11-29 13:37:03 -08:00
Rafael Grigorian 513c37269d [stable/chartmuseum] Fixes compatibility with 1.16 (#17334)
Notice of deprecation: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16

Signed-off-by: Rafael Grigorian <me@raffi.io>
2019-10-16 22:54:39 -07:00
Eric Bailey bbb023ae54 [stable/chartmuseum] Add olemarkus and yurrriq as {review,approv}ers (#17820)
We rely on this chart, and would like to help maintain it.

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
2019-10-13 12:26:35 -07:00
Ramneek Gupta f844a4304a [stable/chartmuseum] added the fix for the issue - service.servicename in values breaking ingress (#16285)
* added the fix for the issue - service.servicename breaking ingress

Signed-off-by: Ramneek Gupta <ramneekgupta91@gmail.com>

* bumped the chart version

Signed-off-by: Ramneek Gupta <ramneekgupta91@gmail.com>

* removed newline

Signed-off-by: Ramneek Gupta <ramneekgupta91@gmail.com>
2019-08-13 11:09:41 -07:00
Clément Gautier 5f63263cf7 [stable/chartmuseum] Fix typo in var name (#13722)
* [stable/chartmuseum] Fix typo in var name

Signed-off-by: Clement Gautier <clement@gautier.im>

* [stable/chartmuseum] Bump version

Signed-off-by: Clement Gautier <clement@gautier.im>
2019-05-13 08:42:12 -07:00
Eric Bailey fbd958f786 [stable/chartmuseum] Support ingress.extraPaths (#13002)
* [stable/chartmuseum] M-x markdown-table-align

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>

* [stable/chartmuseum] Fix scope of ingress conditional

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>

* [stable/chartmuseum] Support ingress.extraPaths

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
2019-04-17 16:28:01 -07:00
Gerald Barker 0238e09dea [stable][chartmuseum] Allow use of Bearer Auth (#12725)
Signed-off-by: Gerald Barker <gerald.barker@gmail.com>
2019-04-09 09:47:59 -07:00
Mike Sigsworth a6ef12b114 Allow servicename and serviceport to be specified in an ingress host rule (#12266)
* Allow host rule to specify serviceName and servicePort.

Signed-off-by: Mike Sigsworth <mikesigsworth@gmail.com>

* Add details about ingress host rule serviceName and servicePort to README.

Signed-off-by: Mike Sigsworth <mikesigsworth@gmail.com>

* Bump chart version.

Signed-off-by: Mike Sigsworth <mikesigsworth@gmail.com>

* Updated Chart version to 2.1.0.

Signed-off-by: Mike Sigsworth <mikesigsworth@gmail.com>

* Updated image tag to 0.8.2

Signed-off-by: Mike Sigsworth <mikesigsworth@gmail.com>
2019-03-14 23:52:56 -07:00
Tommy Nguyen 87982cfeef [Chartmuseum] Fix ingress path (#12112)
* Fix ingress path

Signed-off-by: Tuan Nguyen <me@tuannvm.com>

* Bump chart version

Signed-off-by: Tuan Nguyen <me@tuannvm.com>
2019-03-14 21:10:56 -07:00
Scott Collier 590de9f0c3 Modify Ingress template to be easier to --set (#11081)
* Modify Ingress template to be easier to --set

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Update README

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Updated TLS to match new Ingress format

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Fix trailing spaces

Signed-off-by: Scott Collier <collierthescott@gmail.com>

* Additional readme info

Signed-off-by: Scott Collier <collierthescott@gmail.com>
2019-03-05 13:42:00 -08:00
Brandon Bell f5294200f0 Chartmuseum/oracle (#11624)
* Adding Oracle OCI Object Storage

Signed-off-by: Brandon Bell <brandon.bell@oracle.com>

* Bumping version

Signed-off-by: Brandon Bell <brandon.bell@oracle.com>

* Readme fixes

Signed-off-by: Brandon Bell <brandon.bell@oracle.com>

* Remove trailing whitespace

Signed-off-by: Brandon Bell <brandon.bell@oracle.com>
2019-02-25 00:46:03 -08:00
Yves Vogl b84e68bbde Support configuration of externalTrafficPolicy for services from type NodePort (#11302)
* Adding externalTrafficPolicy to service definition to preserve the client source IP by default

Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Signed-off-by: Yves Vogl <yves.vogl@adesso-service.com>

* Bumping version

Signed-off-by: Yves Vogl <yves.vogl@adesso-service.com>

* Adding variable to README

Signed-off-by: Yves Vogl <yves.vogl@adesso-service.com>
2019-02-20 01:01:45 -08:00
Gerald Barker 1806e601d7 [Stable/chartmuseum] Allow external secrets (#10818)
* [stable][chartmuseum] Allow the use of external secrets

Signed-off-by: Gerald Barker <gerald.barker@gmail.com>

* Update Table Of Content

Signed-off-by: Gerald Barker <gerald.barker@gmail.com>

* Bumo chart to 1.9.0

Signed-off-by: Gerald Barker <gerald.barker@gmail.com>
2019-01-23 11:25:08 -08:00
Adam Medziński c351b747b2 Update chartmuseum to 0.8.1 (#10628)
Signed-off-by: Adam Medzinski <adam.medzinski@gmail.com>
2019-01-15 02:22:45 -08:00
pytimer d29b25bc41 [stable/chartmuseum] fix configurable parameters name about storage env (#10552)
* [stable/chartmuseum] fix configurable parameters name about storage env

Signed-off-by: pytimer <lixin20101023@gmail.com>

* [stable/chartmuseum] bump chart version to 1.8.3

Signed-off-by: pytimer <lixin20101023@gmail.com>
2019-01-11 07:59:15 -08:00
Adam Medziński 0685432f8b [stable/chartmuseum] Fix typo in service labels template condition (#10166)
Signed-off-by: Adam Medzinski <adam.medzinski@gmail.com>
2018-12-20 06:38:42 -08:00
Josh Dolitsky 862f16e4d5 [stable/chartmuseum] fix permission denied for persistent volume with app version 0.8.0 (#10082)
* [stable/chartmuseum] fix volume permissions

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>

* [stable/chartmuseum] update chart metadata

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>

* [stable/chartmuseum] remove unneeded runAsUser

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
2018-12-19 13:10:46 -08:00
Faizan Ahmad 6bea6527cd Update chartmuseum (#9576)
* Add pv in chartmuseum

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Add support to use custom name for service

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Add support for volume in pvc

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Add support for additional labels in deployment

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Add support for match labels for deployment selector

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Bump chart version

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Add support for additional labels in pvc

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Add labels in service

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Implement chart review comments

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>

* Bump chart version

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
2018-12-17 08:46:30 -08:00
Carlos Tadeu Panato Junior b4a1f268ea bump chartmuseum to v0.8.0 (#9923)
Signed-off-by: cpanato <ctadeu@gmail.com>
2018-12-12 06:03:45 -08:00
guptaarvindk d2983fba92 Added support for clusterIP and headless services. (#8312)
Signed-off-by: Arvind Gupta <guptaarvindk@gmail.com>
2018-10-09 12:51:36 -07:00
Tammo van Lessen 170b6fae1d [stable/chartmuseum] Make port-forward hint in NOTES.txt namespace-aware (#7646)
* Make port-forward namespace-aware

Signed-off-by: Tammo van Lessen <tvanlessen@gmail.com>

* version bump added.

Signed-off-by: Tammo van Lessen <tvanlessen@gmail.com>
2018-09-11 12:50:20 -07:00
Josh Dolitsky 0ad2739530 [stable/chartmuseum] upgrade to app version 0.7.1 (#6515) 2018-07-08 23:01:18 -07:00
eviln1 5c3a9c9d00 Chartmuseum svc account (#5859)
* [stable/chartmuseum]: serviceAccount support added

* [stable/chartmuseum]: securityContext support added

* [stable/chartmuseum]: Chart version bump

* [stable/chartmuseum]: created serviceAccount name is no longer customizable
2018-06-01 06:03:59 -07:00
Josh Dolitsky 495e4d8d72 [stable/chartmuseum] update app version, add vars for openstack and redis (#5784) 2018-05-27 07:59:32 -07:00
AdamDang eed478a9f3 Typo fix in chartmuseum/README.md (Recreation of #5038 for conflicts ) (#5127)
* Add version for chartmuseum

version: 1.3.1

* Typo fix in chartmuseum/README.md

Line 347: By default chartmuseum use local filesystem storage.
use->uses
Line 348: But on pod recreation if will lose all charts,
if->it
2018-04-19 07:27:10 -07:00
Ivan Pedrazas 984097ae55 added gcp json service account (#4904)
* added gcp json service account

* fixed flag format

* added an option to re-use a pre-existind secret with the json credentials

* fix trailing spaces issue

* else if added

* move open to secret

* refactored gcp values

* populate table with new vars

* refactor yaml keys in  README.md

* refactor yaml keys in README.md - typo
2018-04-18 09:33:00 -07:00
Josh Dolitsky 5078f7e7ef [chartmuseum] move from incubator to stable (#4601)
* [incubator/chartmuseum] update to latest stable image, add new params to values.yaml

* [incubator/chartmuseum] upgrade to 0.4.2

* [chartmuseum] move from incubator to stable

- Set "deprecated: true" in incubator Chart.yaml, bump patch (0.4.7)
- Add note to incubator README and NOTES that chart is deprecated
- New chart version in stable with minor version bump (0.5.0)
- Add new kubernetes org member @goruha to OWNERS
- Add Codefresh to list of maintainers

* [chartmuseum] move from incubator to stable

- Set "deprecated: true" in incubator Chart.yaml, bump patch (0.4.7)
- Add note to incubator README and NOTES that chart is deprecated
- New chart version in stable with minor version bump (0.5.0)
- Add new kubernetes org member @goruha to OWNERS
- Add Codefresh to list of maintainers

* [chartmuseum] fix maintainer names to match github orgs

* [chartmuseum] incubator maintainer names to match stable

* [chartmuseum] copy improvements from incubator chart

* [chartmuseum] upgrade to chartmuseum v0.5.1

* [chartmuseum] copy updates from incubator chart

* [chartmuseum] bump incubator version for deprecate

* [chartmuseum] remove maintainers from incubator
2018-04-06 01:11:08 -07:00