---
title: "Promote"
method: POST
path: "/kubernetes/chart/promote/helm3"
tags: ["helm.charts", "kubernetes"]
---

# Promote

`POST /kubernetes/chart/promote/helm3`

## Query parameters

- `selector` string
- `tillerNamespace` string
- `namespace` string

## Request body

- object
  - `targetTillerNamespace` string
  - `targetNamespace` string
  - `releaseName` string
  - `targetReleaseName` string
  - `set` object[]
    - `key` string
    - `value` string
  - `values` object[]
    - `name` string
  - `targetSelector` string
  - `revision` string
  - `pipelineId` string

## Response `200`

Id of running pipeline for promote helm release

- object
  - `id` string

---

[API](https://skmtc.net/codefresh-io/apis/codefresh-api.md) · [All operations](https://skmtc.net/codefresh-io/apis/codefresh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codefresh-io/codefresh-api/revisions/fa310e908c46/schema)
