From e2bb392faaf0e03b444168053ece6455ea789c5c Mon Sep 17 00:00:00 2001 From: Jerry Belmonte Date: Thu, 12 Oct 2023 14:34:05 -0700 Subject: [PATCH] bump version to 0.9.12 Co-authored-by: Yuqi Jin --- Makefile | 2 +- deploy/manifests/05-custom-metrics-apiserver-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8a1f19..3c34114 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DOCKER_IMAGE?=wavefront-hpa-adapter # deploy/manifests/05-custom-metrics-apiserver-deployment.yaml file # # IMPORTANT: This is also overwritten by the release pipeline build with parameters -VERSION?=0.9.12 +VERSION?=0.9.13 BINARY_NAME=wavefront-adapter GIT_COMMIT:=$(shell git rev-parse --short HEAD) diff --git a/deploy/manifests/05-custom-metrics-apiserver-deployment.yaml b/deploy/manifests/05-custom-metrics-apiserver-deployment.yaml index ba5f3a9..483cdca 100644 --- a/deploy/manifests/05-custom-metrics-apiserver-deployment.yaml +++ b/deploy/manifests/05-custom-metrics-apiserver-deployment.yaml @@ -20,7 +20,7 @@ spec: containers: - name: custom-metrics-apiserver imagePullPolicy: IfNotPresent - image: wavefronthq/wavefront-hpa-adapter:0.9.11 + image: wavefronthq/wavefront-hpa-adapter:0.9.12 args: - /wavefront-adapter - --wavefront-url=https://.wavefront.com