Skip to content

Commit

Permalink
Merge pull request #162 from projectsyn/fix-image-override
Browse files Browse the repository at this point in the history
Fix `cephcsi` image override
  • Loading branch information
bastjan committed Apr 24, 2024
2 parents 7cdad71 + c863bd9 commit 3a3d940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ parameters:
enableGrpcMetrics: true
enableLiveness: true
cephcsi:
image: ${rook_ceph:images:cephcsi:registry}/${rook_ceph:images:cephcsi:image}:${rook_ceph:images:cephcsi:tag}
repository: ${rook_ceph:images:cephcsi:registry}/${rook_ceph:images:cephcsi:image}
tag: ${rook_ceph:images:cephcsi:tag}
pspEnable: false

toolbox:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ The Helm values to use when rendering the rook-ceph operator Helm chart.

A few Helm values are configured based on other component parameters by default:

* The data in parameter `images` is used to set the `image.repository`, `image.tag`, and `csi.cephcsi.image` Helm values
* The data in parameter `images` is used to set the `image.repository`, `image.tag`, `csi.cephcsi.repository`, and `csi.cephcsi.tag` Helm values
* The value of `node_selector` is used to set Helm value `nodeSelector`
* The value of `tolerations` is used to set Helm value `tolerations`
* The component ensures that `hostpathRequiresPrivileged` is enabled on OpenShift 4 regardless of the contents of the Helm value.
Expand Down

0 comments on commit 3a3d940

Please sign in to comment.