Update Your docker-compose.lite.yaml File
Update the image tag in your docker-compose.lite.yaml file to v0.18.1:
Update Your Helm Chart
Update thetag in your values.yaml file to v0.18.1:
values.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
docker-compose.lite.yaml Fileimage tag in your docker-compose.lite.yaml file to v0.18.1:
services:
lite:
image: dittofeed/dittofeed-lite:${IMAGE_TAG:-v0.18.1}
tag in your values.yaml file to v0.18.1:
image:
tag: ${IMAGE_TAG:-v0.18.1}
helm upgrade --install dittofeed ./dittofeed/helm-charts/dittofeed
