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(deps): update ghcr.io/samply/blaze docker tag to v0.31.0 #443

Merged
merged 1 commit into from
Jan 10, 2025
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/blaze/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
version: 2.29.0
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.5.46
version: 0.5.47
appVersion: "0.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -31,4 +31,4 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: "Updated common to 2.29.0"
description: "Updated ghcr.io/samply/blaze to 0.31.0"
2 changes: 1 addition & 1 deletion charts/blaze/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
image:
registry: ghcr.io
repository: samply/blaze
tag: 0.30.2@sha256:586e929e7d27ea344adcc9696b76e0dcaf02cbb198c318c2b3ba3fb0dbd07681
tag: 0.31.0@sha256:00820f23d64da760ab447b12ac604f90fe448da5d766af2446f39347f4108b06
pullPolicy: IfNotPresent

# -- set the server base URL. Evaluated as a template. Equivalent to setting the `BASE_URL` environment variable.
Expand Down
Loading