Skip to content

Commit ca9ede3

Browse files
authored
chore: update docker image repo (#1322)
1 parent 429fe00 commit ca9ede3

File tree

4 files changed

+65
-65
lines changed

4 files changed

+65
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get started with Parseable Docker with a single command:
3333

3434
```bash
3535
docker run -p 8000:8000 \
36-
containers.parseable.com/parseable/parseable:latest \
36+
parseable/parseable:latest \
3737
parseable local-store
3838
```
3939

helm-releases/parseable-2.3.0.tgz

-6 Bytes
Binary file not shown.

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parseable:
22
image:
3-
repository: containers.parseable.com/parseable/parseable
3+
repository: parseable/parseable
44
tag: "v2.3.0"
55
pullPolicy: Always
66
## object store can be local-store, s3-store, blob-store or gcs-store.

0 commit comments

Comments
 (0)