We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f2da6 commit a4b6a51Copy full SHA for a4b6a51
.github/workflows/docker.yml
@@ -4,10 +4,11 @@ on:
4
push:
5
branches:
6
- 'main'
7
- tags:
8
- - 'v*'
9
paths-ignore:
10
- 'docs/helm/**'
+ create:
+ tags:
11
+ - 'v*'
12
13
env:
14
REGISTRY: ghcr.io
helm/kudos/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: kudos
3
description: The Kudos Helm chart
type: application
-version: 0.2.0
-appVersion: 1.2.0
+version: 0.2.1
+appVersion: 1.2.1
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
package.json
@@ -1,6 +1,6 @@
1
{
"name": "kudos",
- "version": "1.2.0",
+ "version": "1.2.1",
"private": true,
"type": "module",
"scripts": {
0 commit comments