> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/resilience-testing/chaos-engineering/use-chaos-engineering/on-premises-smp/index.md).

# Overview

This topic describes features of SMP (Self-Managed Platform).

Feature availability on HCE SaaS and SMP are on par, with minor timeline changes in the SMP feature releases.

The table below outlines the roadmap for the Harness Self-Managed Enterprise Edition of Chaos Engineering:

| **Release version**                | **Feature set**          | **Deployment infrastructure**                                                           | **Supported platforms** | **Supported ingress**                                  |
| ---------------------------------- | ------------------------ | --------------------------------------------------------------------------------------- | ----------------------- | ------------------------------------------------------ |
| Limited GA (Current version)       | Feature parity with SaaS | <ul><li>Cloud</li><li>Connected</li><li>Airgapped</li><li>Signed certificates</li></ul> | Kubernetes clusters     | <ul><li>NGINX</li><li>Istio virtual services</li></ul> |
| General Availability (Coming soon) | Feature parity with SaaS |                                                                                         |                         |                                                        |

{% hint style="info" %}
**NOTE**

To install SMP in an air-gapped environment, go to [SMP in air-gapped environment](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-in-an-air-gapped-environment.md).
{% endhint %}

For more information, go to [What's supported](/resilience-testing/chaos-engineering/new-to-chaos-engineering/whats-supported.md).

For information on feature releases, go to [SMP Release Notes](/release-notes/self-managed-enterprise-edition.md).

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

This section describes the prerequisites to fulfill before using Enterprise ChaosHub.

The table below describes the SMP version and its equivalent chaos manager image required to connect to Enterprise ChaosHub. Use the equivalent of the image mentioned here from your image registry.

| Version | Chaos Manager Image                               |
| ------- | ------------------------------------------------- |
| 0.26.x  | docker.io/harness/smp-chaos-manager-signed:1.54.1 |
| 0.25.x  | docker.io/harness/smp-chaos-manager-signed:1.53.2 |
| 0.24.x  | docker.io/harness/smp-chaos-manager-signed:1.49.3 |
| 0.23.x  | docker.io/harness/smp-chaos-manager-signed:1.47.7 |

Update the chaos-manager image tag in the helm-override:

```yaml
chaos:
  chaos-manager:
    image:
      tag: "1.47.7" #Update the tag of chaos-manager image here
```
