Slackbot
01/17/2022, 10:13 AMAnkit Nayan
Ankit Nayan
Prashant Shahi
01/18/2022, 6:47 AMSagar Dutta
01/18/2022, 7:02 AMPrashant Shahi
01/18/2022, 7:08 AMcoolboi567/frontend:0.5.4-nonroot
with the following command and let me know if frontend works?
helm -n platform install signoz deploy/kubernetes/platform --set frontend.image.repository=coolboi567/frontend --set frontend.image.tag=0.5.4-nonroot
Note: for the existing cluster, you can replace install
with upgrade
.Sagar Dutta
01/18/2022, 7:08 AMPrashant Shahi
01/18/2022, 7:09 AMSagar Dutta
01/18/2022, 1:16 PMPrashant Shahi
01/18/2022, 1:20 PMSagar Dutta
01/18/2022, 1:21 PMPrashant Shahi
01/18/2022, 1:22 PMnginxinc/nginx-unprivileged
or bitnami/nginx
base image while building frontend docker image.
https://hub.docker.com/r/nginxinc/nginx-unprivileged
https://hub.docker.com/r/bitnami/nginxPrashant Shahi
01/18/2022, 2:07 PMnginx:1.18-alpine
to nginxinc/nginx-privileged
in the frontend/Dockerfile and build again.
Dockerfile: https://gist.githubusercontent.com/raw/34dcad73f165c15ddc9d4b0aae4e85ecPrashant Shahi
01/18/2022, 2:08 PMnginxinc/nginx-unprivileged
base image.Prashant Shahi
01/18/2022, 2:11 PM