Skip to content

Commit

Permalink
Version Helm Plugin (#22)
Browse files Browse the repository at this point in the history
* Version Helm Plugin

* Update plugin version in plugin.yaml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2024
1 parent 95d7251 commit 7629235
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thirty-dragons-exist.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# helm-migrate-values

## 1.0.0

### Major Changes

- 95d7251: Add command line flag for overriding the default location of the migration definition files
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helm-migrate-values",
"version": "0.2.2",
"version": "1.0.0",
"description": "Helm plugin for migrating user-provided release values between chart schema versions",
"scripts": {
"changeset": "changeset"
Expand Down
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "migrate-values"
version: "0.2.2"
version: "1.0.0"
usage: "schema migration for Helm values"
description: "Tool for ensuring user-supplied chart values are kept up to date with the chart's values schema."
command: "$HELM_PLUGIN_DIR/bin/migrate-values"
hooks:
install: "$HELM_PLUGIN_DIR/install-binary.sh"
update: "$HELM_PLUGIN_DIR/install-binary.sh -u"
update: "$HELM_PLUGIN_DIR/install-binary.sh -u"

0 comments on commit 7629235

Please sign in to comment.