From 4dd683b67ab0728aa9a75e9f64c08b0770493b13 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Tue, 19 Mar 2024 16:41:23 -0700 Subject: [PATCH] more more changes --- Makefile | 2 +- deploy/helm-chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d5f8fcebe9..0014c27467 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS) PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric NGINX_PREFIX ?= $(PREFIX)/nginx## The name of the nginx image. For example: nginx-gateway-fabric/nginx NGINX_PLUS_PREFIX ?= $(PREFIX)/nginx-plus## The name of the nginx plus image. For example: nginx-gateway-fabric/nginx-plus -TAG ?= $(VERSION:v%=%)## The tag of the image. For example, 0.3.0 +TAG ?= $(VERSION:v%=%)## The tag of the image. For example, 1.1.0 TARGET ?= local## The target of the build. Possible values: local and container KIND_KUBE_CONFIG=$${HOME}/.kube/kind/config## The location of the kind kubeconfig OUT_DIR ?= $(CURDIR)/build/out## The folder where the binary will be stored diff --git a/deploy/helm-chart/Chart.yaml b/deploy/helm-chart/Chart.yaml index 4ed9e9590d..7285ae509c 100644 --- a/deploy/helm-chart/Chart.yaml +++ b/deploy/helm-chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nginx-gateway-fabric description: NGINX Gateway Fabric type: application -version: 1.0.0 +version: 1.1.0 appVersion: "edge" home: https://github.com/nginxinc/nginx-gateway-fabric icon: https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/deploy/helm-chart/chart-icon.png