Skip to content

Commit

Permalink
Fix bump chart version (appVersion was set instead of version) (#276)
Browse files Browse the repository at this point in the history
fix bump chart version (appVersion was set instead of version)
  • Loading branch information
PierreBesson authored Jul 11, 2023
1 parent 51e146b commit d45e9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testnet-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testnet-manager
description: A Helm chart to deploy testnet-manager
type: application
version: 1.2.2
appVersion: "1.3.0"
version: 1.3.0
appVersion: "1.0.0"
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts

0 comments on commit d45e9a2

Please sign in to comment.