Skip to content

Commit

Permalink
Update stack-diagnostics to 9.1.0 (#266)
Browse files Browse the repository at this point in the history
This updates stack diagnostics to the latest version. We hope to get an
official image from support soon, so hopefully this is the last time we
need to built one for ECK separately.
  • Loading branch information
pebrc authored Sep 16, 2024
1 parent 8f12b10 commit f532395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Usage:
eck-diagnostics [flags]
Flags:
--diagnostic-image string Diagnostic image to be used for stack diagnostics, see run-stack-diagnostics (default "docker.elastic.co/eck-dev/support-diagnostics:8.5.0")
--diagnostic-image string Diagnostic image to be used for stack diagnostics, see run-stack-diagnostics (default "docker.elastic.co/eck-dev/support-diagnostics:9.1.0")
--eck-version string ECK version in use, will try to autodetect if not specified
-f, --filters strings Comma-separated list of filters in format "type=name". Example: elasticsearch=my-cluster (Supported types [agent apm beat elasticsearch enterprisesearch kibana maps logstash])
-h, --help help for eck-diagnostics
Expand Down
2 changes: 1 addition & 1 deletion internal/stackdiag.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
)

const (
DiagnosticImage = "docker.elastic.co/eck-dev/support-diagnostics:8.5.0"
DiagnosticImage = "docker.elastic.co/eck-dev/support-diagnostics:9.1.0"

podOutputDir = "/diagnostic-output"
podMainContainerName = "stack-diagnostics"
Expand Down

0 comments on commit f532395

Please sign in to comment.