Skip to content

Commit

Permalink
Revert back to version 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jun 5, 2024
1 parent a339ead commit f466fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ image: "https://data.catering/diagrams/logo/data_catering_logo.svg"

1. Docker
```shell
docker run -d -i -p 9898:9898 -e DEPLOY_MODE=standalone --name datacaterer datacatering/data-caterer-basic:0.10.7
docker run -d -i -p 9898:9898 -e DEPLOY_MODE=standalone --name datacaterer datacatering/data-caterer-basic:0.10.6
```
2. [Open localhost:9898](http://localhost:9898)

Expand Down
2 changes: 1 addition & 1 deletion helm/data-caterer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: "datacatering/data-caterer-basic"
pullPolicy: "IfNotPresent"
# Overrides the image tag whose default is the chart appVersion.
tag: "0.10.7"
tag: "0.10.6"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit f466fc2

Please sign in to comment.