diff --git a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml index adae2ad2..06ebb2ba 100644 --- a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml +++ b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml @@ -30,7 +30,7 @@ metadata: capabilities: Seamless Upgrades categories: Monitoring, Developer Tools containerImage: quay.io/cryostat/cryostat-operator:4.0.0-dev - createdAt: "2024-07-08T19:33:12Z" + createdAt: "2024-08-07T20:59:56Z" description: JVM monitoring and profiling tool operatorframework.io/initialization-resource: |- { @@ -686,7 +686,7 @@ spec: - description: Security Context to apply to the JFR Data Source container. displayName: Data Source Security Context path: securityOptions.dataSourceSecurityContext - - description: Security Context to apply to the database container. + - description: Security Context to apply to the storage container. displayName: Database Security Context path: securityOptions.databaseSecurityContext - description: Security Context to apply to the Grafana container. diff --git a/bundle/manifests/operator.cryostat.io_cryostats.yaml b/bundle/manifests/operator.cryostat.io_cryostats.yaml index 71ff3fba..2704b28b 100644 --- a/bundle/manifests/operator.cryostat.io_cryostats.yaml +++ b/bundle/manifests/operator.cryostat.io_cryostats.yaml @@ -3639,7 +3639,7 @@ spec: type: object type: object databaseSecurityContext: - description: Security Context to apply to the database container. + description: Security Context to apply to the storage container. properties: allowPrivilegeEscalation: description: |- diff --git a/config/crd/bases/operator.cryostat.io_cryostats.yaml b/config/crd/bases/operator.cryostat.io_cryostats.yaml index 96108bca..16ebe539 100644 --- a/config/crd/bases/operator.cryostat.io_cryostats.yaml +++ b/config/crd/bases/operator.cryostat.io_cryostats.yaml @@ -3628,7 +3628,7 @@ spec: type: object type: object databaseSecurityContext: - description: Security Context to apply to the database container. + description: Security Context to apply to the storage container. properties: allowPrivilegeEscalation: description: |- diff --git a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml index c56fbec0..636add06 100644 --- a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml @@ -756,7 +756,7 @@ spec: - description: Security Context to apply to the JFR Data Source container. displayName: Data Source Security Context path: securityOptions.dataSourceSecurityContext - - description: Security Context to apply to the database container. + - description: Security Context to apply to the storage container. displayName: Database Security Context path: securityOptions.databaseSecurityContext - description: Security Context to apply to the Grafana container.