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 charts/smarter-k3s-edge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: smarter-k3s-edge
version: 0.0.5
version: 0.0.6
type: application
appVersion: v1.25.3-k3s1
description: K3s server on kubernetes
Expand Down
8 changes: 8 additions & 0 deletions charts/smarter-k3s-edge/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ data:
--node-label smarter.nodemodel=unknown \
--node-label smarter.type=edge \
--node-taint smarter.type=edge:NoSchedule \
{{- if .Values.configuration.smarter_demo_labels }}
--node-label smarter-audio-client=enabled \
--node-label smarter-gstreamer=enabled \
--node-label smarter-image-detector=enabled \
--node-label smarter-pulseaudio=enabled \
--node-label smarter-inference=enabled \
--node-label smarter-fluent-bit=enabled \
{{- end }}
--node-label smarter-build=user-installed
nginx-start.sh: |
#!/bin/bash
Expand Down
3 changes: 2 additions & 1 deletion charts/smarter-k3s-edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ configuration:
port: 6443
# Comment to remove NGINX
portHTTPS: 6453
# set id to paqssword
# Uncomment to enable labeling for smarter-demo
#smarter_demo_labels: true