Replaces the three fixed star chips with the Stars component as a min-average selector, combinable with the verdict chips
This commit is contained in:
@@ -112,8 +112,8 @@ The prebuilt image is at `git.draic.info/nils/photos` (single image contains
|
||||
`server`, `worker`, and the built frontend). To build your own instead:
|
||||
|
||||
```sh
|
||||
docker build -t registry.example.com/you/photos:0.4.2 .
|
||||
docker push registry.example.com/you/photos:0.4.2
|
||||
docker build -t registry.example.com/you/photos:0.4.3 .
|
||||
docker push registry.example.com/you/photos:0.4.3
|
||||
```
|
||||
|
||||
Install the chart, pointing it at your existing Postgres and S3:
|
||||
@@ -121,7 +121,7 @@ Install the chart, pointing it at your existing Postgres and S3:
|
||||
```sh
|
||||
helm install photos deploy/chart \
|
||||
--set image.repository=git.draic.info/nils/photos \
|
||||
--set image.tag=0.4.2 \
|
||||
--set image.tag=0.4.3 \
|
||||
--set publicUrl=https://photos.example.com \
|
||||
--set ingress.host=photos.example.com \
|
||||
--set config.oidcIssuer=https://auth.example.com \
|
||||
|
||||
Reference in New Issue
Block a user