diff --git a/cluster/applications/firecrawl/chart/values.yaml b/cluster/applications/firecrawl/chart/values.yaml index a8db8fb..8d82b90 100644 --- a/cluster/applications/firecrawl/chart/values.yaml +++ b/cluster/applications/firecrawl/chart/values.yaml @@ -8,13 +8,13 @@ # ------------------------------------------------------------------------------ image: # Main Firecrawl API and Worker image - repository: ghcr.io/mendableai/firecrawl - tag: "v1.0.0" # Pinned version - update explicitly + repository: ghcr.io/firecrawl/firecrawl + tag: "latest" # Using latest as official images don't use v1.0.0 tags pullPolicy: IfNotPresent playwright: - repository: ghcr.io/mendableai/firecrawl/playwright-service - tag: "v1.0.0" # Pinned version - update explicitly + repository: ghcr.io/firecrawl/playwright-service + tag: "latest" # Using latest as official images don't use v1.0.0 tags pullPolicy: IfNotPresent # ------------------------------------------------------------------------------ @@ -72,8 +72,8 @@ playwrightService: # ------------------------------------------------------------------------------ postgres: image: - repository: ghcr.io/mendableai/firecrawl/nuq-postgres - tag: "v1.0.0" # Pinned version + repository: ghcr.io/firecrawl/nuq-postgres + tag: "latest" # Using latest as official images don't use v1.0.0 tags pullPolicy: IfNotPresent replicaCount: 1