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

Add support for upgrade of cert manager #34 #49

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

zvdy
Copy link

@zvdy zvdy commented Oct 10, 2024

Fixes #34

It's a good idea to open an issue first for discussion. Issue

  • Tests pass (cannot run E2E)
  • Appropriate changes to README are included in PR

This pull request introduces an update mechanism for cert-manager within the Ansible playbook and updates the documentation to reflect these changes. The most important changes include adding a section to the README.md for updating cert-manager and modifying the Ansible tasks to check for the current version before updating.

Documentation updates:

  • README.md: Added a section detailing the steps to update cert-manager, including specifying the version in vars.yaml and running the Ansible playbook.

Ansible playbook enhancements:

  • roles/cert-manager/tasks/main.yml: Added tasks to check if cert-manager is installed, retrieve the currently running version, and conditionally download and apply the cert-manager manifest only if an update is needed.

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.

Add support for upgrade of cert-manager
1 participant