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

chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.40.2 → 0.41.0 #31751

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
4 changes: 2 additions & 2 deletions charts/stable/stirling-pdf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.40.2
appVersion: 0.41.0
dependencies:
- name: common
version: 25.4.10
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/Stirling-Tools/Stirling-PDF
- https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf
type: application
version: 1.18.3
version: 1.21.0
6 changes: 3 additions & 3 deletions charts/stable/stirling-pdf/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
image:
repository: ghcr.io/stirling-tools/s-pdf
pullPolicy: IfNotPresent
tag: 0.40.2-ultra-lite@sha256:4f8ac5308c06061f54993a6e7e3dad2381425fa6920e8ee5ea41c1cc259a3ff1
tag: 0.41.0-ultra-lite@sha256:ba88670055fcd1dc76568aae130ba74e2979c5eac7711b742d2894a47d2dd10e
fatImage:
repository: ghcr.io/stirling-tools/s-pdf
pullPolicy: IfNotPresent
tag: 0.40.2-fat@sha256:0d30644dd8f632c532721d495fcd2f19452ee4da5427cd1bbe352f2c9d4260a0
tag: 0.41.0-fat@sha256:e791d48580806f6dade7c9774b7137d40ebbf1f35b86c592877d32eae2cbf0ad
fullImage:
repository: ghcr.io/stirling-tools/s-pdf
pullPolicy: IfNotPresent
tag: 0.40.2@sha256:d44cb8bd6cae9ba421949b9f5704c347eb4a34808cbb1b580957cca9bcdb2b71
tag: 0.41.0@sha256:a570b6f6522d49fbef616e4fef97f7aff35ce046daee16de4e2fa4699a042d33
service:
main:
ports:
Expand Down
Loading