Container Deployment
v2.9.0
Search this version
Container Deployment
Container Deployment
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Upgrade
Copy Markdown
Open in ChatGPT
Open in Claude
MetaDefender Cluster upgrades are Helm upgrades. A helm upgrade covers the core services and the workers together — or, by pinning individual version keys, one component at a time.
Step 1 — Clone the new version
# Clone new
git clone https://github.com/OPSWAT/metadefender-k8s.git metadefender
# Or pull
git pull -r
cd metadefender/helm_charts/mdcluster
Step 2 — Upgrade
Option 1: Upgrade everything
helm upgrade mdcluster ./mdcluster --reuse-values \
--set MDCLS_VERSION=<new_version>
Option 2: Upgrade one component
# component = control-center | file-storage | identity-service
helm upgrade mdcluster ./mdcluster --reuse-values \
--set <component>.version=<new_version>
# instance_type = ometascan | api-gateway | callback-service
helm upgrade mdcluster ./mdcluster --reuse-values \
--set workers.<instance_type>.version=<new_version>
Last updated on
Was this page helpful?
Next to read:
Scalingnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message