From 81660cf1e4d5100aa3e52210331d5d76e744cf96 Mon Sep 17 00:00:00 2001 From: Blake Devcich Date: Mon, 21 Oct 2024 15:54:01 -0500 Subject: [PATCH] Update nnf-mfu release references Signed-off-by: Blake Devcich --- Dockerfile | 2 +- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 539c02b9..10c18456 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # These ARGs must be before the first FROM. This allows them to be valid for # use in FROM instructions. ARG NNFMFU_TAG_BASE=ghcr.io/nearnodeflash/nnf-mfu -ARG NNFMFU_VERSION=0.1.2 +ARG NNFMFU_VERSION=0.1.3 # Build the manager binary FROM golang:1.21-alpine AS builder diff --git a/Makefile b/Makefile index 82ee2496..a839cb8a 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ IMAGE_TARGET ?= production # The NNF-MFU container image to use in NNFContainerProfile resources. NNFMFU_TAG_BASE ?= ghcr.io/nearnodeflash/nnf-mfu -NNFMFU_VERSION ?= 0.1.2 +NNFMFU_VERSION ?= 0.1.3 CONTAINER_BUILDARGS=--build-arg NNFMFU_TAG_BASE=$(NNFMFU_TAG_BASE) --build-arg NNFMFU_VERSION=$(NNFMFU_VERSION) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 54e90d82..46dd2a38 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -20,4 +20,4 @@ images: newTag: 0.1.10 - name: nnf-mfu newName: ghcr.io/nearnodeflash/nnf-mfu - newTag: 0.1.2 + newTag: 0.1.3