Skip to content

Commit f44933d

Browse files
committed
fix: update helm chart to guarantee a short name
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 43536d8 commit f44933d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ keywords:
77
- confidential-containers
88
name: trustee
99
# DO NOT EDIT VERSION HERE, IT IS AUTO-GENERATED BY SEMANTIC-RELEASE
10-
version: 0.0.4
10+
version: 0.0.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trustee
22

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

55
A Helm chart to provide an opinionated deployment of Trustee in a validated pattern
66

templates/kbs-route.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
name: kbs
77
namespace: trustee-operator-system
88
spec:
9+
subdomain: kbs
910
port:
1011
targetPort: 8080
1112
to:

0 commit comments

Comments
 (0)