Skip to content

Commit e871526

Browse files
committed
revert latest changes
1 parent 619ec61 commit e871526

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cloud-config.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ write_files:
1212
content: |
1313
mirrors:
1414
"*":
15-
- path: /etc/plural-id
16-
permissions: "0644"
17-
content: {{ uuidv4 }}
15+
# TODO: Enable once it will be fixed.
16+
# - path: /etc/plural-id
17+
# permissions: "0644"
18+
# content: {{ uuidv4 }}
1819

1920
k3s:
2021
enabled: true

plural-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#plural-config
22
image: quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
33
bundles:
4-
plural-bundle: ghcr.io/pluralsh/kairos-plural-bundle:0.1.5
4+
plural-bundle: ghcr.io/pluralsh/kairos-plural-bundle:0.1.4 # TODO: Use latest version once it will be fixed.
55
plural-images-bundle: ghcr.io/pluralsh/kairos-plural-images-bundle:0.1.2
66
plural-trust-manager-bundle: ghcr.io/pluralsh/kairos-plural-trust-manager-bundle:0.1.0

0 commit comments

Comments
 (0)