Skip to content

Commit

Permalink
bumping common chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jun 12, 2024
1 parent 30bfc47 commit 0ca6a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/fence/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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.20
version: 0.1.19

# 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 All @@ -24,7 +24,7 @@ appVersion: "master"

dependencies:
- name: common
version: 0.1.10
version: 0.1.11
repository: file://../common
- name: postgresql
version: 11.9.13
Expand Down
4 changes: 2 additions & 2 deletions helm/fence/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# fence

![Version: 0.1.20](https://img.shields.io/badge/Version-0.1.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)

A Helm chart for gen3 Fence

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../common | common | 0.1.10 |
| file://../common | common | 0.1.11 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |

## Values
Expand Down

0 comments on commit 0ca6a90

Please sign in to comment.