Skip to content

Commit

Permalink
chore: Update current development version (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Jan 24, 2025
1 parent 10efa4e commit c2cb367
Show file tree
Hide file tree
Showing 5 changed files with 8 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.11
appVersion: 0.3.11
version: 0.3.12
appVersion: 0.3.12
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.11](https://img.shields.io/badge/Version-0.3.11-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 0.3.11](https://img.shields.io/badge/AppVersion-0.3.11-informational?style=flat-square)
![Version: 0.3.12](https://img.shields.io/badge/Version-0.3.12-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: 0.3.12](https://img.shields.io/badge/AppVersion-0.3.12-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
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.11
version: 0.3.12
- name: tekton-cache
repository: https://epam.github.io/edp-helm-charts/stable
version: 0.4.1
digest: sha256:13e4052acc50e7832aef7b988cdb1bf2b06d0cdc6d13de5d40d76ad1ee20cc7f
generated: "2025-01-09T13:29:53.734579+02:00"
digest: sha256:b61a545b749139039f589d26f373ebb269eb3ce2a8653856522f2de8356fbe94
generated: "2025-01-24T16:11:07.952191+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.11
version: 0.3.12
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.11 |
| file://../common-library | edp-tekton-common-library | 0.3.12 |

## Values

Expand Down

0 comments on commit c2cb367

Please sign in to comment.