Update k8s dependency version for stable-4 (#256)

* Update kubernetes.core dependency version

* Update version to be a range
This commit is contained in:
Bianca Henderson
2025-05-21 11:48:27 -04:00
committed by GitHub
parent db863c9089
commit 90e7bf975e

View File

@@ -5,7 +5,7 @@ authors:
- willthames (https://github.com/willthames)
- Akasurde (https://github.com/akasurde)
dependencies:
kubernetes.core: '>=5.0.0'
kubernetes.core: '>=5.0.0,<6.0.0'
description: OKD Collection for Ansible.
documentation: ''
homepage: ''