elixir-cloud-aai / drs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH DRS implementation
Apache License 2.0
5 stars 8 forks source link

Upgrade DRS deployment API version #61

Closed lvarin closed 1 month ago

lvarin commented 2 months ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Old APIversion that is deprecated in newer Kubernetes versions, now is fixed.

Type of change

Please delete options that are not relevant.

Checklist:

Summary by Sourcery

This pull request updates the Kubernetes API version used in the DRS deployment configuration to a non-deprecated version, ensuring compatibility with newer Kubernetes versions.

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request upgrades the Kubernetes API version used in the DRS deployment template from the deprecated extensions/v1beta1 to the current apps/v1. This change ensures compatibility with newer Kubernetes versions.


Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.