fix: chart-testing
This commit is contained in:
parent
80c394710e
commit
effa148275
14 changed files with 44 additions and 31 deletions
|
@ -2,5 +2,8 @@ apiVersion: v2
|
||||||
name: base
|
name: base
|
||||||
description: This is an Helm-Chart which creates an overlaye to connect / install multiple flux-charts / components (and use the helm values for it)
|
description: This is an Helm-Chart which creates an overlaye to connect / install multiple flux-charts / components (and use the helm values for it)
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
4
ct.yaml
Normal file
4
ct.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
target-branch: main
|
||||||
|
since: HEAD~2
|
||||||
|
chart-dirs:
|
||||||
|
- .
|
|
@ -2,5 +2,8 @@ apiVersion: v2
|
||||||
name: infra-certificates
|
name: infra-certificates
|
||||||
description: Install all certificate related
|
description: Install all certificate related
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -2,5 +2,8 @@ apiVersion: v2
|
||||||
name: infra-fluxcd
|
name: infra-fluxcd
|
||||||
description: Install resources for FluxCD (e.g. grafana dashboards, prometheus podmonitor)
|
description: Install resources for FluxCD (e.g. grafana dashboards, prometheus podmonitor)
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -2,5 +2,8 @@ apiVersion: v2
|
||||||
name: infra-ingress
|
name: infra-ingress
|
||||||
description: Setup an ingress
|
description: Setup an ingress
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: infra-logging
|
name: infra-logging
|
||||||
description: Install all logging related
|
description: Install all logging related
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: infra-monitoring
|
name: infra-monitoring
|
||||||
description: Install all monitoring related
|
description: Install all monitoring related
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: infra-trivy
|
name: infra-trivy
|
||||||
description: deploy trivy-operator
|
description: deploy trivy-operator
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mycloud-authentik
|
name: mycloud-authentik
|
||||||
description: A mycloud components using authentik (for central authentification using SSO)
|
description: A mycloud components using authentik (for central authentification using SSO)
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mycloud-services
|
name: mycloud-services
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
|
|
||||||
# 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: application
|
type: application
|
||||||
|
maintainers:
|
||||||
|
- name: WrenIX
|
||||||
|
url: https://wrenix.eu
|
||||||
|
|
||||||
# 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
|
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"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue