Skip to content
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

SS 829 issue with non unique docker images #128

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

sandstromviktor
Copy link
Contributor

Description

Solves bug
SS-829. I've changed the imagePullPolicy to Always on all relevant charts. In ShinyProxy, i've set proxy.kubernetes.image-pull-policy to Always. This means that the Proxy image pull policy remains at IfNotPresent, but the container used in the temporary pod has the correct policy.

Checklist

If you're unsure about any of the items below, don't hesitate to ask. We're here to help!
This is simply a reminder of what we are going to look for before merging your code.

  • This pull request is against develop branch (not applicable for hotfixes)
  • I have included a link to the issue on GitHub or JIRA (if any)
  • I have included migration files (if there are changes to the model classes)
  • I have included, reviewed and executed tests (unit and end2end) to complement my changes
  • I have updated the related documentation (if necessary)
  • I have updated the release notes (releasenotes.md)
  • I have added a reviewer for this pull request
  • I have added myself as an author for this pull request
  • In the case I have modified settings.py, then I have also updated the studio-settings-configmap.yaml file in serve-charts

@sandstromviktor sandstromviktor added the bug Something isn't working label Jan 18, 2024
@sandstromviktor sandstromviktor requested a review from a team January 18, 2024 12:37
@sandstromviktor sandstromviktor self-assigned this Jan 18, 2024
@@ -71,7 +71,7 @@ <h4>Important information</h4>
<label class="form-label">Description</label>
<span class="bi bi-question-circle" style="color: #989da0" data-bs-toggle="tooltip" title="" data-bs-placement="right" data-bs-original-title="Summarize the application in a few words">
</span>
<textarea type="text" id="app_description" name="app_description" value="{{ existing_app_description }}"
<textarea type="text" id="app_description" name="app_description" value=""
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it since it does not exist in the view ever.

Copy link
Contributor

@churnikov churnikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't try it, but I believe it should work

@sandstromviktor sandstromviktor merged commit 02d5d6c into develop Jan 24, 2024
2 checks passed
@sandstromviktor sandstromviktor deleted the SS-829-issue-with-non-unique-docker-images branch January 24, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants