Skip to content

Commit

Permalink
Bump version 0.9.10 (#41)
Browse files Browse the repository at this point in the history
* bump version to 0.9.10

* bump image version
  • Loading branch information
Jyuqi authored Feb 28, 2023
1 parent 33b089c commit f2df70a
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 @@ -3,7 +3,7 @@ OUT_DIR?=./_output
DOCKER_REPO?=wavefronthq
DOCKER_IMAGE?=wavefront-hpa-adapter

VERSION?=0.9.10
VERSION?=0.9.11

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.9
image: wavefronthq/wavefront-hpa-adapter:0.9.10
args:
- /wavefront-adapter
- --wavefront-url=https://<INSTANCE>.wavefront.com
Expand Down

0 comments on commit f2df70a

Please sign in to comment.