Update kubernetes.core to 3.2.0 and sdk to v1.36.1 (#2052)

* Update collections to match the other ansible operators

* Update the ansible-operator base image to v1.36.1
This commit is contained in:
Christian Adams
2025-06-18 18:12:58 -04:00
committed by GitHub
parent 65a82f706c
commit 0a89fc87a6
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM quay.io/operator-framework/ansible-operator:v1.34.2
FROM quay.io/operator-framework/ansible-operator:v1.36.1
USER root
RUN dnf update --security --bugfix -y && \