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

Bump base image for mongo app to 4.4.10 #1169

Merged
merged 2 commits into from
Jan 3, 2022

Conversation

PrasadG193
Copy link
Contributor

@PrasadG193 PrasadG193 commented Jan 3, 2022

Change Overview

  • Bump baseimage for mongo app to 4.4.10-debian-10-r70
  • Change imagePullPolicy of mongo test app to Always
  • Remove restic from the base image - we no longer need it

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Test Plan

Tested e2e integration test for MongoDB app

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@@ -1,9 +1,6 @@
FROM bitnami/mongodb:4.4
FROM bitnami/mongodb:4.4.10-debian-10-r70
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need to upgrade the image to get it working with the latest helm chart

@mergify mergify bot merged commit 83dddba into master Jan 3, 2022
@mergify mergify bot deleted the test-mongo-imgpullpolicy-always branch January 3, 2022 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants