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/fluidd-core/fluidd v1.31.4 → v1.32.0 #31749

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/fluidd/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: 1.31.4
appVersion: 1.32.0
dependencies:
- name: common
version: 25.4.10
Expand All @@ -32,4 +32,4 @@ sources:
- https://github.com/fluidd-core/fluidd
- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
type: application
version: 11.6.1
version: 11.7.0
2 changes: 1 addition & 1 deletion charts/stable/fluidd/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/fluidd-core/fluidd
tag: v1.31.4@sha256:bf9a73fc3e3c64e8b3d39d5af5ef0d8b5ea55e39cff9c1dfd546ae28d4791251
tag: v1.32.0@sha256:6aa782f65badf3bc4c61e124628d9f80563ca37af715fda8c8da345ca6925c0e
pullPolicy: IfNotPresent
securityContext:
container:
Expand Down
Loading