Skip to content

Commit

Permalink
perf: fix linting (#5)
Browse files Browse the repository at this point in the history
* perf: fix linting

* fix: configure correct latest semver comparison
  • Loading branch information
paddatrapper authored Jun 1, 2023
1 parent 05e1732 commit 3e89c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: mission-control
version: {{ .Values.missionControlChartVersion }}
version: {{ .Values.missionControlChartVersion | quote }}
sourceRef:
kind: HelmRepository
name: {{ include "mission-control-tenant.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nameOverride: ""
fullnameOverride: ""

missionControlChartVersion: "*"
missionControlChartVersion: ">=0.0.0"
missionControl:
canary-checker:
db:
Expand Down

0 comments on commit 3e89c4a

Please sign in to comment.