Skip to content

Commit

Permalink
chore(deps): update cloudflare/cloudflared docker tag to v2024.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 2bfdaaa commit 3abadb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
env:
- name: GATEWAY_IMAGE
# renovate: datasource=docker depName=cloudflare/cloudflared
value: "cloudflare/cloudflared:2024.11.1"
value: "cloudflare/cloudflared:2024.12.2"
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/gateway_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = Describe("Gateway controller", func() {

By("Setting the Image ENV VAR which stores the Operand image")
// renovate: datasource=docker depName=cloudflare/cloudflared
err = os.Setenv("GATEWAY_IMAGE", "cloudflare/cloudflared:2024.11.1")
err = os.Setenv("GATEWAY_IMAGE", "cloudflare/cloudflared:2024.12.2")
Expect(err).To(Not(HaveOccurred()))

By("creating the custom resource for the Kind Gateway")
Expand Down

0 comments on commit 3abadb8

Please sign in to comment.