Skip to content

Commit

Permalink
Merge branch 'main' into kafka-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalus committed Jan 21, 2025
2 parents ee75e4a + cdfe4a0 commit 895929f
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 114 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ anyhow = { version = "1.0", features = ["backtrace"] }
bytes = "1.4"
clokwerk = "0.4"
derive_more = { version = "1", features = ["full"] }
itertools = "0.14.0"
itertools = "0.14"
lazy_static = "1.4"
nom = "7.1.3"
once_cell = "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LABEL org.opencontainers.image.licenses="AGPL-3.0"

WORKDIR /parseable
COPY . .
RUN cargo build --features debug
RUN cargo build

# final stage
FROM docker.io/debian:bookworm-slim
Expand Down
Binary file added helm-releases/parseable-1.7.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: parseable
description: Helm chart for Parseable Server
type: application
version: 1.7.2
appVersion: "v1.7.2"
version: 1.7.3
appVersion: "v1.7.3"
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg"
maintainers:
- name: Parseable Team
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parseable:
image:
repository: containers.parseable.com/parseable/parseable
tag: "v1.7.2"
tag: "v1.7.3"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
store: local-store
Expand Down
Loading

0 comments on commit 895929f

Please sign in to comment.