File tree Expand file tree Collapse file tree 11 files changed +23
-23
lines changed Expand file tree Collapse file tree 11 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.4
18+ version : 0.0.5
1919
2020dependencies :
2121 - name : base
22- version : 0.0.4
22+ version : 0.0.5
2323 repository : file://../base
Original file line number Diff line number Diff line change 11# base-test
22
3- ![ Version: 0.0.4 ] ( https://img.shields.io/badge/Version-0.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.0.5 ] ( https://img.shields.io/badge/Version-0.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55A Helm chart for creating a base workloads with configuration
66
77## Requirements
88
99| Repository | Name | Version |
1010| ------------| ------| ---------|
11- | file://../base | base | 0.0.4 |
11+ | file://../base | base | 0.0.5 |
1212
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : base
33description : A base library for rendering base workloads with configuration
44type : library
5- version : 0.0.4
5+ version : 0.0.5
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : mono
33description : A mono chart for vault-postgres stack
44type : application
5- version : 0.0.4
5+ version : 0.0.5
66dependencies :
77 - name : base
8- version : 0.0.4
8+ version : 0.0.5
99 repository : file://../../base
Original file line number Diff line number Diff line change 11# mono
22
3- ![ Version: 0.0.4 ] ( https://img.shields.io/badge/Version-0.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.0.5 ] ( https://img.shields.io/badge/Version-0.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55A mono chart for vault-postgres stack
66
77## Requirements
88
99| Repository | Name | Version |
1010| ------------| ------| ---------|
11- | file://../../base | base | 0.0.4 |
11+ | file://../../base | base | 0.0.5 |
1212
1313## Values
1414
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : postgres
33description : An example of Postgres using base library
44type : application
5- version : 0.0.4
5+ version : 0.0.5
66dependencies :
77 - name : base
8- version : 0.0.4
8+ version : 0.0.5
99 repository : file://../../base
Original file line number Diff line number Diff line change 11# postgres
22
3- ![ Version: 0.0.4 ] ( https://img.shields.io/badge/Version-0.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.0.5 ] ( https://img.shields.io/badge/Version-0.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55An example of Postgres using base library
66
77## Requirements
88
99| Repository | Name | Version |
1010| ------------| ------| ---------|
11- | file://../../base | base | 0.0.4 |
11+ | file://../../base | base | 0.0.5 |
1212
1313## Values
1414
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apiVersion: v2
22name : umbrella
33description : An umbrella chart for vault-postgres stack
44type : application
5- version : 0.0.4
5+ version : 0.0.5
66dependencies :
77 - name : vault
88 condition : vault.enabled
9- version : 0.0.4
9+ version : 0.0.5
1010 repository : file://../vault
1111 - name : postgres
1212 condition : postgres.enabled
13- version : 0.0.4
13+ version : 0.0.5
1414 repository : file://../postgres
Original file line number Diff line number Diff line change 11# umbrella
22
3- ![ Version: 0.0.4 ] ( https://img.shields.io/badge/Version-0.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 0.0.5 ] ( https://img.shields.io/badge/Version-0.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55An umbrella chart for vault-postgres stack
66
77## Requirements
88
99| Repository | Name | Version |
1010| ------------| ------| ---------|
11- | file://../postgres | postgres | 0.0.4 |
12- | file://../vault | vault | 0.0.4 |
11+ | file://../postgres | postgres | 0.0.5 |
12+ | file://../vault | vault | 0.0.5 |
1313
1414## Values
1515
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : vault
33description : An example of HashiCorp Vault using base library
44type : application
5- version : 0.0.4
5+ version : 0.0.5
66dependencies :
77 - name : base
8- version : 0.0.4
8+ version : 0.0.5
99 repository : file://../../base
You can’t perform that action at this time.
0 commit comments