Skip to content

Commit 320a861

Browse files
authored
Fix container image tag in chart annotations (#345)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 3caf3a2 commit 320a861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/clowarden/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: clowarden
33
description: CLOWarden is a tool that manages access to resources across multiple services
44
type: application
5-
version: 0.2.1-0
5+
version: 0.2.1
66
appVersion: 0.2.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://clowarden.io
@@ -42,9 +42,9 @@ annotations:
4242
description: Issue processing email invitations
4343
artifacthub.io/images: |
4444
- name: dbmigrator
45-
image: ghcr.io/cncf/clowarden/dbmigrator:v0.2.0
45+
image: ghcr.io/cncf/clowarden/dbmigrator:v0.2.1
4646
- name: server
47-
image: ghcr.io/cncf/clowarden/server:v0.2.0
47+
image: ghcr.io/cncf/clowarden/server:v0.2.1
4848
artifacthub.io/links: |
4949
- name: source
5050
url: https://github.com/cncf/clowarden

0 commit comments

Comments
 (0)