Skip to content

Commit

Permalink
charts fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ved Ratan <[email protected]>
  • Loading branch information
VedRatan committed Jun 4, 2024
1 parent 53911c5 commit 7d0ed81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/nirmata/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ spec:
- -product-name={{ .Values.licenseManager.productName }}
- -license-key={{ required "licenseManager.licenseKey is required" .Values.licenseManager.licenseKey }}
- -run-type=init-container
- -secret-namespace={{ .Values.licenseManager.secretNs }}
- -call-home-server={{ .Values.licenseManager.callHomeServer }}
- -api-key={{ .Values.licenseManager.apiKey }}
- -cluster-id={{ .Values.licenseManager.clusterId }}
Expand Down
2 changes: 1 addition & 1 deletion charts/nirmata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ licenseManager:
# -- License manager repo
imageRepository: ghcr.io/nirmata/kyverno-license-manager
# -- Image tag
imageTag: v0.1.2
imageTag: v0.1.13
# -- Product name to be present in license, empty to ignore check
productName: ""
# -- Validation interval in mins
Expand Down

0 comments on commit 7d0ed81

Please sign in to comment.