Skip to content

Commit

Permalink
Merge pull request #158 from 0xff-dev/main
Browse files Browse the repository at this point in the history
chore: sync pipeline
  • Loading branch information
bjwswang authored Jan 15, 2024
2 parents 3d24127 + 414fe4e commit 2dab4b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kubebb-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 5 additions & 1 deletion charts/kubebb-core/templates/pipeline-reliability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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: >-
Expand Down
6 changes: 5 additions & 1 deletion charts/kubebb-core/templates/pipeline-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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: >-
Expand Down

0 comments on commit 2dab4b0

Please sign in to comment.