Skip to content

Commit a4b6a51

Browse files
committed
fix: bump version to 0.2.1 in Chart.yaml and 1.2.1 in package.json
1 parent f1f2da6 commit a4b6a51

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
push:
55
branches:
66
- 'main'
7-
tags:
8-
- 'v*'
97
paths-ignore:
108
- 'docs/helm/**'
9+
create:
10+
tags:
11+
- 'v*'
1112

1213
env:
1314
REGISTRY: ghcr.io

helm/kudos/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kudos
33
description: The Kudos Helm chart
44
type: application
5-
version: 0.2.0
6-
appVersion: 1.2.0
5+
version: 0.2.1
6+
appVersion: 1.2.1
77
dependencies:
88
- name: postgresql
99
repository: https://charts.bitnami.com/bitnami

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kudos",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)