Skip to content

Commit bfc7bba

Browse files
enjenjenjenahsi
andauthored
chore: sync latest fixes to testnet (#71)
* chore: Correct path for kubeconfig (#67) Correct name for kubeconfig * chore: fixed ccp-worker version (#68) fixed ccp-worker version --------- Co-authored-by: Anatolios Laskaris <[email protected]>
1 parent 2451ad8 commit bfc7bba

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
case ${{ inputs.command }} in
110110
create)
111-
terraform apply -target local_sensitive_file.kubeconfig -auto-approve
111+
terraform apply -target module.talos.kubeconfig.path -auto-approve
112112
terraform apply -auto-approve
113113
;;
114114
destroy)

flux/core/lightmare/app/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ spec:
1313
- kind: ConfigMap
1414
name: chain-adapter-config
1515
optional: false
16-
# values:
17-
# operator:
18-
# image:
19-
# repository: fluencelabs/lightmare
20-
# tag: main
21-
# pullPolicy: Always
16+
values:
17+
operator:
18+
config:
19+
ccp:
20+
image:
21+
repository: "fluencelabs/ccp-cu-worker"
22+
tag: "0.14.3"

0 commit comments

Comments
 (0)