Skip to content

Commit 9ee5969

Browse files
committed
bump chart version to 1.0.4
1 parent 23afea4 commit 9ee5969

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mysql
33
description: A simple, standalone MySQL Helm chart
44
type: application
5-
version: 1.0.3
5+
version: 1.0.4
66
appVersion: "8.4.2"
77
keywords:
88
- mysql

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MySQL Helm Chart
22

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

55
A simple, standalone MySQL Helm chart
66

@@ -67,7 +67,7 @@ To use this chart as a dependency in another Helm chart, add it to your `Chart.y
6767
```yaml
6868
dependencies:
6969
- name: mysql
70-
version: "1.0.3"
70+
version: "1.0.4"
7171
repository: "https://comet-ml.github.io/comet-mysql-helm/"
7272
condition: mysql.enabled
7373
```

0 commit comments

Comments
 (0)