Skip to content

Commit

Permalink
SLK-74691 - Fix indentation
Browse files Browse the repository at this point in the history
SLK-68752 - Change dnsNdots to global value
Fix dependencies repository - [#808](#808)
Fix README.md [#806](#806)
  • Loading branch information
Adi Shaull committed Dec 11, 2023
1 parent 8bb9170 commit f408337
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 26 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ 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.21 |
| [Enforcer](enforcer/) | Deploys the Aqua Enforcer daemonset | 2022.4.16 |
| [Server](server/) | Deploys the Console, Database, and Gateway components; optionally deploys Envoy component | 2022.4.22 |
| [Enforcer](enforcer/) | Deploys the Aqua Enforcer daemonset | 2022.4.18 |
| [Scanner](scanner/) | Deploys the Aqua Scanner deployment | 2022.4.6 |
| [KubeEnforcer](kube-enforcer/) | Deploys Aqua KubeEnforcer | 2022.4.34 |
| [KubeEnforcer](kube-enforcer/) | Deploys Aqua KubeEnforcer | 2022.4.35 |
| [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,11 +80,11 @@ 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.16 2022.4 A Helm chart for the Aqua Enforcer
aqua-helm/kube-enforcer 2022.4.34 2022.4 A Helm chart for the Aqua KubeEnforcer Starboard
aqua-helm/enforcer 2022.4.18 2022.4 A Helm chart for the Aqua Enforcer
aqua-helm/kube-enforcer 2022.4.35 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.21 2022.4 A Helm chart for the Aqua Console components
aqua-helm/server 2022.4.22 2022.4 A Helm chart for the Aqua Console components
aqua-helm/tenant-manager 2022.4.1 2022.4 A Helm chart for the Aqua Tenant Manager
```

Expand Down
6 changes: 6 additions & 0 deletions kube-enforcer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2022.4.35 ( Dec 10th, 2023 )
### ⚠ BREAKING CHANGES
* SLK-68752 - Change dnsNdots to global value
* Fix dependencies repository - [#808](https://github.com/aquasecurity/aqua-helm/issues/808)
* Fix README.md [#806](https://github.com/aquasecurity/aqua-helm/issues/806)

## 2022.4.34 ( Dec 7th, 2023 )
* Updated starboard version to v0.15.18

Expand Down
4 changes: 2 additions & 2 deletions kube-enforcer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
appVersion: "2022.4"
description: A Helm chart for the Aqua KubeEnforcer
name: kube-enforcer
version: "2022.4.33"
version: "2022.4.35"
dependencies:
- name: enforcer
version: "2022.4.18"
repository: "file://../enforcer/"
repository: "https://helm.aquasec.com"
condition: global.enforcer.enabled
icon: https://avatars3.githubusercontent.com/u/12783832?s=200&v=4
keywords:
Expand Down
2 changes: 1 addition & 1 deletion kube-enforcer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ To perform kube-bench scans in the cluster, the KubeEnforcer needs:
| Parameter | Description | Default | Mandatory |
|--------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|--------------------------------------------------------------------------------------------------|
| `global.imageCredentials.create` | Set to create new pull image secret | `true` | `Yes - New cluster` |
| `global.imageCredentials.create` | Set to create new pull image secret | `false` | `Yes - New cluster` |
| `global.imageCredentials.name` | Your Docker pull image secret name | `aqua-registry-secret` | `Yes - New cluster` |
| `global.imageCredentials.repositoryUriPrefix` | repository uri prefix for dockerhub set `docker.io` | `registry.aquasec.com` | `Yes - New cluster` |
| `global.imageCredentials.registry` | set the registry url for dockerhub set `index.docker.io/v1/` | `registry.aquasec.com` | `Yes - New cluster` |
Expand Down
4 changes: 2 additions & 2 deletions kube-enforcer/templates/kube-enforcer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ spec:
{{- end }}
{{ include "aqua.labels" . | indent 8 }}
spec:
{{- if .Values.dnsNdots }}
{{- if .Values.global.dnsNdots }}
dnsConfig:
options:
- name: ndots
value: {{ int .Values.dnsNdots | quote }}
value: {{ int .Values.global.dnsNdots | quote }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
Expand Down
3 changes: 1 addition & 2 deletions kube-enforcer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ global:
# k3s = k3s kubernetes platform
# mke = Mirantis Kubernetes Engine
platform: ""
dnsNdots:
enforcer:
enabled: false
gateway:
Expand Down Expand Up @@ -100,8 +101,6 @@ logLevel: ""
# Comma-separated node-labels for nodes on which Kube-Bench is to be skipped. key1=val1,key2=val2,...
skipNodes: ""

dnsNdots:

# Set create to false if you want to use an existing secret for the kube-enforcer certs
# If certsSecret.create and certsSecret.name defined then need provide certsSecret.serverCertificate and
# certsSecret.serverKey and webhooks.caBundle encrypted with base64 and secret for TLS connectivity with kube-api will be created
Expand Down
3 changes: 3 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2022.4.35 ( Dec 10th, 2023 )
* Fix indentation and formatting for external DB - [#790](https://github.com/aquasecurity/aqua-helm/issues/790)

## 2022.4.21 (Dec 5 th, 2023)
* Allow the API version of PodDisruptionBudget to be overridden [#807](https://github.com/aquasecurity/aqua-helm/pull/807)

Expand Down
4 changes: 2 additions & 2 deletions server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
appVersion: "2022.4"
description: A Helm chart for the Aqua Console components
name: server
version: "2022.4.21"
version: "2022.4.22"
dependencies:
- name: gateway
version: "2022.4.12"
repository: "file://../gateway/"
repository: "https://helm.aquasec.com"
condition: gateway.enabled
icon: https://avatars3.githubusercontent.com/u/12783832?s=200&v=4
home: https://www.aquasec.com/
Expand Down
22 changes: 11 additions & 11 deletions server/templates/job-check-db-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
{{- end }}
image: "{{ .Values.imageCredentials.repositoryUriPrefix }}/{{ .Values.web.image.repository }}:{{ .Values.web.image.tag }}"
imagePullPolicy: "{{ .Values.web.image.pullPolicy }}"
command: ["/opt/aquasec/sedockweb", "test-upgrade"]
command: [ "/opt/aquasec/sedockweb", "test-upgrade" ]
envFrom:
- configMapRef:
name: {{ .Release.Name }}-web-config
Expand Down Expand Up @@ -78,16 +78,16 @@ spec:
key: audit-password
{{- end }}
{{ if .Values.global.db.externalDbCerts.enable }}
- name: SSL_CERT_DIR
value: /etc/ext_db_certs
volumeMounts:
- name: ext-db-cert
mountPath: /etc/ext_db_certs
readOnly: true
volumes:
- name: ext-db-cert
secret:
secretName: {{ .Values.global.db.externalDbCerts.certSecretName }}
- name: SSL_CERT_DIR
value: /etc/ext_db_certs
volumeMounts:
- name: ext-db-cert
mountPath: /etc/ext_db_certs
readOnly: true
volumes:
- name: ext-db-cert
secret:
secretName: {{ .Values.global.db.externalDbCerts.certSecretName }}
{{ end }}
imagePullSecrets:
{{- if .Values.imageCredentials.create }}
Expand Down

0 comments on commit f408337

Please sign in to comment.