[add] gitlab-runner helm chart
contents: - gitlab-runner helm chart 추가
This commit is contained in:
29
exemONE/helm/gitlab-runner/.gitlab/branch.release.yml
Normal file
29
exemONE/helm/gitlab-runner/.gitlab/branch.release.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
actions:
|
||||
- changelog_entry:
|
||||
scope: new-feature
|
||||
entry: Update GitLab Runner version to v{{ .Release.AppVersion }}
|
||||
|
||||
- write:
|
||||
file: Chart.yaml
|
||||
contents: |
|
||||
apiVersion: v1
|
||||
name: gitlab-runner
|
||||
version: {{ .Release.Version }}
|
||||
appVersion: {{ .Release.AppVersion }}
|
||||
description: GitLab Runner
|
||||
keywords:
|
||||
- git
|
||||
- ci
|
||||
- deploy
|
||||
sources:
|
||||
- https://gitlab.com/gitlab-org/charts/gitlab-runner
|
||||
- https://gitlab.com/gitlab-org/gitlab-runner
|
||||
- https://docs.gitlab.com/runner/
|
||||
icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png
|
||||
maintainers:
|
||||
- name: GitLab Inc.
|
||||
email: support@gitlab.com
|
||||
|
||||
- commit:
|
||||
files: [Chart.yaml]
|
||||
message: Update Chart version to v{{ .Release.Version }} and used GitLab Runner version to v{{ .Release.AppVersion }}
|
||||
53
exemONE/helm/gitlab-runner/.gitlab/changelog.yml
Normal file
53
exemONE/helm/gitlab-runner/.gitlab/changelog.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
default_scope: other
|
||||
names:
|
||||
new-feature: New features
|
||||
security-fix: Security fixes
|
||||
fix: Bug fixes
|
||||
maintenance: Maintenance
|
||||
runner-distribution: GitLab Runner distribution
|
||||
documentation: Documentation changes
|
||||
other: Other changes
|
||||
order:
|
||||
- new-feature
|
||||
- security-fix
|
||||
- fix
|
||||
- maintenance
|
||||
- runner-distribution
|
||||
- documentation
|
||||
- other
|
||||
label_matchers:
|
||||
- labels:
|
||||
- runner-distribution
|
||||
scope: runner-distribution
|
||||
- labels:
|
||||
- feature::addition
|
||||
scope: new-feature
|
||||
- labels:
|
||||
- security
|
||||
scope: security-fix
|
||||
- labels:
|
||||
- type::bug
|
||||
scope: fix
|
||||
- labels:
|
||||
- type::maintenance
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- feature::enhancement
|
||||
scope: new-feature
|
||||
- labels:
|
||||
- maintenance::refactor
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- maintenance::pipelines
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- maintenance::workflow
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- documentation
|
||||
scope: documentation
|
||||
authorship_labels:
|
||||
- Community contribution
|
||||
skip_changelog_labels:
|
||||
- skip-changelog
|
||||
|
||||
25
exemONE/helm/gitlab-runner/.gitlab/merge.release.yml
Normal file
25
exemONE/helm/gitlab-runner/.gitlab/merge.release.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
actions:
|
||||
- write:
|
||||
file: Chart.yaml
|
||||
contents: |
|
||||
apiVersion: v1
|
||||
name: gitlab-runner
|
||||
version: {{ .Release.VersionObject.NextMinor.StringNoPrefix }}-beta
|
||||
appVersion: bleeding
|
||||
description: GitLab Runner
|
||||
keywords:
|
||||
- git
|
||||
- ci
|
||||
- deploy
|
||||
sources:
|
||||
- https://gitlab.com/gitlab-org/charts/gitlab-runner
|
||||
- https://gitlab.com/gitlab-org/gitlab-runner
|
||||
- https://docs.gitlab.com/runner/
|
||||
icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png
|
||||
maintainers:
|
||||
- name: GitLab Inc.
|
||||
email: support@gitlab.com
|
||||
|
||||
- commit:
|
||||
files: [Chart.yaml]
|
||||
message: Update Chart version to {{ .Release.VersionObject.NextMinor }}-beta and used GitLab Runner version to bleeding
|
||||
Reference in New Issue
Block a user