Skip to content

Commit

Permalink
fix: Do not use digests for Cilium images (#901)
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.

Depends on #900.
Depends on #899.
  • Loading branch information
jimmidyson authored Sep 12, 2024
1 parent 50f8896 commit 10ea179
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 10ea179

Please sign in to comment.