-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.14, 4.15, 4.16
-
None
-
Moderate
-
None
-
2
-
OSDOCS Sprint 261
-
1
-
False
-
Document URL:
https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/ansible/osdk-ansible-updating-projects.html#osdk-upgrading-projects_osdk-ansible-updating-projects
Section Number and Name:
1. Updating Ansible-based Operator projects for Operator SDK 1.31.0 --> Procedure --> Edit your Operator’s Dockerfile to update the Helm Operator version to 1.31.0, as shown in the following example:
2. Add the updating about rbac
Describe the issue:
Should update like 4.13 version: https://docs.openshift.com/container-platform/4.13/operators/operator_sdk/helm/osdk-helm-updating-projects.html#osdk-upgrading-projects_osdk-helm-updating-projects Procedure Update the image tag in your Operator’s Dockerfile as shown in the following example: Example Dockerfile FROM registry.redhat.io/openshift4/ose-helm-operator:v4.14 Update the version tag to v4.14. Find the ose-kube-rbac-proxy pull spec in the following files, and update the image tag to v4.14: config/default/manager_auth_proxy_patch.yaml bundle/manifests/memcached-operator.clusterserviceversion.yaml … containers: - name: kube-rbac-proxy image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.14
Additional Info:
helm also has the same problem. https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/helm/osdk-helm-updating-projects.html#osdk-upgrading-projects_osdk-helm-updating-projects impact version from 4.14-4.16