Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get started with Parseable Docker with a single command:

```bash
docker run -p 8000:8000 \
containers.parseable.com/parseable/parseable:latest \
parseable/parseable:latest \
parseable local-store
```

Expand Down
Binary file modified helm-releases/parseable-2.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parseable:
image:
repository: containers.parseable.com/parseable/parseable
repository: parseable/parseable
tag: "v2.3.0"
pullPolicy: Always
## object store can be local-store, s3-store, blob-store or gcs-store.
Expand Down
Loading
Loading