Skip to content

Commit

Permalink
helm: update versioning; add cr and ct configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 4, 2023
1 parent cea168c commit 4a09026
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.0.10"
description: A Helm chart to install the k6 operator
description: A Helm chart to install the k6-operator
name: k6-operator
version: 0.0.1
version: 1.0.0
kubeVersion: ">=1.16.0-0"
home: https://k6.io
sources:
Expand All @@ -16,5 +16,4 @@ keywords:
- distributed-testing
maintainers:
- name: yorugac
email: [email protected]
icon: https://raw.githubusercontent.com/grafana/k6-docs/main/static/images/icon.png
4 changes: 4 additions & 0 deletions charts/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git-repo: helm-charts
owner: grafana
skip-existing: true
release-name-template: "helm-{{ .Name }}-{{ .Version }}"
10 changes: 10 additions & 0 deletions charts/ct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos:
- grafana=https://grafana.github.io/helm-charts
helm-extra-args: --timeout 600s
check-version-increment: false
validate-maintainers: false

0 comments on commit 4a09026

Please sign in to comment.