Skip to content

Commit

Permalink
Align appversion (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>

Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin authored Sep 27, 2022
1 parent 67d143a commit 984e8a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions charts/k6-loadtester/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: k6-loadtester
description: Flagger webhook using k6 to do load testing of the canary before rolling out traffic
type: application
version: 1.0.0
appVersion: "0.1.1"
version: 1.0.1
appVersion: "k6-loadtester-1.0.1"
sources:
- https://github.com/grafana/flagger-k6-webhook
keywords:
Expand All @@ -16,5 +16,7 @@ maintainers:
- name: julienduchesne
annotations:
artifacthub.io/changes: |-
- kind: updated
description: Aligned appVersion with release syntax
- kind: added
description: Initial release
2 changes: 1 addition & 1 deletion charts/k6-loadtester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/grafana/flagger-k6-webhook
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.1"
tag: ""

# accepted values are debug, info, warning, error (defaults to info)
logLevel: debug
Expand Down

0 comments on commit 984e8a9

Please sign in to comment.