Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add lint and reset versions to 0.0.0 #6

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Helm

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
lint-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Helm
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm lint ./terminfinder-chart
8 changes: 4 additions & 4 deletions mkver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults {
includeBuildMetaData: true
whenNoValidCommitMessages: IncrementPatch
patches: [
json
yaml
]
}
branches: [
Expand All @@ -25,11 +25,11 @@ branches: [
]
patches: [
{
name: json
name: yaml
filePatterns: [
"backend/Chart.yaml"
"frontend/Chart.yaml"
"terminfinder-chart/Chart.yaml"
]
format: Docker
replacements: [
{
find: "version: {VersionRegex}"
Expand Down
6 changes: 4 additions & 2 deletions terminfinder-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ apiVersion: v2
name: terminfinder
description: HelmChart, der das Front- und Backend des Terminfinders kombiniert.
type: application
version: 0.0.3
appVersion: "1.0.10"
version: 0.0.0

dependencies:
- name: terminfinder-frontend
version: 0.0.0
- name: terminfinder-backend
version: 0.0.0
- name: terminfinder-resources
version: 0.0.0
Loading