-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from lucernae/docs
Upgrade charts and docs
- Loading branch information
Showing
69 changed files
with
5,859 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
|
||
build-deps: | ||
nix-build | ||
|
||
shell: | ||
nix-shell | ||
|
||
lint: | ||
ct lint | ||
|
||
install: | ||
ct install | ||
|
||
reload: | ||
direnv reload | ||
|
||
direnv-allow: | ||
direnv allow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,47 @@ | ||
# Kartoza Helm charts | ||
|
||
Kartoza Helm/Rancher charts for Kubernetes | ||
|
||
# Add Helm Repo | ||
|
||
To add the Helm Repo using Helm CLI: | ||
|
||
```bash | ||
helm repo add kartoza https://kartoza.github.io/charts | ||
``` | ||
|
||
To add the Helm Repo in Rancher (Because we are using Rancher format structure), | ||
use the github url: https://github.com/kartoza/charts.git. | ||
Stable version of the charts is in `main` branch. | ||
|
||
|
||
# Usage | ||
|
||
To install chart, execute helm command | ||
|
||
```bash | ||
helm install -n <namespace> <release-name> kartoza/<chart-name> --version <chart-version> -f <values.yaml> | ||
``` | ||
|
||
# Development | ||
|
||
The chart structure is not yet stable, but we are welcoming any contributions. | ||
In the bare minimum we will try to keep the same version as stable as possible. | ||
|
||
If you are interested in contributing, you can check | ||
[DEVELOPMENT-README.md](DEVELOPMENT-README.md). | ||
|
||
List of stable charts (with somewhat good documentation): | ||
|
||
- [Postgis](charts/postgis) | ||
- [Django](charts/django) | ||
- [GeoNode](charts/geonode) | ||
- [GeoServer](charts/geoserver) | ||
|
||
List of working charts, but not thoroughly tested: | ||
|
||
- [QGIS Server](charts/qgis-server) | ||
- [Guacamole](charts/guacamole) | ||
- [NextCloud](charts/nextcloud) | ||
|
||
Our design patterns are somewhat inspired by the [BitNami] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v1.0.1/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: v2 | ||
name: common | ||
description: Common library for ops | ||
|
||
# A chart can be either an 'application' or a 'library' chart. | ||
# | ||
# Application charts are a collection of templates that can be packaged into versioned archives | ||
# to be deployed. | ||
# | ||
# Library charts provide useful utilities or functions for the chart developer. They're included as | ||
# a dependency of application charts to inject those utilities and functions into the rendering | ||
# pipeline. Library charts do not define any templates and therefore cannot be deployed. | ||
type: library | ||
|
||
# This is the chart version. This version number should be incremented each time you make changes | ||
# to the chart and its templates, including the app version. | ||
version: 1.0.1 | ||
|
||
# This is the version number of the application being deployed. This version number should be | ||
# incremented each time you make changes to the application. | ||
appVersion: 1.0.1 | ||
sources: | ||
- https://github.com/kartoza/charts/tree/main/charts/common | ||
maintainers: | ||
- name: lucernae | ||
email: lana.pcfre@gmail.com | ||
engine: gotpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
|
||
# common | ||
|
||
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) | ||
|
||
Common library for ops | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| lucernae | lana.pcfre@gmail.com | | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/kartoza/charts/tree/main/charts/common> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{{ template "chart.header" . }} | ||
|
||
{{ template "chart.deprecationWarning" . }} | ||
|
||
{{ template "chart.badgesSection" . }} | ||
|
||
{{ template "chart.description" . }} | ||
|
||
{{ template "chart.homepageLine" . }} | ||
|
||
{{ template "chart.maintainersSection" . }} | ||
|
||
{{ template "chart.sourcesSection" . }} | ||
|
||
{{ template "chart.requirementsSection" . }} | ||
|
||
{{ template "chart.valuesSection" . }} | ||
|
||
{{ template "helm-docs.versionFooter" . }} |
Oops, something went wrong.