From e32f1735ec7c5514f3bf215b481ef3a4882827e0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Jan 2026 22:28:50 +0200 Subject: Remove kustomization patch - now managed via ArgoCD Helm source Amp-Thread-ID: https://ampcode.com/threads/T-019c1088-dc3e-701a-b064-5e50cf52b32a Co-authored-by: Amp --- .../helm-chart/templates/kustomization-patch.yaml | 19 ------------------- snippets/hyperstack/.crush/logs/crush.log | 4 ++++ 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 f3s/immich/helm-chart/templates/kustomization-patch.yaml create mode 100644 snippets/hyperstack/.crush/logs/crush.log 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"} -- cgit v1.2.3