Skip to content

Commit

Permalink
replace CircleCI with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrzele committed Oct 22, 2021
1 parent 914578c commit 02a6f91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 130 deletions.
126 changes: 0 additions & 126 deletions .circleci/config.yml

This file was deleted.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Helm Edit

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![CircleCI](https://img.shields.io/circleci/project/github/mstrzele/helm-edit.svg?style=flat-square)](https://circleci.com/gh/mstrzele/helm-edit)
[![Go](https://github.com/mstrzele/helm-edit/actions/workflows/go.yml/badge.svg)](https://github.com/mstrzele/helm-edit/actions/workflows/go.yml)

> Edit a Helm release
This plugin adds `helm edit` command. It opens the editor defined by `HELM_EDITOR`, `KUBE_EDITOR` or `EDITOR` environment variable and allows to edit the values and upgrade a release.
This plugin adds `helm edit` command. It opens the editor defined by
`HELM_EDITOR`, `KUBE_EDITOR` or `EDITOR` environment variable and allows to edit
the values and upgrade a release.

## Install

```bash
$ helm plugin install https://github.com/mstrzele/helm-edit
helm plugin install https://github.com/mstrzele/helm-edit
```

## Usage
Expand All @@ -30,7 +32,8 @@ $ helm edit smiling-penguin

PRs accepted.

Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
Small note: If editing the README, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

Expand Down

0 comments on commit 02a6f91

Please sign in to comment.