---
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

## Changes

- **2021-05-27** `2cbb24b97d8c` — 1 info
  - added the new optional `query` request parameter `namespace`
- **2021-05-17** `98793ffdfdef` — 1 info
  - endpoint added
- **2019-02-14** `c718449cec44` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/codefresh-io/apis/codefresh-api/changes/kubernetes/chart/promote/helm3/post.md)

---

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