Skip to content

Commit 5e05672

Browse files
committed
bump version before release
1 parent 7bf0fdd commit 5e05672

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

base-test/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.2
18+
version: 0.0.3
1919

2020
dependencies:
2121
- name: base
22-
version: 0.0.2
22+
version: 0.0.3
2323
repository: file://../base

base-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# base-test
22

3-
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for creating a base workloads with configuration
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| file://../base | base | 0.0.2 |
11+
| file://../base | base | 0.0.3 |
1212

base/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: base
33
description: A base library for rendering base workloads with configuration
44
type: library
5-
version: 0.0.2
5+
version: 0.0.3

examples/mono/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mono
33
description: A mono chart for vault-postgres stack
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
dependencies:
77
- name: base
8-
version: 0.0.2
8+
version: 0.0.3
99
repository: file://../../base

examples/mono/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# mono
22

3-
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A mono chart for vault-postgres stack
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| file://../../base | base | 0.0.2 |
11+
| file://../../base | base | 0.0.3 |
1212

1313
## Values
1414

examples/postgres/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: postgres
33
description: An example of Postgres using base library
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
dependencies:
77
- name: base
8-
version: 0.0.2
8+
version: 0.0.3
99
repository: file://../../base

examples/postgres/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# postgres
22

3-
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
An example of Postgres using base library
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| file://../../base | base | 0.0.2 |
11+
| file://../../base | base | 0.0.3 |
1212

1313
## Values
1414

examples/umbrella/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: v2
22
name: umbrella
33
description: An umbrella chart for vault-postgres stack
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
dependencies:
77
- name: vault
88
condition: vault.enabled
9-
version: 0.0.2
9+
version: 0.0.3
1010
repository: file://../vault
1111
- name: postgres
1212
condition: postgres.enabled
13-
version: 0.0.2
13+
version: 0.0.3
1414
repository: file://../postgres

examples/umbrella/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# umbrella
22

3-
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
An umbrella chart for vault-postgres stack
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| file://../postgres | postgres | 0.0.2 |
12-
| file://../vault | vault | 0.0.2 |
11+
| file://../postgres | postgres | 0.0.3 |
12+
| file://../vault | vault | 0.0.3 |
1313

1414
## Values
1515

examples/vault/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: vault
33
description: An example of HashiCorp Vault using base library
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
dependencies:
77
- name: base
8-
version: 0.0.2
8+
version: 0.0.3
99
repository: file://../../base

0 commit comments

Comments
 (0)