Skip to content

Commit

Permalink
bump version to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrybelmonte authored Aug 31, 2023
2 parents facb9dc + 0f2b02c commit 2b07e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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.11
VERSION?=0.9.12

BINARY_NAME=wavefront-adapter
GIT_COMMIT:=$(shell git rev-parse --short HEAD)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: custom-metrics-apiserver
imagePullPolicy: IfNotPresent
image: wavefronthq/wavefront-hpa-adapter:0.9.10
image: wavefronthq/wavefront-hpa-adapter:0.9.11
args:
- /wavefront-adapter
- --wavefront-url=https://<INSTANCE>.wavefront.com
Expand Down

0 comments on commit 2b07e3a

Please sign in to comment.