Skip to content

Commit

Permalink
make bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Aug 7, 2024
1 parent 9f28987 commit 02f2300
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
{
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/operator.cryostat.io_cryostats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/operator.cryostat.io_cryostats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 02f2300

Please sign in to comment.