Skip to content

Commit c5648a1

Browse files
authored
Merge branch '2022.4' into migratingToTrivyOperator
2 parents a3481b9 + 82a2ee9 commit c5648a1

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

cyber_center/ecs/cloudformation/aqua-ecs-fargate/README.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ A CloudFormation template is used to deploy Cyber Center.
3535

3636
[source,options="nowrap",subs="attributes"]
3737
----
38-
docker pull registry.aquasec.com/cc-standard:latest
39-
or
4038
docker pull registry.aquasec.com/cc-premium:latest
4139
----
4240

cyber_center/kubernetes_and_openshift/manifests/002_cybercenter_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
fsGroup: 11433
4242
containers:
4343
- name: aqua-cc
44-
image: "registry.aquasec.com/cc-standard:latest"
44+
image: "registry.aquasec.com/cc-premium:latest"
4545
imagePullPolicy: Always
4646
args:
4747
- --address=:5000

cyber_center/kubernetes_and_openshift/manifests/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ It is recommended that you complete the sizing and capacity assessment for the d
2222

2323
### CyberCenter image for deployment
2424

25-
The CyberCenter image is added in the [CyberCenter deploy yaml file](./002_cybercenter_deploy.yaml#L40) at the line 40. You can use one of the two following CyberCenter images:
25+
The required CyberCenter image is added in the [CyberCenter deploy yaml file](./002_cybercenter_deploy.yaml#L44) at the line 44. The deployment uses the following image:
2626

27-
* **cc-standard:latest**: is used for support on vulnerabilities related to all the operating systems. This image is used in the deployment yaml file.
28-
* **cc-premium:latest**: is used to get support on vulnerabilities related to all the programming languages including the operating systems.
27+
* **cc-premium:latest**: Provides support for identifying vulnerabilities related to all supported programming languages and operating systems.
2928

3029
### mTLS
3130

enforcers/kube_enforcer/kubernetes_and_openshift/manifests/kube_enforcer_ocp3x/001_kube_enforcer_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ metadata:
231231
name: configauditreports.aquasecurity.github.io
232232
labels:
233233
app.kubernetes.io/managed-by: starboard
234-
app.kubernetes.io/version: "0.15.24"
234+
app.kubernetes.io/version: "0.15.25"
235235
spec:
236236
group: aquasecurity.github.io
237237
versions:
@@ -362,7 +362,7 @@ metadata:
362362
labels:
363363
app.kubernetes.io/name: starboard-operator
364364
app.kubernetes.io/instance: starboard-operator
365-
app.kubernetes.io/version: "0.15.24"
365+
app.kubernetes.io/version: "0.15.25"
366366
---
367367
apiVersion: rbac.authorization.k8s.io/v1
368368
kind: ClusterRole

enforcers/kube_enforcer/kubernetes_and_openshift/manifests/kube_enforcer_ocp3x/003_kube_enforcer_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
securityContext: {}
115115
containers:
116116
- name: operator
117-
image: docker.io/aquasec/starboard-operator:0.15.24
117+
image: docker.io/aquasec/starboard-operator:0.15.25
118118
imagePullPolicy: IfNotPresent
119119
securityContext:
120120
privileged: false

0 commit comments

Comments
 (0)