Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…DF-chart (#2208)

* feat: remove helm chart

Signed-off-by: Ludovic Ortega <[email protected]>

* feat: mention kubernetes in install doc

Signed-off-by: Ludovic Ortega <[email protected]>

---------

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR authored Nov 10, 2024
1 parent 862a88e commit 645c786
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 1,113 deletions.
100 changes: 0 additions & 100 deletions .github/scripts/gradle_to_chart.py

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/lint-helm-charts.yml-disabled

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/release-helm-charts.yml-disabled

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/sync_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,6 @@ permissions:
pull-requests: write

jobs:
sync-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
run: pip install pyyaml
- name: Sync versions
run: python .github/scripts/gradle_to_chart.py
- name: Run pre-commit helm-docs-built
uses: pre-commit/[email protected]
with:
extra_args: helm-docs-built
- name: Set up git config
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Run git add
run: |
git add .
git diff --staged --quiet || git commit -m ":floppy_disk: Sync Versions
> Made via sync_files.yml" || echo "no changes"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update files
committer: GitHub Action <[email protected]>
author: GitHub Action <[email protected]>
signoff: true
branch: sync_version
title: ":floppy_disk: Update Version"
body: |
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
draft: false
delete-branch: true
labels: github-actions
sync-readme:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ repos:
language: python
exclude: ^(src/main/resources/static/pdfjs|src/main/resources/static/pdfjs-legacy)
files: ^.*(\.html|\.css|\.js)$
- repo: https://github.com/norwoodj/helm-docs
rev: v1.14.2
hooks:
- id: helm-docs-built
args:
- --chart-search-root=chart
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ services:
Note: Podman is CLI-compatible with Docker, so simply replace "docker" with "podman".
### Kubernetes
See the kubernetes helm chart [here](https://github.com/Stirling-Tools/Stirling-PDF-chart)
## Enable OCR/Compression Feature
Please view the [HowToUseOCR.md](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR.md).
Expand Down
16 changes: 0 additions & 16 deletions chart/stirling-pdf/Chart.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions chart/stirling-pdf/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions chart/stirling-pdf/README.md.gotmpl

This file was deleted.

Loading

0 comments on commit 645c786

Please sign in to comment.