mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
feat: add jsonnet version to version panel (#4845)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
parent
ffa824bbba
commit
51f2949883
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ export class VersionPanel extends React.Component<VersionPanelProps, {copyState:
|
|||
'Compiler': version.Compiler,
|
||||
'Platform': version.Platform,
|
||||
'ksonnet': version.KsonnetVersion,
|
||||
'jsonnet': version.JsonnetVersion,
|
||||
'kustomize': version.KustomizeVersion,
|
||||
'Helm': version.HelmVersion,
|
||||
'kubectl': version.KubectlVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue