Skip to content

Commit

Permalink
bump version to 0.9.12 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuqi Jin <jyuqi@vmware.com>
  • Loading branch information
jerrybelmonte and Jyuqi committed Oct 12, 2023
1 parent 444d0a7 commit 77032ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down
Expand Up @@ -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://<INSTANCE>.wavefront.com
Expand Down

0 comments on commit 77032ac

Please sign in to comment.