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

Adding container to update the server version in mongodb #198

Merged
merged 10 commits into from
Nov 8, 2021

Conversation

Adarshkumar14
Copy link
Contributor

  • This container will be used as an init container for the server pod in CLC.
  • It will be use for updating the server version in the mongodb.

Signed-off-by: Adarshkumar14

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>

docker login -u "${DNAME}" -p "${DPASS}";
#Push to docker hub repository with latest tag
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/mongo-utils:4.0.5
Copy link
Member

Choose a reason for hiding this comment

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

litmuschaos/mongo-utils:4.0.5 Is there any specific tag only needed ? Or we can have latest tag as other images. PTAL in Makefile, used latest one.

Copy link
Contributor Author

@Adarshkumar14 Adarshkumar14 Nov 3, 2021

Choose a reason for hiding this comment

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

No, this is the specific tag. This is the version of the mongo binary that will be installed.

@Adarshkumar14 Adarshkumar14 requested a review from oumkale November 3, 2021 10:11
Signed-off-by: Adarshkumar14 <1829034@kiit.ac.in>
Signed-off-by: udit <udit@chaosnative.com>
@imrajdas imrajdas merged commit e30ebc8 into litmuschaos:master Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants