diff options
| -rw-r--r-- | f3s/immich/helm-chart/templates/kustomization-patch.yaml | 19 | ||||
| -rw-r--r-- | snippets/hyperstack/.crush/logs/crush.log | 4 |
2 files changed, 4 insertions, 19 deletions
diff --git a/f3s/immich/helm-chart/templates/kustomization-patch.yaml b/f3s/immich/helm-chart/templates/kustomization-patch.yaml deleted file mode 100644 index 49be46b..0000000 --- a/f3s/immich/helm-chart/templates/kustomization-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: immich-server - namespace: services -spec: - template: - spec: - containers: - - name: immich-server - volumeMounts: - - name: yoga-videos - mountPath: /external/yoga-videos - readOnly: true - volumes: - - name: yoga-videos - persistentVolumeClaim: - claimName: immich-yoga-videos-pvc - readOnly: true diff --git a/snippets/hyperstack/.crush/logs/crush.log b/snippets/hyperstack/.crush/logs/crush.log new file mode 100644 index 0000000..7745db8 --- /dev/null +++ b/snippets/hyperstack/.crush/logs/crush.log @@ -0,0 +1,4 @@ +{"time":"2026-01-29T21:33:05.561515639+02:00","level":"INFO","source":{"function":"github.com/charmbracelet/crush/internal/config.(*catwalkSync).Get.func1","file":"/home/paul/go/pkg/mod/github.com/charmbracelet/crush@v0.36.0/internal/config/catwalk.go","line":55},"msg":"Fetching providers from Catwalk"} +{"time":"2026-01-29T21:33:05.920268417+02:00","level":"INFO","source":{"function":"github.com/charmbracelet/crush/internal/config.cache[...].Store","file":"/home/paul/go/pkg/mod/github.com/charmbracelet/crush@v0.36.0/internal/config/provider.go","line":213},"msg":"Saving provider data to disk","path":"/home/paul/.local/share/crush/providers.json"} +{"time":"2026-01-29T21:33:05.923610816+02:00","level":"WARN","source":{"function":"github.com/charmbracelet/crush/internal/config.(*Config).configureProviders-range1","file":"/home/paul/go/pkg/mod/github.com/charmbracelet/crush@v0.36.0/internal/config/load.go","line":295},"msg":"Provider is missing API key, this might be OK for local providers","provider":"ollama"} +{"time":"2026-01-29T21:33:05.923686216+02:00","level":"WARN","source":{"function":"github.com/charmbracelet/crush/internal/config.(*Config).configureProviders-range1","file":"/home/paul/go/pkg/mod/github.com/charmbracelet/crush@v0.36.0/internal/config/load.go","line":309},"msg":"Provider is missing API key, this might be OK for local providers","provider":"ollama"} |
