diff --git a/Dockerfile b/Dockerfile index 290a55e..8ca31c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN make build -FROM ghcr.io/loxilb-io/loxilb:v0.9.6 +FROM ghcr.io/loxilb-io/loxilb:latest LABEL name="loxilb-ingress-manager" \ vendor="loxilb.io" \ diff --git a/README.md b/README.md index 663416f..92359cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Docker-Multi-Arch](https://github.com/loxilb-io/loxilb-ingress/actions/workflows/docker-multiarch.yml/badge.svg)](https://github.com/loxilb-io/loxilb-ingress/actions/workflows/docker-multiarch.yml) [![K3s-Loxi-Ingress-Sanity-CI](https://github.com/loxilb-io/loxilb/actions/workflows/k3s-loxi-ingress.yml/badge.svg)](https://github.com/loxilb-io/loxilb/actions/workflows/k3s-loxi-ingress.yml) + ## How to run loxilb-ingress In Kubernetes, there is usually a lot of overlap between network load-balancer and an Ingress functionality. This creates a lot of confusion. Overall, the differences between an Ingress and a load-balancer service can be categorized as follows: