Skip to content

Commit

Permalink
Added lint & updated maintainer (#1)
Browse files Browse the repository at this point in the history
* Added lint & updated maintainer

* 🎨
  • Loading branch information
Fank authored Aug 26, 2024
1 parent 5cbe19e commit aadadc1
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 19 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Lint Helm Charts"
on:
push:
branches:
- main
paths:
- "charts/**"
pull_request:
branches:
- main
paths:
- "charts/**"

jobs:
lint:
runs-on: ubuntu-latest
name: "Lint Charts"
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Helm
uses: azure/setup-helm@v4

- name: Lint Helm charts
run: helm lint charts/*
File renamed without changes.
6 changes: 3 additions & 3 deletions charts/api-deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# 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.3.0
version: 0.3.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. 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"
appVersion: "1.0.0"

maintainers:
- name: MCL
- name: "enthus GmbH"
7 changes: 5 additions & 2 deletions charts/brokatix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ type: application
# 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.3
version: 0.1.4

# 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"
appVersion: "1.0.0"

maintainers:
- name: "enthus GmbH"
7 changes: 5 additions & 2 deletions charts/default/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ type: application
# 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.2.0
version: 0.2.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. 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"
appVersion: "1.0.0"

maintainers:
- name: "enthus GmbH"
7 changes: 5 additions & 2 deletions charts/nexus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ type: application
# 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.4.0
version: 0.4.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. 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"
appVersion: "1.0.0"

maintainers:
- name: "enthus GmbH"
4 changes: 2 additions & 2 deletions charts/pim-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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.2.0
version: 0.2.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. Versions are not expected to
Expand All @@ -24,4 +24,4 @@ version: 0.2.0
appVersion: "1.0.0"

maintainers:
- name: MCL
- name: "enthus GmbH"
7 changes: 5 additions & 2 deletions charts/rtf2html/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ type: application
# 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.2.1
version: 0.2.2

# 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"
appVersion: "1.0.0"

maintainers:
- name: "enthus GmbH"
30 changes: 26 additions & 4 deletions charts/sensa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
apiVersion: v1
appVersion: "1.0"
apiVersion: v2
name: rtf2html
description: A Helm chart for Kubernetes
name: sensa
version: 0.2.0

# 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

# 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.2.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. 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.0.0"

maintainers:
- name: "enthus GmbH"
7 changes: 5 additions & 2 deletions charts/service-voucher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ type: application
# 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: 1.1.0
version: 1.1.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. 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"
appVersion: "1.0.0"

maintainers:
- name: "enthus GmbH"

0 comments on commit aadadc1

Please sign in to comment.