Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/install/stack_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package install

const (
// DefaultStackVersion is the default version of the stack
DefaultStackVersion = "7.12.0-SNAPSHOT"
DefaultStackVersion = "7.13.0-SNAPSHOT"
)
3 changes: 1 addition & 2 deletions internal/install/static_kubernetes_elastic_agent_yml.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ spec:
serviceAccountName: kind-fleet-agent
containers:
- name: kind-fleet-agent-clusterscope
# FIXME Must remove this workaround once https://github.com/elastic/beats/issues/24198 is fixed
image: docker.elastic.co/beats/elastic-agent@sha256:75c9fbf835a7d24166bceb82f28f4c6c5d00048ba9f0a25b945818e4cf2bba69
image: docker.elastic.co/beats/elastic-agent:{{ STACK_VERSION }}
env:
- name: FLEET_ENROLL
value: "1"
Expand Down
3 changes: 1 addition & 2 deletions internal/install/static_snapshot_yml.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ services:
condition: service_healthy

elastic-agent:
# FIXME Must remove this workaround once https://github.com/elastic/beats/issues/24198 is fixed
image: docker.elastic.co/beats/elastic-agent@sha256:75c9fbf835a7d24166bceb82f28f4c6c5d00048ba9f0a25b945818e4cf2bba69
image: docker.elastic.co/beats/elastic-agent:${STACK_VERSION}
depends_on:
elasticsearch:
condition: service_healthy
Expand Down