Skip to content

Commit

Permalink
Clarify ose-kube-rbac-proxy-rhel9 pull spec details
Browse files Browse the repository at this point in the history
  • Loading branch information
adellape committed Oct 21, 2024
1 parent 3abb309 commit 78f7b18
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions modules/osdk-updating-131-to-1361.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,18 @@ The following procedure updates an existing {type}-based Operator project for co
OPERATOR_SDK_VERSION ?= v{osdk_ver}-ocp
----

. Find the `ose-kube-rbac-proxy` pull spec in the following files, and update the image tag to `v{product-version}`:
. Update the image for the `kube-rbac-proxy` container:

.. Find the entry for the `kube-rbac-proxy` container in the following files:
+
--
* `config/default/manager_auth_proxy_patch.yaml`
* `bundle/manifests/memcached-operator.clusterserviceversion.yaml`
* `bundle/manifests/<operator_name>.clusterserviceversion.yaml` for your Operator project, for example `memcached-operator.clusterserviceversion.yaml` from the tutorials
--

.. Update the image name in the pull spec from `ose-kube-rbac-proxy` to `ose-kube-rbac-proxy-rhel9` image, and update the tag to `v{product-version}`:
+
.Example `ose-kube-rbac-proxy` pull spec with `v{product-version}` image tag
.Example `ose-kube-rbac-proxy-rhel9` pull spec with `v{product-version}` image tag
[source,yaml,subs="attributes+"]
----
# ...
Expand Down

0 comments on commit 78f7b18

Please sign in to comment.