From 45de97453240caaed73d271fe2a60f5d1747b62c Mon Sep 17 00:00:00 2001 From: Artem Zahumonnyi Date: Tue, 30 Jan 2024 13:12:12 +0200 Subject: [PATCH] chore: Bump tekton-cache version to 0.3.2 (#41) Jira: EPMDEDP-13217 Related: #41 Change-Id: I6e9d8a73515d8fd0043175cb5e203bd8396b00f7 --- README.md | 2 +- add-ons/tekton-cache/Chart.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbede15..efafe0c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ make update-readme | sonar | 8.0.2 | 9.9.2 | False | False | | sonar-operator | 3.1.0 | 3.1.0 | False | False | | storage-class | N/A | N/A | N/A | False | -| tekton-cache | 0.3.1 | 0.3.1 | True | True | +| tekton-cache | 0.3.2 | 0.3.2 | True | True | | tekton | N/A | N/A | False | False | | vault | 0.24.1 | 1.13.1 | False | False | | vault-kms | 0.25.0 | 1.14.0 | False | False | diff --git a/add-ons/tekton-cache/Chart.yaml b/add-ons/tekton-cache/Chart.yaml index 7894c0a..7dc949e 100644 --- a/add-ons/tekton-cache/Chart.yaml +++ b/add-ons/tekton-cache/Chart.yaml @@ -8,13 +8,13 @@ type: application # The chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.3.1 +version: 0.3.2 # Version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: "0.3.1" +appVersion: "0.3.2" dependencies: - name: tekton-cache - version: 0.3.1 + version: 0.3.2 repository: "https://epam.github.io/edp-helm-charts/stable"