diff --git a/ai-assistant-apps.yaml b/ai-assistant-apps.yaml new file mode 100644 index 0000000..e69de29 diff --git a/applications/ollama.yaml b/applications/ollama.yaml deleted file mode 100644 index 8bd132a..0000000 --- a/applications/ollama.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: ollama -spec: - destination: - namespace: ai-assistant - server: https://kubernetes.default.svc - source: - path: '' - repoURL: gitea.9003009.xyz - targetRevision: '*' - chart: helm-charts/ollama - project: ai-assistant-project - syncPolicy: - automated: - prune: true - selfHeal: true diff --git a/applications/open-webui.yaml b/applications/open-webui.yaml deleted file mode 100644 index 00aea70..0000000 --- a/applications/open-webui.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-webui -spec: - destination: - namespace: ai-assistant - server: https://kubernetes.default.svc - source: - path: '' - repoURL: gitea.9003009.xyz - targetRevision: '*' - chart: helm-charts/open-webui - project: ai-assistant-project - syncPolicy: - automated: - prune: true - selfHeal: true