From e0a5c28108548854c073b1ae2e665e6a6a334742 Mon Sep 17 00:00:00 2001 From: Jawad Qureshi Date: Thu, 1 Aug 2024 19:52:40 +0200 Subject: [PATCH] Bump common chart --- helm/common/Chart.yaml | 2 +- helm/common/README.md | 2 +- helm/frontend-framework/Chart.yaml | 2 +- helm/frontend-framework/README.md | 2 +- helm/gen3/Chart.yaml | 2 +- helm/gen3/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/common/Chart.yaml b/helm/common/Chart.yaml index 768bff1f..5b93f896 100644 --- a/helm/common/Chart.yaml +++ b/helm/common/Chart.yaml @@ -15,7 +15,7 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.12 +version: 0.1.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/common/README.md b/helm/common/README.md index 64833c45..18560be1 100644 --- a/helm/common/README.md +++ b/helm/common/README.md @@ -1,6 +1,6 @@ # common -![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) +![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square) A Helm chart for provisioning databases in gen3 diff --git a/helm/frontend-framework/Chart.yaml b/helm/frontend-framework/Chart.yaml index 0bc88e54..69ce52da 100644 --- a/helm/frontend-framework/Chart.yaml +++ b/helm/frontend-framework/Chart.yaml @@ -25,5 +25,5 @@ appVersion: "develop" dependencies: - name: common - version: 0.1.12 + version: 0.1.13 repository: file://../common diff --git a/helm/frontend-framework/README.md b/helm/frontend-framework/README.md index da8e909a..27d8eeca 100644 --- a/helm/frontend-framework/README.md +++ b/helm/frontend-framework/README.md @@ -8,7 +8,7 @@ A Helm chart for the gen3 frontend framework | Repository | Name | Version | |------------|------|---------| -| file://../common | common | 0.1.12 | +| file://../common | common | 0.1.13 | ## Values diff --git a/helm/gen3/Chart.yaml b/helm/gen3/Chart.yaml index 0ed8ea56..f893dc62 100644 --- a/helm/gen3/Chart.yaml +++ b/helm/gen3/Chart.yaml @@ -25,7 +25,7 @@ dependencies: repository: "file://../aws-es-proxy" condition: aws-es-proxy.enabled - name: common - version: 0.1.12 + version: 0.1.13 repository: file://../common - name: etl version: 0.1.1 diff --git a/helm/gen3/README.md b/helm/gen3/README.md index 6f85d44d..309c628d 100644 --- a/helm/gen3/README.md +++ b/helm/gen3/README.md @@ -23,7 +23,7 @@ Helm chart to deploy Gen3 Data Commons | file://../argo-wrapper | argo-wrapper | 0.1.7 | | file://../audit | audit | 0.1.12 | | file://../aws-es-proxy | aws-es-proxy | 0.1.9 | -| file://../common | common | 0.1.12 | +| file://../common | common | 0.1.13 | | file://../etl | etl | 0.1.1 | | file://../fence | fence | 0.1.21 | | file://../frontend-framework | frontend-framework | 0.1.2 |