Skip to content

Commit

Permalink
fix: Do not use digests for Cilium images
Browse files Browse the repository at this point in the history
This would break for air-gapped installations as the repo digest
changes when we build the air-gapped bundle,
  • Loading branch information
jimmidyson committed Sep 5, 2024
1 parent 7cbd471 commit 4b2a4c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ certgen:
useDigest: false
socketLB:
hostNamespaceOnly: true
envoy:
image:
useDigest: false
Loading

0 comments on commit 4b2a4c5

Please sign in to comment.