Skip to content

Commit

Permalink
ci-gke: Set useDigest=false for Hubble Relay
Browse files Browse the repository at this point in the history
[ upstream commit 17ade33 ]

As with all other *-ci images, we should not use check the digest when
pulling the image, as it is different for CI builds. On main this has
not been an issue, because useDigest already defaults to false, but on
release branches (such as v1.14), we do check the digest by default.
This caused failing workflows on the v1.14 branch which should be fixed
by this commit.

Fixes: 98003d5 ("ci/github: Set `useDigest=false` for Hubble Relay")

Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
  • Loading branch information
gandro committed Jul 19, 2023
1 parent b0fc966 commit 5e82a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
--helm-set=hubble.relay.enabled=true \
--helm-set=hubble.relay.image.repository=quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/hubble-relay-ci \
--helm-set=hubble.relay.image.tag=${SHA} \
--helm-set=hubble.relay.image.useDigest=false \
--helm-set=agentNotReadyTaintKey=ignore-taint.cluster-autoscaler.kubernetes.io/cilium-agent-not-ready \
--helm-set loadBalancer.l7.backend=envoy \
--helm-set tls.secretsBackend=k8s \
Expand Down

0 comments on commit 5e82a3d

Please sign in to comment.