diff --git a/charts/kubebb-core/Chart.yaml b/charts/kubebb-core/Chart.yaml index ed23844..a297045 100644 --- a/charts/kubebb-core/Chart.yaml +++ b/charts/kubebb-core/Chart.yaml @@ -6,7 +6,7 @@ annotations: core.kubebb.k8s.com.cn/restricted-namespaces: "kubebb-system" description: Kubebb Core provides core implementations on Component Lifecycle Management.Our design and development follows operator pattern which extends kubernetes APIs. type: application -version: v0.1.23 +version: v0.1.24 appVersion: v0.1.6 icon: https://avatars.githubusercontent.com/u/85277200 keywords: diff --git a/charts/kubebb-core/templates/pipeline-reliability.yaml b/charts/kubebb-core/templates/pipeline-reliability.yaml index 8f3677b..b62d2e3 100644 --- a/charts/kubebb-core/templates/pipeline-reliability.yaml +++ b/charts/kubebb-core/templates/pipeline-reliability.yaml @@ -3,6 +3,9 @@ apiVersion: tekton.dev/v1beta1 kind: Task metadata: name: {{ .Release.Name }}-reliability-helm-lint + annotations: + rating.core.kubebb.k8s.com.cn/type: reliability + rating.core.kubebb.k8s.com.cn/weight: "1" namespace: {{ .Release.Namespace }} spec: params: @@ -17,7 +20,7 @@ spec: type: string steps: - name: helm-lint - image: alpine/k8s:1.27.4 + image: kubebb/rating:v0.1.3 script: | #!/usr/bin/env sh # Download and untar chart package @@ -34,6 +37,7 @@ metadata: tekton.dev/tags: {{ .Release.Name }}-reliability tekton.dev/displayName: "{{ .Release.Name }}" tekton.dev/platforms: "linux/amd64" + core.kubebb.k8s.com.cn/dimension: reliability namespace: {{ .Release.Namespace }} spec: description: >- diff --git a/charts/kubebb-core/templates/pipeline-security.yaml b/charts/kubebb-core/templates/pipeline-security.yaml index f739706..1974d8e 100644 --- a/charts/kubebb-core/templates/pipeline-security.yaml +++ b/charts/kubebb-core/templates/pipeline-security.yaml @@ -3,6 +3,9 @@ apiVersion: tekton.dev/v1beta1 kind: Task metadata: name: {{ .Release.Name }}-security-rback + annotations: + rating.core.kubebb.k8s.com.cn/type: security + rating.core.kubebb.k8s.com.cn/weight: "1" namespace: {{ .Release.Namespace }} spec: params: @@ -18,7 +21,7 @@ spec: type: string steps: - name: rback - image: alpine/k8s:1.27.4 + image: kubebb/rating:v0.1.3 script: | #!/usr/bin/env sh # Download and untar chart package @@ -51,6 +54,7 @@ metadata: tekton.dev/tags: {{ .Release.Name }}-security tekton.dev/displayName: "{{ .Release.Name }}" tekton.dev/platforms: "linux/amd64" + core.kubebb.k8s.com.cn/dimension: security namespace: {{ .Release.Namespace }} spec: description: >-