Skip to content

Commit 2eab35a

Browse files
Set chart version to 1.0.0
1 parent ec9a619 commit 2eab35a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/planr-tools/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: planr-tools
33
description: A Helm chart for deploying the planr-tools applications
44
type: application
5-
version: 0.1.0
5+
version: 1.0.0
66
appVersion: "5.1.1"
77
annotations:
88
artifacthub.io/changes: |

charts/planr-tools/tests/deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ suite: test deployment
22
templates:
33
- deployment.yaml
44
chart:
5-
version: 0.1.0
5+
version: 1.0.0
66
appVersion: 5.1.1
77
tests:
88
- it: should create 3 deployments by default

charts/planr-tools/tests/httproute_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ suite: test httproute
22
templates:
33
- httproute.yaml
44
chart:
5-
version: 0.1.0
5+
version: 1.0.0
66
appVersion: 5.1.1
77
tests:
88
- it: should not create httproute by default

charts/planr-tools/tests/ingress_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ suite: test ingress
22
templates:
33
- ingress.yaml
44
chart:
5-
version: 0.1.0
5+
version: 1.0.0
66
appVersion: 5.1.1
77
tests:
88
- it: should not create ingress by default

0 commit comments

Comments
 (0)