Skip to content

Commit

Permalink
fix: Disable github voting for null sha (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Serdiuk authored and SergK committed Dec 23, 2024
1 parent b546a88 commit 18967e1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/common-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart library with common components for KubeRocketCI Tekton
home: https://docs.kuberocketci.io
name: edp-tekton-common-library
type: library
version: 0.3.7
appVersion: 0.3.7
version: 0.3.8
appVersion: 0.3.8
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand Down
2 changes: 1 addition & 1 deletion charts/common-library/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edp-tekton-common-library

![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 0.3.7](https://img.shields.io/badge/AppVersion-0.3.7-informational?style=flat-square)
![Version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 0.3.8](https://img.shields.io/badge/AppVersion-0.3.8-informational?style=flat-square)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/epmdedp)](https://artifacthub.io/packages/search?repo=epmdedp)

A Helm chart library with common components for KubeRocketCI Tekton Pipelines
Expand Down
4 changes: 4 additions & 0 deletions charts/common-library/templates/_common_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
taskRef:
kind: Task
name: github-set-status
when:
- input: $(params.gitsha)
operator: notin
values: ["$(tt.params.gitsha)"]
params:
- name: REPO_FULL_NAME
value: $(params.gitfullrepositoryname)
Expand Down
6 changes: 3 additions & 3 deletions charts/pipelines-library/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: edp-tekton-common-library
repository: file://../common-library
version: 0.3.7
version: 0.3.8
- name: tekton-cache
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.4.1
digest: sha256:3880d2be9efd9b03dc3a2f9a7ad5e0011ee17e0cf33e7ba855ccb623cfc5e535
generated: "2024-12-19T08:36:25.19115+02:00"
digest: sha256:67e48f27bda2fc673cc79ba2a9c6dce61b6c5b00679303e85e11e3dc00b51719
generated: "2024-12-23T11:08:17.822724+02:00"
2 changes: 1 addition & 1 deletion charts/pipelines-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ annotations:
# we use templates from common library
dependencies:
- name: edp-tekton-common-library
version: 0.3.7
version: 0.3.8
repository: "file://../common-library"
- name: tekton-cache
version: 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion charts/pipelines-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Follows [Tekton Interceptor](https://tekton.dev/vault/triggers-main/clusterinter
| Repository | Name | Version |
|------------|------|---------|
| @epamedp | tekton-cache | 0.4.1 |
| file://../common-library | edp-tekton-common-library | 0.3.7 |
| file://../common-library | edp-tekton-common-library | 0.3.8 |

## Values

Expand Down

0 comments on commit 18967e1

Please sign in to comment.