Skip to content

Commit

Permalink
Emergency fix: Use stable Docker images (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Apr 12, 2021
1 parent f171846 commit 003c019
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/install/application_configuration_yml.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ const applicationConfigurationYml = `stack:

const applicationConfigurationYml = `stack:
image_ref_overrides:
7.13.0-SNAPSHOT:
# Use stable image versions for Agent and Kibana
elasticsearch: ` + elasticsearchImageName + `@sha256:4103fceb802f73356092beff5502e87ec2faa97048d066135d69f04e42b5ca81
elastic-agent: ` + elasticAgentImageName + `@sha256:41e99398b69a9ce35a597839b084287f595aef0f3ed7d6c92dd035a3d75caf3a
kibana: ` + kibanaImageName + `@sha256:4c345ad24128a3e8084079b9c193bdc84ec338b34fe18be5d1c879cd66487e38
`

0 comments on commit 003c019

Please sign in to comment.