Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ global:
sidecar:
name: lightspeed-core
# -- Full image reference for the Lightspeed Core sidecar. Override for disconnected environments.
image: quay.io/lightspeed-core/lightspeed-stack:0.5.3
image: quay.io/lightspeed-core/lightspeed-stack:0.6.2
Comment thread
rm3l marked this conversation as resolved.
Outdated
imagePullPolicy: IfNotPresent
portName: http-lightspeed
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion charts/rhdh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ lightspeed:
image:
registry: "quay.io"
repository: "lightspeed-core/lightspeed-stack"
tag: "0.5.3"
tag: "0.6.2"
digest: ""
imagePullPolicy: "IfNotPresent"
# -- Override the container's default command. Leave empty to use the image entrypoint.
Expand Down
Loading