Skip to content

Commit

Permalink
Bump common chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Aug 1, 2024
1 parent eb15216 commit e0a5c28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/common/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm/frontend-framework/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ appVersion: "develop"

dependencies:
- name: common
version: 0.1.12
version: 0.1.13
repository: file://../common
2 changes: 1 addition & 1 deletion helm/frontend-framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/gen3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e0a5c28

Please sign in to comment.