Skip to content

Commit

Permalink
Update KE versions
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor committed Jan 3, 2024
1 parent ad9acff commit 10c3c2e
Show file tree
Hide file tree
Showing 4 changed files with 9 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.9
* Update kube-bench version to v.0.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
4 changes: 2 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: "v.0.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 Down

0 comments on commit 10c3c2e

Please sign in to comment.