Skip to content

Commit

Permalink
feat: upgrade stirling-pdf to 0.33.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 16, 2024
1 parent b57b90d commit 3be9976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/stirling-pdf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.32.0
appVersion: 0.33.1
description:
locally hosted web application that allows you to perform various operations on PDF files
home: https://github.com/Stirling-Tools/Stirling-PDF
Expand All @@ -13,4 +13,4 @@ maintainers:
name: stirling-pdf-chart
sources:
- https://github.com/Stirling-Tools/Stirling-PDF-chart
version: 1.1.0
version: 1.2.0
4 changes: 2 additions & 2 deletions charts/stirling-pdf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stirling-pdf-chart

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.32.0](https://img.shields.io/badge/AppVersion-0.32.0-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 0.33.1](https://img.shields.io/badge/AppVersion-0.33.1-informational?style=flat-square)

locally hosted web application that allows you to perform various operations on PDF files

Expand Down Expand Up @@ -41,7 +41,7 @@ helm repo add stirling-pdf https://stirling-tools.github.io/Stirling-PDF-chart
| extraArgs | list | `[]` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"frooodle/s-pdf"` | |
| image.repository | string | `"stirling-tools/stirling-pdf"` | |
| image.sha | string | `""` | |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[],"ingressClassName":null,"labels":{},"pathType":"ImplementationSpecific"}` | Ingress for load balancer |
Expand Down
2 changes: 1 addition & 1 deletion charts/stirling-pdf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strategy:
type: RollingUpdate
image:
registry: ghcr.io
repository: frooodle/s-pdf
repository: stirling-tools/stirling-pdf
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
sha: ""
Expand Down

0 comments on commit 3be9976

Please sign in to comment.