Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[chartmuseum] move from incubator to stable (#4601)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
jdolitsky authored and k8s-ci-robot committed Apr 6, 2018
1 parent a126777 commit 5078f7e
Show file tree
Hide file tree
Showing 15 changed files with 861 additions and 15 deletions.
10 changes: 2 additions & 8 deletions incubator/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
apiVersion: v1
description: Helm Chart Repository with support for Amazon S3 and Google Cloud Storage
name: chartmuseum
version: 1.1.0
version: 1.1.1
appVersion: 0.5.1
home: https://github.com/chartmuseum/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png
keywords:
- chartmuseum
- helm
- charts repo
maintainers:
- name: codefresh-io
email: opensource@codefresh.io
- name: cloudposse
email: hello@cloudposse.com
- name: chartmuseum
email: chartmuseum@gmail.com
deprecated: true
9 changes: 2 additions & 7 deletions incubator/chartmuseum/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# ChartMuseum Helm Chart

**NOTE: this chart has been DEPRECATED. Please see stable/chartmuseum.**

Deploy your own private ChartMuseum.

Please also see https://github.com/kubernetes-helm/chartmuseum
Expand Down Expand Up @@ -95,12 +96,6 @@ their default values. See values.yaml for all available options.
| `env.secret.BASIC_AUTH_USER` | Username for basic HTTP authentication | `` |
| `env.secret.BASIC_AUTH_PASS` | Password for basic HTTP authentication | `` |

secret:
# username for basic http authentication
BASIC_AUTH_USER:
# password for basic http authentication
BASIC_AUTH_PASS:

Specify each parameter using the `--set key=value[,key=value]` argument to
`helm install`.

Expand Down
2 changes: 2 additions & 0 deletions incubator/chartmuseum/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
NOTE: this chart has been DEPRECATED. Please see stable/chartmuseum.

** Please be patient while the chart is being deployed **

Get the ChartMuseum URL by running:
Expand Down
23 changes: 23 additions & 0 deletions stable/chartmuseum/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
# OWNERS file for Kubernetes
OWNERS
18 changes: 18 additions & 0 deletions stable/chartmuseum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v1
description: Helm Chart Repository with support for Amazon S3 and Google Cloud Storage
name: chartmuseum
version: 1.2.0
appVersion: 0.5.1
home: https://github.com/chartmuseum/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png
keywords:
- chartmuseum
- helm
- charts repo
maintainers:
- name: codefresh-io
email: opensource@codefresh.io
- name: cloudposse
email: hello@cloudposse.com
- name: chartmuseum
email: chartmuseum@gmail.com
6 changes: 6 additions & 0 deletions stable/chartmuseum/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
approvers:
- jdolitsky
- goruha
reviewers:
- jdolitsky
- goruha
Loading

0 comments on commit 5078f7e

Please sign in to comment.