diff --git a/charts/Chart.yaml b/charts/Chart.yaml index cc80059a..4ba418a5 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -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: @@ -16,5 +16,4 @@ keywords: - distributed-testing maintainers: - name: yorugac - email: yorugac@gmail.com icon: https://raw.githubusercontent.com/grafana/k6-docs/main/static/images/icon.png diff --git a/charts/cr.yaml b/charts/cr.yaml new file mode 100644 index 00000000..34e8ff01 --- /dev/null +++ b/charts/cr.yaml @@ -0,0 +1,4 @@ +git-repo: helm-charts +owner: grafana +skip-existing: true +release-name-template: "helm-{{ .Name }}-{{ .Version }}" \ No newline at end of file diff --git a/charts/ct.yaml b/charts/ct.yaml new file mode 100644 index 00000000..683f3beb --- /dev/null +++ b/charts/ct.yaml @@ -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 \ No newline at end of file