Skip to content

Commit

Permalink
2022.4 | cybercenter | reverting cc scc and fixing securitycontext
Browse files Browse the repository at this point in the history
  • Loading branch information
KoppulaRajender committed Apr 3, 2024
1 parent 9427c41 commit 0162914
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This repository includes the following charts; they can be deployed separately:
| [KubeEnforcer](kube-enforcer/) | Deploys Aqua KubeEnforcer | 2022.4.42 |
| [Gateway](gateway) | Deploys the Aqua Standalone Gateway | 2022.4.12 |
| [Tenant-Manager](tenant-manager/) | Deploys the Aqua Tenant Manager | 2022.4.0 |
| [Cyber Center](cyber-center/) | Deploys Aqua CyberCenter offline for air-gap environment | 2022.4.4 |
| [Cyber Center](cyber-center/) | Deploys Aqua CyberCenter offline for air-gap environment | 2022.4.5 |
| [Cloud Connector](cloud-connector/) | Deploys the Aqua Cloud Connector | 2022.4.5 |
| [QuickStart](aqua-quickstart/) | Not for production use (see [below](#quick-start-deployment-not-for-production-purposes)). Deploys the Console, Database, Gateway and KubeEnforcer components | 2022.4.1 |
| [Codesec-Agent](codesec-agent/) | Argon Broker Deployment | 1.2.7 |
Expand Down Expand Up @@ -79,7 +79,7 @@ Example output:
NAME CHART VERSION APP VERSION DESCRIPTION
aqua-helm/codesec-agent 1.2.7 2022.4 A Helm chart for the Argon Broker Deployment
aqua-helm/cloud-connector 2022.4.4 2022.4 A Helm chart for Aqua Cloud-Connector
aqua-helm/cyber-center 2022.4.4 2022.4 A Helm chart for Aqua CyberCenter
aqua-helm/cyber-center 2022.4.5 2022.4 A Helm chart for Aqua CyberCenter
aqua-helm/enforcer 2022.4.20 2022.4 A Helm chart for the Aqua Enforcer
aqua-helm/kube-enforcer 2022.4.42 2022.4 A Helm chart for the Aqua KubeEnforcer Starboard
aqua-helm/gateway 2022.4.12 2022.4 A Helm chart for the Aqua Gateway
Expand Down
3 changes: 3 additions & 0 deletions cyber-center/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## 2022.4.5 ( Apr 3rd, 2024 )
* remove ocp scc and root user for cc
* Add non-root user in security context
## 2022.4.4 ( Mar 29th, 2024 )
* Add Openshift scc
## 2022.4.3 ( Jan 8th, 2024 )
Expand Down
2 changes: 1 addition & 1 deletion cyber-center/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: cyber-center
description: A Helm chart for Aqua CyberCenter
appVersion: "2022.4"
version: "2022.4.4"
version: "2022.4.5"
icon: https://avatars3.githubusercontent.com/u/12783832?s=200&v=4
home: https://www.aquasec.com/
maintainers:
Expand Down
3 changes: 0 additions & 3 deletions cyber-center/templates/cybercenter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ spec:
{{- end }}
image: "{{ .Values.imageCredentials.repositoryUriPrefix }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
securityContext:
privileged: false
runAsUser: 0
args:
{{- range $port := .Values.service.ports }}
- --address=:{{ $port.targetPort }}
Expand Down
39 changes: 0 additions & 39 deletions cyber-center/templates/cybercenter-openshift-scc.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions cyber-center/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ imageCredentials:
username: ""
password: ""

# For Openshift platforms use platform: openshift
platform: ""

serviceaccount:
# make it to true to create service-account
create: false
Expand Down Expand Up @@ -47,8 +44,12 @@ resources: {}
# cpu: 2000m
# memory: 2Gi

securityContext:
runAsUser: 11431
runAsGroup: 11433
fsGroup: 11433

tolerations: []
securityContext: {}
container_securityContext: {}
deploymentAnnotations: {}
# my-annotation-key: my value; more value
Expand Down

0 comments on commit 0162914

Please sign in to comment.