Skip to content

Commit

Permalink
fix typo in kibana version
Browse files Browse the repository at this point in the history
  • Loading branch information
denarsh committed Jul 25, 2024
1 parent 0e67405 commit f7ecdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1/appdefaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ var esDefault = Es{
ServiceAccount: "kibana",
SvcName: "kibana",
Port: 8080,
Image: "cnvrg/kibana:7:11.2",
Image: "cnvrg/kibana:7.11.2",
NodePort: 30601,
Requests: Requests{
Cpu: "100m",
Expand Down
2 changes: 1 addition & 1 deletion charts/mlops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ dbs:
serviceAccount: kibana
svcName: kibana
port: 8080
image: cnvrg/kibana:7:11.2
image: cnvrg/kibana:7.11.2
nodePort: 30601
requests:
cpu: 100m
Expand Down

0 comments on commit f7ecdf0

Please sign in to comment.