Closed domste closed 10 months ago
In k8s-deployment.yaml the image is still set to image: docker.io/stv0g/withings-sync but should be image: ghcr.io/jaroslawhartman/withings-sync:master.
k8s-deployment.yaml
image: docker.io/stv0g/withings-sync
image: ghcr.io/jaroslawhartman/withings-sync:master
Check PR: https://github.com/jaroslawhartman/withings-sync/pull/157
In
k8s-deployment.yaml
the image is still set toimage: docker.io/stv0g/withings-sync
but should beimage: ghcr.io/jaroslawhartman/withings-sync:master
.