Skip to content

Commit

Permalink
chore: bump agent's hubble to v1.16.3 (#998)
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Gregory <[email protected]>
  • Loading branch information
huntergregory authored Nov 13, 2024
1 parent ad9c5a5 commit af10489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PLATFORM ?= $(OS)/$(ARCH)
PLATFORMS ?= linux/amd64 linux/arm64 windows/amd64
OS_VERSION ?= ltsc2019

HUBBLE_VERSION ?= v1.16.1
HUBBLE_VERSION ?= v1.16.3

CONTAINER_BUILDER ?= docker
CONTAINER_RUNTIME ?= docker
Expand Down
2 changes: 1 addition & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN arr="clang tcpdump ip ss iptables-legacy iptables-legacy-save iptables-nft i
# Download Hubble
ARG GOARCH=amd64
ENV HUBBLE_ARCH=${GOARCH}
ARG HUBBLE_VERSION=v1.16.1
ARG HUBBLE_VERSION=v1.16.3
ENV HUBBLE_VERSION=${HUBBLE_VERSION}
RUN echo "Hubble version: $HUBBLE_VERSION" && \
wget --no-check-certificate https://github.com/cilium/hubble/releases/download/$HUBBLE_VERSION/hubble-linux-${HUBBLE_ARCH}.tar.gz && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ spec:
cpu: 500m
memory: 500Mi
requests:
cpu: 10m
memory: 64Mi
cpu: 250m
memory: 250Mi
serviceAccountName: retina-operator
terminationGracePeriodSeconds: 10
volumes:
Expand Down

0 comments on commit af10489

Please sign in to comment.