Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align chart's appVersion with release syntax #21

Merged
merged 1 commit into from
Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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