Skip to content

Commit

Permalink
Merge pull request #824 from semyonmor/2022.4
Browse files Browse the repository at this point in the history
Update KE versions
  • Loading branch information
semyonmor authored Jan 4, 2024
2 parents ad9acff + 5af5f3d commit 9502dda
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This repository includes the following charts; they can be deployed separately:
| Chart | Description | Latest Chart Version |
|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|
| [Server](server/) | Deploys the Console, Database, and Gateway components; optionally deploys Envoy component | 2022.4.23 |
| [Enforcer](enforcer/) | Deploys the Aqua Enforcer daemonset | 2022.4.18 |
| [Enforcer](enforcer/) | Deploys the Aqua Enforcer daemonset | 2022.4.19 |
| [Scanner](scanner/) | Deploys the Aqua Scanner deployment | 2022.4.6 |
| [KubeEnforcer](kube-enforcer/) | Deploys Aqua KubeEnforcer | 2022.4.36 |
| [KubeEnforcer](kube-enforcer/) | Deploys Aqua KubeEnforcer | 2022.4.37 |
| [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.2 |
Expand Down Expand Up @@ -80,8 +80,8 @@ NAME CHART VERSION APP VERSION DESCRIPTION
aqua-helm/codesec-agent 1.2.3 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.2 2022.4 A Helm chart for Aqua CyberCenter
aqua-helm/enforcer 2022.4.18 2022.4 A Helm chart for the Aqua Enforcer
aqua-helm/kube-enforcer 2022.4.36 2022.4 A Helm chart for the Aqua KubeEnforcer Starboard
aqua-helm/enforcer 2022.4.19 2022.4 A Helm chart for the Aqua Enforcer
aqua-helm/kube-enforcer 2022.4.37 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
aqua-helm/scanner 2022.4.6 2022.4 A Helm chart for the Aqua Scanner CLI component
aqua-helm/server 2022.4.23 2022.4 A Helm chart for the Aqua Console components
Expand Down
2 changes: 2 additions & 0 deletions kube-enforcer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## 2022.4.37 ( Jan 3rd, 2024 )
* Updated enforcer chart version to 2022.4.19
* Update startboard version to 0.15.19
* Update kube-bench version to v0.7.0

## 2022.4.36 ( Dec 14th, 2023 )
* Updated trivy-operator version to v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion kube-enforcer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: kube-enforcer
version: "2022.4.37"
dependencies:
- name: enforcer
version: "2022.4.18"
version: "2022.4.19"
repository: "https://helm.aquasec.com"
condition: global.enforcer.enabled
icon: https://avatars3.githubusercontent.com/u/12783832?s=200&v=4
Expand Down
1 change: 1 addition & 0 deletions kube-enforcer/templates/starboard-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ data:
OPERATOR_BATCH_DELETE_LIMIT: "{{ .Values.starboard.OPERATOR_BATCH_DELETE_LIMIT }}"
OPERATOR_BATCH_DELETE_DELAY: "{{ .Values.starboard.OPERATOR_BATCH_DELETE_DELAY }}"
OPERATOR_CLUSTER_COMPLIANCE_ENABLED: "{{ .Values.starboard.OPERATOR_CLUSTER_COMPLIANCE_ENABLED }}"
OPERATOR_CONFIG_AUDIT_SCANNER_SCAN_ONLY_CURRENT_REVISIONS: "{{ .Values.starboard.OPERATOR_CONFIG_AUDIT_SCANNER_SCAN_ONLY_CURRENT_REVISIONS }}"
{{- end }}
5 changes: 3 additions & 2 deletions kube-enforcer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ microEnforcerImage:
# KubeBench Image
kubebenchImage:
repository: "aquasec/kube-bench" # Default aqua registry KubeBench repository name
tag: "v0.6.15"
tag: "v0.7.0"

# Enable/Disable KB scanning on tainted nodes
kubeBench:
Expand Down Expand Up @@ -302,7 +302,7 @@ starboard:
image:
repositoryUriPrefix: "docker.io/aquasec"
repository: "starboard-operator"
tag: "0.15.18"
tag: "0.15.19"
pullPolicy: Always

container_securityContext:
Expand All @@ -326,6 +326,7 @@ starboard:
OPERATOR_BATCH_DELETE_LIMIT: "10"
OPERATOR_BATCH_DELETE_DELAY: "10s"
OPERATOR_CLUSTER_COMPLIANCE_ENABLED: false
OPERATOR_CONFIG_AUDIT_SCANNER_SCAN_ONLY_CURRENT_REVISIONS: true

ports:
metricContainerPort: 8080
Expand Down

0 comments on commit 9502dda

Please sign in to comment.