Skip to content

Commit

Permalink
Updated github repo URL for upstreamed charts
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran-rubo committed Sep 26, 2018
1 parent 10b51d4 commit c22b640
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm search bitnami
```

## Upstreamed charts (contributed to [kubernetes/charts](https://github.com/kubernetes/charts))

- [Dokuwiki](https://github.com/kubernetes/charts/tree/master/stable/dokuwiki)
- [Drupal](https://github.com/kubernetes/charts/tree/master/stable/drupal)
- [Ghost](https://github.com/kubernetes/charts/tree/master/stable/ghost)
- [JasperReports](https://github.com/kubernetes/charts/tree/master/stable/jasperreports)
- [Joomla!](https://github.com/kubernetes/charts/tree/master/stable/joomla)
- [Magento](https://github.com/kubernetes/charts/tree/master/stable/magento)
- [MariaDB](https://github.com/kubernetes/charts/tree/master/stable/mariadb)
- [MediaWiki](https://github.com/kubernetes/charts/tree/master/stable/mediawiki)
- [MongoDB](https://github.com/kubernetes/charts/tree/master/stable/mongodb)
- [Moodle](https://github.com/kubernetes/charts/tree/master/stable/moodle)
- [Odoo](https://github.com/kubernetes/charts/tree/master/stable/odoo)
- [OpenCart](https://github.com/kubernetes/charts/tree/master/stable/opencart)
- [OrangeHRM](https://github.com/kubernetes/charts/tree/master/stable/orangehrm)
- [Osclass](https://github.com/kubernetes/charts/tree/master/stable/osclass)
- [OwnCloud](https://github.com/kubernetes/charts/tree/master/stable/owncloud)
- [Parse](https://github.com/kubernetes/charts/tree/master/stable/parse)
- [Phabricator](https://github.com/kubernetes/charts/tree/master/stable/phabricator)
- [phpBB](https://github.com/kubernetes/charts/tree/master/stable/phpbb)
- [PrestaShop](https://github.com/kubernetes/charts/tree/master/stable/prestashop)
- [RabbitMQ](https://github.com/kubernetes/charts/tree/master/stable/rabbitmq)
- [Redis](https://github.com/kubernetes/charts/tree/master/stable/redis)
- [Redmine](https://github.com/kubernetes/charts/tree/master/stable/redmine)
- [SugarCRM](https://github.com/kubernetes/charts/tree/master/stable/sugarcrm)
- [SuiteCRM](https://github.com/kubernetes/charts/tree/master/stable/suitecrm)
- [TestLink](https://github.com/kubernetes/charts/tree/master/stable/testlink)
- [WordPress](https://github.com/kubernetes/charts/tree/master/stable/wordpress)
## Upstreamed charts (contributed to [helm/charts](https://github.com/helm/charts))

- [Dokuwiki](https://github.com/helm/charts/tree/master/stable/dokuwiki)
- [Drupal](https://github.com/helm/charts/tree/master/stable/drupal)
- [Ghost](https://github.com/helm/charts/tree/master/stable/ghost)
- [JasperReports](https://github.com/helm/charts/tree/master/stable/jasperreports)
- [Joomla!](https://github.com/helm/charts/tree/master/stable/joomla)
- [Magento](https://github.com/helm/charts/tree/master/stable/magento)
- [MariaDB](https://github.com/helm/charts/tree/master/stable/mariadb)
- [MediaWiki](https://github.com/helm/charts/tree/master/stable/mediawiki)
- [MongoDB](https://github.com/helm/charts/tree/master/stable/mongodb)
- [Moodle](https://github.com/helm/charts/tree/master/stable/moodle)
- [Odoo](https://github.com/helm/charts/tree/master/stable/odoo)
- [OpenCart](https://github.com/helm/charts/tree/master/stable/opencart)
- [OrangeHRM](https://github.com/helm/charts/tree/master/stable/orangehrm)
- [Osclass](https://github.com/helm/charts/tree/master/stable/osclass)
- [OwnCloud](https://github.com/helm/charts/tree/master/stable/owncloud)
- [Parse](https://github.com/helm/charts/tree/master/stable/parse)
- [Phabricator](https://github.com/helm/charts/tree/master/stable/phabricator)
- [phpBB](https://github.com/helm/charts/tree/master/stable/phpbb)
- [PrestaShop](https://github.com/helm/charts/tree/master/stable/prestashop)
- [RabbitMQ](https://github.com/helm/charts/tree/master/stable/rabbitmq)
- [Redis](https://github.com/helm/charts/tree/master/stable/redis)
- [Redmine](https://github.com/helm/charts/tree/master/stable/redmine)
- [SugarCRM](https://github.com/helm/charts/tree/master/stable/sugarcrm)
- [SuiteCRM](https://github.com/helm/charts/tree/master/stable/suitecrm)
- [TestLink](https://github.com/helm/charts/tree/master/stable/testlink)
- [WordPress](https://github.com/helm/charts/tree/master/stable/wordpress)

## Bitnami charts

Expand Down Expand Up @@ -81,7 +81,7 @@ To install Helm, refer to the [Helm install guide](https://github.com/kubernetes

### Add Repo

The stable charts are contributed to the upstream [kubernetes/charts](https://github.com/kubernetes/charts) repository. The following command allows you to download and install all the charts from this repository, both the bitnami and the upstreamed ones.
The stable charts are contributed to the upstream [helm/charts](https://github.com/helm/charts) repository. The following command allows you to download and install all the charts from this repository, both the bitnami and the upstreamed ones.

```bash
$ helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion _docs/README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
> **Sample**
>
> This chart bootstraps a MediaWiki deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. The chart depends upon the [MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) for the database requirements of MediaWiki.
> This chart bootstraps a MediaWiki deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. The chart depends upon the [MariaDB chart](https://github.com/helm/charts/tree/master/stable/mariadb) for the database requirements of MediaWiki.
>
> The chart uses the [Bitnami MediaWiki Docker Image](https://hub.docker.com/r/bitnami/mediawiki) for setting up the MediaWiki deployment and is developed, contributed and maintained by [Bitnami](https://bitnami.com).
Expand Down
2 changes: 1 addition & 1 deletion bitnami/kafka/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ metrics:
# memory: 100Mi

## Credits to the incubator/kafka chart for the JMX configuration.
## https://github.com/kubernetes/charts/tree/master/incubator/kafka
## https://github.com/helm/charts/tree/master/incubator/kafka
##
## Rules to apply to the Prometheus JMX Exporter. Note while lots of stats have been cleaned and exposed,
## there are still more stats to clean up and expose, others will never get exposed. They keep lots of duplicates
Expand Down
2 changes: 1 addition & 1 deletion bitnami/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ metrics:
# memory: 100Mi

## Credits to the incubator/kafka chart for the JMX configuration.
## https://github.com/kubernetes/charts/tree/master/incubator/kafka
## https://github.com/helm/charts/tree/master/incubator/kafka
##
## Rules to apply to the Prometheus JMX Exporter. Note while lots of stats have been cleaned and exposed,
## there are still more stats to clean up and expose, others will never get exposed. They keep lots of duplicates
Expand Down

0 comments on commit c22b640

Please sign in to comment.