Skip to content

Commit

Permalink
chore(cloudflared): pin container image
Browse files Browse the repository at this point in the history
having an issue with some request to Superset. trying the previous
version of `cloudflared` as a troubleshooting step.
  • Loading branch information
johnallen3d committed Jan 20, 2025
1 parent 424d478 commit f6bb048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/cloudflare-tunnels/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- --no-tls-verify
- --token
- $(CLOUDFLARE_TUNNEL_CREDENTIAL)
image: cloudflare/cloudflared:latest
image: cloudflare/cloudflared:2024.12.2
name: cloudflared
livenessProbe:
httpGet:
Expand Down

0 comments on commit f6bb048

Please sign in to comment.