No description
  • Go 78.7%
  • Makefile 12.4%
  • Shell 8.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Derek Nola aa683c2b38
Remove legacy tags, don't use cgo (#13)
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-25 08:44:05 -07:00
cmd/helm-set-status Move success log into SetStatus 2021-06-14 14:00:16 -07:00
pkg Update to helm/v4 2026-06-01 13:17:34 -07:00
scripts Tweak packaging 2021-06-14 13:18:40 -07:00
.gitignore Tweak packaging 2021-06-14 13:18:40 -07:00
go.mod Update to helm/v4 2026-06-01 13:17:34 -07:00
go.sum Update to helm/v4 2026-06-01 13:17:34 -07:00
LICENSE Add license 2022-05-27 10:39:15 -07:00
Makefile Remove legacy tags, don't use cgo (#13) 2026-06-25 08:44:05 -07:00
plugin.yaml Update to helm/v4 2026-06-01 13:17:34 -07:00
README.md Move repo to k3s-io org 2021-06-14 12:35:16 -07:00

Helm set-status plugin

Manually set the status of a helm release

Useful when helm or your cluster ran into problems mid-update and things are stuck pending-upgrade, but you don't want to uninstall the release and possibly suffer additional downtime.

⚠️ WARNING ⚠️
This plugin alters the internal state of helm releases. Use with care!

Install

helm plugin install https://github.com/k3s-io/helm-set-status

Usage

helm set-status RELEASE STATUS [flags]