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 9d7a5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/osdk-updating-131-to-1361.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ 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}`:
. Find the entry for the `kube-rbac-proxy` container in the following files, and ensure the pull spec uses the `ose-kube-rbac-proxy-rhel9` image and the tag is updated to `v{product-version}`:
+
--
* `config/default/manager_auth_proxy_patch.yaml`
* `bundle/manifests/memcached-operator.clusterserviceversion.yaml`
--
+
.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 9d7a5c7

Please sign in to comment.