diff --git a/charts/stirling-pdf/Chart.yaml b/charts/stirling-pdf/Chart.yaml index 52fb043..1822ba9 100644 --- a/charts/stirling-pdf/Chart.yaml +++ b/charts/stirling-pdf/Chart.yaml @@ -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 @@ -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 diff --git a/charts/stirling-pdf/README.md b/charts/stirling-pdf/README.md index 22439a8..beb1982 100644 --- a/charts/stirling-pdf/README.md +++ b/charts/stirling-pdf/README.md @@ -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 @@ -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 | diff --git a/charts/stirling-pdf/values.yaml b/charts/stirling-pdf/values.yaml index d8051bc..cd16f75 100644 --- a/charts/stirling-pdf/values.yaml +++ b/charts/stirling-pdf/values.yaml @@ -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: ""