Skip to content

Commit

Permalink
Include version for keylime-controller chart
Browse files Browse the repository at this point in the history
This change allows fixing compilation issue being
dumped when executing `make helm-keylime` rule:
...
Error: dependency "keylime-controller" has an invalid version/constraint
format: improper constraint:
...

Resolves: #56

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Jan 25, 2024
1 parent 8b85fe0 commit 2a99c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/helm/keylime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ dependencies:
- child: service
parent: verifier.service
- name: keylime-controller
version: "0.1.0"
tags:
- controller
- name: mysql
Expand Down

0 comments on commit 2a99c37

Please sign in to comment.