Skip to content

Commit

Permalink
Release version RELEASE_37 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Build Automation <[email protected]>
  • Loading branch information
acsoric and Build Automation authored Dec 20, 2024
1 parent 00688cc commit 2863a5b
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 26 deletions.
2 changes: 1 addition & 1 deletion example_scripts/eks_install_lb_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# <AWS_ACCOUNT_NR>
# (optional) 602401143452.dkr.ecr.eu-central-1.amazonaws.com/amazon/aws-load-balancer-controller

curl -o iam_policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.5.4/docs/install/iam_policy.json
curl -o iam_policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.9.0/docs/install/iam_policy.json
aws iam create-policy \
--policy-name AWSLoadBalancerControllerIAMPolicy<K8S_CLUSTER_NAME> \
--policy-document file://iam_policy.json
Expand Down
6 changes: 2 additions & 4 deletions helm_charts/icap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,9 @@ icap_components:
# claimName: icap-disk-pvc
resources:
requests:
memory: "2Gi" # Minimum reserved memory
memory: "4Gi" # Minimum reserved memory
cpu: "2.0" # Minimum reserved cpu
limits:
memory: "4Gi" # Maximum memory limit
cpu: "4.0" # Maximum cpu limit
ephemeral-storage: "25Gi" # Minimum reserved storage
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 30
Expand Down
4 changes: 2 additions & 2 deletions helm_charts/mdcore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ long_description: |
type: application

version: 5.12.1
appVersion: 5.12.1
version: 5.13.0
appVersion: 5.13.0
25 changes: 18 additions & 7 deletions helm_charts/mdcore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@ env: # Set additional
UPGRADE_DB: "false"
MIGRATE_HISTORY: "false" # Only from version 5.10.1 See Pre-steps in docs.opswat.com
MDCORE_LICENSE_COMMENT: ""
OLMS_HOST_URL: ""
OLMS_TOKEN: ""
OLMS_REST_PORT: ""
OLMS_SOCKET_PORT: ""
OLMS_RULE: ""
OLMS_COMMENT: ""
OLMS_USE_PROXY: false
OLMS_PROXY_SERVER: ""
OLMS_PROXY_PORT: ""
OLMS_PROXY_USERNAME: ""
OLMS_PROXY_PASSWORD: ""
OLMS_PROXY_TYPE: ""
OLMS_CONNECTION_TYPE: ""

hpa:
deployment: md-core
Expand Down Expand Up @@ -161,7 +174,7 @@ core_components:

md-core:
name: md-core
image: opswat/metadefendercore-debian:5.12.1 # Overrides the default docker image for the MD Core service, this value can be changed if you want to set a different version of MD Core
image: opswat/metadefendercore-debian:5.13.0 # Overrides the default docker image for the MD Core service, this value can be changed if you want to set a different version of MD Core
replicas: 1 # Sets the number of replicas if you want to have multiple MD Core instances
env:
- name: MD_USER
Expand Down Expand Up @@ -230,11 +243,9 @@ core_components:
name: md-core # Label needed for the ingress to find the service based on the name
resources:
requests:
memory: "7Gi" # Minimum reserved memory
memory: "4Gi" # Minimum reserved memory
cpu: "4.0" # Minimum reserved cpu
limits:
memory: "8Gi" # Maximum memory limit
cpu: "8.0" # Maximum cpu limit
ephemeral-storage: "60Gi" # Minimum reserved storage
readinessProbe:
httpGet:
# scheme: HTTPS
Expand All @@ -258,7 +269,7 @@ core_components:
maxSurge: 0
initContainers:
- name: check-db-ready
image: opswat/metadefendercore-debian:5.12.1
image: opswat/metadefendercore-debian:5.13.0
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down Expand Up @@ -290,7 +301,7 @@ core_components:
defaultMode: 0777
initContainers:
- name: wait-for-hub-services
image: opswat/metadefendercore-debian:5.12.1
image: opswat/metadefendercore-debian:5.13.0
imagePullPolicy: IfNotPresent
command: [ '/wait-for-hub-services.sh' ]
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions helm_charts/mdss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ long_description: |
type: application

version: 3.5.1
appVersion: 3.5.1
version: 3.5.2
appVersion: 3.5.2
Loading

0 comments on commit 2863a5b

Please sign in to comment.