Skip to content

Commit

Permalink
Update to latest version 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jun 5, 2024
1 parent ebfe54b commit a339ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6
docker run -d -i -p 9898:9898 -e DEPLOY_MODE=standalone --name datacaterer datacatering/data-caterer-basic:0.10.7
```
2. [Open localhost:9898](http://localhost:9898)

Expand Down
4 changes: 2 additions & 2 deletions helm/data-caterer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
replicaCount: 1

image:
repository: "datacatering/data-caterer"
repository: "datacatering/data-caterer-basic"
pullPolicy: "IfNotPresent"
# Overrides the image tag whose default is the chart appVersion.
tag: "0.10.4"
tag: "0.10.7"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a339ead

Please sign in to comment.