diff --git a/README.md b/README.md index 8542ada..0795130 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ talosctl gen config fog https://192.168.1.43:6443 \ --with-secrets talos/secrets.yaml \ --config-patch @talos/machine_patch.yaml \ --config-patch-control-plane @talos/cluster_patch.yaml \ - --config-patch-control-plane @talos/remove_node_label_patch.yaml + --config-patch-control-plane @talos/remove_node_label_patch.yaml \ + --config-patch-worker @talos/framework_patch.yaml ``` + ### Add node to talos cluster ```sh talosctl apply-config [--insecure] -n controlplane.yaml diff --git a/immich/values.yaml.gotmpl b/immich/values.yaml.gotmpl index 0b6fcd2..818e0eb 100644 --- a/immich/values.yaml.gotmpl +++ b/immich/values.yaml.gotmpl @@ -1,5 +1,5 @@ image: - tag: v1.130.2 + tag: v1.130.3 env: DB_HOSTNAME: {{ exec "kubectl" (list "-n" "immich" "get" "secrets" "postgres-pguser-immich" "-ogo-template='{{.data.host | base64decode }}'") }} diff --git a/justfile b/justfile index 7567c6c..b336e68 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ update: bws run 'helmfile deps' -deploy ARGS='': +deploy ARGS='--output simple -i': bws run 'helmfile apply {{ARGS}}' sdiff ARGS='': diff --git a/talos/framework_patch.yaml b/talos/framework_patch.yaml new file mode 100644 index 0000000..ecab1f6 --- /dev/null +++ b/talos/framework_patch.yaml @@ -0,0 +1,4 @@ +machine: + install: + disk: /dev/nvme0n1 + wipe: true