diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 22:28:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 22:28:50 +0200 |
| commit | e32f1735ec7c5514f3bf215b481ef3a4882827e0 (patch) | |
| tree | 4c08791018490d400106ab24b66abba679dae3cd | |
| parent | 3262ca7d3c1fc8fc12df5c5e91998f514903fd48 (diff) | |
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 <amp@ampcode.com>
| -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"} |
