We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbcec9 commit a6b0a27Copy full SHA for a6b0a27
2 files changed
charts/firecrawl-simple/Chart.yaml
@@ -1,4 +1,4 @@
1
-version: 0.0.1
+version: 0.0.2
2
apiVersion: v2
3
name: firecrawl-simple
4
description: "FireCrawl"
charts/firecrawl-simple/templates/clean-cronjob.yaml
@@ -23,4 +23,4 @@ spec:
23
args:
24
- /bin/sh
25
- -c
26
- - curl http://api.firecrawl.svc.cluster.local:3002/admin/@/clean-before-24h-complete-jobs
+ - curl http://firecrawl-api:3002/admin/@/clean-before-24h-complete-jobs
0 commit comments