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 .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
case ${{ inputs.command }} in
create)
terraform apply -target local_sensitive_file.kubeconfig -auto-approve
terraform apply -target module.talos.kubeconfig.path -auto-approve
terraform apply -auto-approve
;;
destroy)
Expand Down
13 changes: 7 additions & 6 deletions flux/core/lightmare/app/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ spec:
- kind: ConfigMap
name: chain-adapter-config
optional: false
# values:
# operator:
# image:
# repository: fluencelabs/lightmare
# tag: main
# pullPolicy: Always
values:
operator:
config:
ccp:
image:
repository: "fluencelabs/ccp-cu-worker"
tag: "0.14.3"
Loading