Skip to content

Commit

Permalink
fix: remove useless schema for helm values (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR authored Apr 11, 2024
1 parent 798e406 commit 213c93f
Show file tree
Hide file tree
Showing 38 changed files with 25 additions and 2,773 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash

# install helm schema gen plugin
helm plugin install https://github.com/KnechtionsCoding/helm-schema-gen.git --version=0.0.10

# install pre-commit hooks
pre-commit install
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
python-version: '3.10'

- name: Install helm plugin
run: helm plugin install https://github.com/KnechtionsCoding/helm-schema-gen.git --version=0.0.10

- name: Run pre-commit
uses: pre-commit/[email protected]

Expand Down
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@ repos:
- id: helm-docs-built
args:
- --chart-search-root=charts
- repo: local
hooks:
- id: helm-schema-gen
name: helm schema gen plugin
language: script
files: (^|/)values\.yaml$
entry: git-hook/helm-schema-gen
require_serial: true
2 changes: 1 addition & 1 deletion charts/as212510-net/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: as212510-net
description: as212510.net helm chart for Kubernetes
type: application
version: 0.5.1
version: 0.5.2
# image: ghcr.io/m0nsterrr/as212510.net
appVersion: "3.0.0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/as212510-net/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# as212510-net

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)

as212510.net helm chart for Kubernetes

Expand Down
252 changes: 0 additions & 252 deletions charts/as212510-net/values.schema.json

This file was deleted.

2 changes: 1 addition & 1 deletion charts/bazarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: bazarr
description: bazarr helm chart for Kubernetes
type: application
version: 0.2.0
version: 0.2.2
# image: ghcr.io/onedr0p/bazarr
appVersion: "1.4.2"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/bazarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bazarr

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square)

bazarr helm chart for Kubernetes

Expand Down
Loading

0 comments on commit 213c93f

Please sign in to comment.