Skip to content

Commit

Permalink
feat: release 2.1.0 of Edge chart (#103)
Browse files Browse the repository at this point in the history
* feat: release 2.1.0 of Edge chart

* use 2.6.0 of chart-testing

* fix: removed timeout flag
  • Loading branch information
Christopher Kolstad authored Nov 3, 2023
1 parent 9b145ce commit 894623f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
helm-extra-args: --timeout 300s
check-version-increment: true
debug: true
upgrade: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: 3.9
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Run chart-testing (lint)
run: ct lint --config .github/ct.yaml

Expand Down
4 changes: 2 additions & 2 deletions charts/unleash-edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: unleash-edge
description: A Helm chart for deploying Unleash Edge to kubernetes
icon: https://docs.getunleash.io/img/logo.svg
type: application
version: 2.0.4
version: 2.1.0

appVersion: "v13.1.0"
appVersion: "v16.0.1"
maintainers:
- name: chriswk
- name: sighphyre
Expand Down

0 comments on commit 894623f

Please sign in to comment.