-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from v.0.19.2 to v.0.19.4 breaks #2322
Comments
Can you share your Dockerfile? There is no related issues with the default image. |
We are seeing the same issue, upgrading from 0.19.2 to 0.19.4. This is our Dockerfile we're using to add gcloud. FROM ghcr.io/runatlantis/atlantis:v0.19.4
RUN apk --no-cache --update add \
python3 \
py-pip \
&& pip install --upgrade pip \
&& apk add --virtual build-deps \
gcc \
libffi-dev \
python3-dev \
linux-headers \
musl-dev \
openssl-dev \
&& pip install gsutil \
&& apk del build-deps \
&& rm -rf /var/cache/apk/* |
Looks like my issue is resolved by removing the |
We deploy with helm chart to GKE ( The persistent volume for "/atlantis-data" mounts as "root:bin" and changing mount point ownership is not permitted. This is PR that break it for us: #1326 Atlantis shall use |
Correct me if I'm wrong : |
Fixes runatlantis#2322 See another PR (in helm-charts repo) that enables use of fsGroupChangePolicy instead.
Yes, correct, @jamengual |
[Temporary] hack for
|
Fixes #2322 See another PR (in helm-charts repo) that enables use of fsGroupChangePolicy instead.
I'm tempted to create a new release just to get rid of this issue but we can't really do it right now, I can create a pre-release , but I have not looked if the image URL can be changed in the values. |
In helm chart you mean? Yes, we can set the tag there, here |
then you can use the prerelease from today without having to build an image
…On Wed., Jun. 22, 2022, 1:31 p.m. Yurii Soldak, ***@***.***> wrote:
In helm chart you mean? Yes, we can set the tag there, here
https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/values.yaml#L103
—
Reply to this email directly, view it on GitHub
<#2322 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERD2KATKQ2FZDFMOPVDVQNZ2ZANCNFSM5YY64Y5A>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Fixes runatlantis#2322 See another PR (in helm-charts repo) that enables use of fsGroupChangePolicy instead.
Overview of the Issue
Upgrading to this version critically fails for me. I don't think that we are doing anything bad with the atlantis image we just install some extras like terragrunt and a couple other helper programs. Maintaining at version v.0.19.2 continue to work for me.
Reproduction Steps
Build an image with Gitops, send it to live in k8 cluster in each env. Image gets pulled and fails with backoff with the following error messages.
Logs
The text was updated successfully, but these errors were encountered: