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
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tested component versions.
LASER_IGGY_VERSION=0.8.104-ld
LASER_PLANE_VERSION=0.14.0
LASER_IGGY_VERSION=0.8.108-ld
LASER_PLANE_VERSION=0.15.0
# The published SDK the managed smoke installs and runs against the stack.
LASER_SDK_VERSION=0.1.0
LASER_SDK_VERSION=0.2.0

# Runtime images.
LASER_IGGY_IMAGE=docker.io/laserdatainc/iggy-server:latest
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
context: ./images
dockerfile: iggy/Dockerfile
args:
IGGY_VERSION: ${LASER_IGGY_VERSION:-0.8.104-ld}
IGGY_VERSION: ${LASER_IGGY_VERSION:-0.8.108-ld}
IGGY_CPU: ${LASER_IGGY_CPU:-skylake}
restart: unless-stopped
init: true
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
context: ./images
dockerfile: plane/Dockerfile
args:
PLANE_VERSION: ${LASER_PLANE_VERSION:-0.14.0}
PLANE_VERSION: ${LASER_PLANE_VERSION:-0.15.0}
IGGY_CPU: ${LASER_IGGY_CPU:-skylake}
restart: unless-stopped
init: true
Expand Down