-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: CasLubbers <clubbers@akamai.com>
- Loading branch information
1 parent
fef95dd
commit f29e5bf
Showing
12 changed files
with
193 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,51 @@ | ||
dependencies: | ||
- name: argo-cd | ||
repository: https://argoproj.github.io/argo-helm | ||
version: 6.7.3 | ||
- name: cert-manager | ||
repository: https://charts.jetstack.io | ||
version: v1.11.4 | ||
- name: cloudnative-pg | ||
repository: https://cloudnative-pg.github.io/charts | ||
version: 0.18.0 | ||
- name: external-dns | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 6.20.4 | ||
- name: external-secrets | ||
repository: https://charts.external-secrets.io | ||
version: 0.6.1 | ||
- name: gitea | ||
repository: https://dl.gitea.io/charts | ||
version: 5.0.0 | ||
- name: harbor | ||
repository: https://helm.goharbor.io | ||
version: 1.10.4 | ||
- name: ingress-nginx | ||
repository: https://kubernetes.github.io/ingress-nginx | ||
version: 4.6.1 | ||
- name: kube-prometheus-stack | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 46.4.1 | ||
- name: metrics-server | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 6.8.0 | ||
- name: oauth2-proxy | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 3.7.4 | ||
- name: prometheus-blackbox-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 7.10.0 | ||
- name: promtail | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.11.2 | ||
- name: sealed-secrets | ||
repository: https://bitnami-labs.github.io/sealed-secrets/ | ||
version: 2.14.1 | ||
- name: tekton-pipeline | ||
repository: https://cdfoundation.github.io/tekton-helm-chart/ | ||
version: 1.0.2 | ||
- name: velero | ||
repository: https://vmware-tanzu.github.io/helm-charts/ | ||
version: 5.4.1 | ||
digest: sha256:9c7e5d75c1f8d3befa942e74b4b0896e36db7f040e100ff642a24c7199cdbdca | ||
generated: "2024-10-14T11:21:37.891213+02:00" |
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,70 @@ | ||
apiVersion: v2 | ||
name: chart-index | ||
description: APL chart index | ||
|
||
# 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. | ||
# Versions are expected to follow Semantic Versioning (https://semver.org/) | ||
version: 0.1.0 | ||
|
||
# # This is the version number of the application being deployed. This version number should be | ||
# # incremented each time you make changes to the application. Versions are not expected to | ||
# # follow Semantic Versioning. They should reflect the version the application is using. | ||
# # It is recommended to use it with quotes. | ||
# appVersion: "1.16.0" | ||
|
||
# The below dependencies are used to download Helm chart archive to the charts directory. Note that charts directory is a symlink. | ||
dependencies: | ||
- name: argo-cd | ||
version: 6.7.3 | ||
repository: https://argoproj.github.io/argo-helm | ||
- name: cert-manager | ||
version: v1.11.4 | ||
repository: https://charts.jetstack.io | ||
- name: cloudnative-pg | ||
version: 0.18.0 | ||
repository: https://cloudnative-pg.github.io/charts | ||
- name: external-dns | ||
version: 6.20.4 | ||
repository: https://charts.bitnami.com/bitnami | ||
- name: external-secrets | ||
version: 0.6.1 | ||
repository: https://charts.external-secrets.io | ||
- name: gitea | ||
version: 5.0.0 | ||
repository: https://dl.gitea.io/charts | ||
- name: harbor | ||
version: 1.10.4 | ||
repository: https://helm.goharbor.io | ||
- name: ingress-nginx | ||
version: 4.6.1 | ||
repository: https://kubernetes.github.io/ingress-nginx | ||
- name: kube-prometheus-stack | ||
version: 46.4.1 | ||
repository: https://prometheus-community.github.io/helm-charts | ||
- name: metrics-server | ||
version: 6.8.0 | ||
repository: https://charts.bitnami.com/bitnami | ||
- name: oauth2-proxy | ||
version: 3.7.4 | ||
repository: https://charts.bitnami.com/bitnami | ||
- name: prometheus-blackbox-exporter | ||
version: 7.10.0 | ||
repository: https://prometheus-community.github.io/helm-charts | ||
- name: promtail | ||
version: 6.11.2 | ||
repository: https://grafana.github.io/helm-charts | ||
- name: sealed-secrets | ||
version: 2.14.1 | ||
repository: https://bitnami-labs.github.io/sealed-secrets/ | ||
- name: tekton-pipeline | ||
version: 1.0.2 | ||
repository: https://cdfoundation.github.io/tekton-helm-chart/ | ||
- name: velero | ||
version: 5.4.1 | ||
repository: https://vmware-tanzu.github.io/helm-charts/ |
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,22 @@ | ||
The chart-index Helm chart allows to manage most of the APL helm chart dependencies (a.k.a. core apps). | ||
The chart-index is so-called library Helm chart and cannot be installed by itself. It only defines dependencies in the `chart/chart-index/Chart.yaml` file. Each dependency follows the following format: | ||
``` | ||
- name: <chart name> | ||
version: <chart version> | ||
repository: <chart url> | ||
``` | ||
,thus Helm knows the chart registry URL, chart name and version. | ||
|
||
In the future, the chart-index is going to be combined with Renovate to discover new versions. | ||
|
||
Currently, adding a new version of the core app is performed manually: | ||
1. In the `chart/chart-index/Chart.yaml` file, change a given version in the `dependencies` list. | ||
2. Call `npm run charts-update`, so Helm charts archives are downloaded to the `charts/` directory | ||
3. In charts directory unpack the archive to the corresponding directory | ||
4. Commit your changes: git commit -m'feat: chart upgrade <app-name>' | ||
5. Perform smoke tests `npm run validate-templates` | ||
6. Carefully compare the rendered manifests (your feature branch vs main) by executing `bin/compare.sh` | ||
|
||
|
||
Note 1: some Helm charts do not have an official Helm chart repository. Those helm charts cannot be upgraded via the `chart-index`. | ||
Note 2: some charts resides in different directory name than the original app name, e.g.: argo-cd app resides in charts/argocd directory |
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 @@ | ||
../../charts |
Empty file.
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,5 +1,5 @@ | ||
apiVersion: v1 | ||
appVersion: "1.0" | ||
description: A Helm chart for Kubernetes that will have it's manifests injected at runtime. | ||
name: ##CHART | ||
name: skeleton-##CHART | ||
version: 0.1.0 |
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