Skip to content

Commit

Permalink
Merge pull request #191 from octarinesec/merge-6-0-2
Browse files Browse the repository at this point in the history
Merge 6 0 2
  • Loading branch information
BenRub authored Oct 19, 2023
2 parents e32b753 + a409607 commit 254c59a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Carbon Black Cloud Container Operator utilizes the operator-framework to cre

| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version |
|------------------|-------------------------------------|----------------------------|
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.0 | 1.18 |
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X | 1.18 |
| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 |
| v5.5.x | 2.10.0, 2.11.0 | 1.16 |

Expand All @@ -27,7 +27,7 @@ Kubernetes 1.18+ is supported.

### From script:
```
export OPERATOR_VERSION=v6.0.1
export OPERATOR_VERSION=v6.0.2
export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh
curl -s $OPERATOR_SCRIPT_URL | bash
```
Expand Down
2 changes: 2 additions & 0 deletions cbcontainers/state/components/sensor_daemon_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const (
dockerSock = "/var/run/docker.sock"
crioRuntimeEndpoint = "/var/run/crio/crio.sock"
hostRootPath = "/var/opt/root"
bootPath = "/opt/boot"

// configuredContainerRuntimeVolumeName is used when the customer has specified a non-standard runtime endpoint in the CRD
// as this means we need a special volume+mount for this endpoint
Expand Down Expand Up @@ -84,6 +85,7 @@ var (
// Optional to have a different mount volume that the host path. If not exits the host path will be used.
cndrVolumeMounts = map[string]string{
"root": hostRootPath,
"boot": bootPath,
}
cndrReadOnlyMounts = map[string]struct{}{
"root": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: cbcontainers-agent
description: A Helm chart for installing the CBContainers Agent
type: application
version: 2.0.0
appVersion: "3.0.1"
appVersion: "3.0.2"
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: cbcontainers-operator
description: A Helm chart for installing the CBContainers operator
type: application
version: 2.0.0
appVersion: v6.0.1
appVersion: v6.0.2

0 comments on commit 254c59a

Please sign in to comment.