diff --git a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml index 6cd847b4..6fa62f32 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-30T21:00:58Z" + createdAt: "2024-07-08T19:33:12Z" 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 e84964be..bda0a2b6 100644 --- a/bundle/manifests/operator.cryostat.io_cryostats.yaml +++ b/bundle/manifests/operator.cryostat.io_cryostats.yaml @@ -3641,7 +3641,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.