Skip to content

Commit

Permalink
v0.3.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
austince committed Oct 6, 2019
1 parent 67c5b76 commit 79a7db5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image URL to use all building/pushing image targets
VERSION?=v0.3.1
VERSION?=v0.3.2
IMG?=fintechstudios/ververica-platform-k8s-controller
PKG=github.com/fintechstudios.com/ververica-platform-k8s-controller
VERSION_PKG=main
Expand Down
4 changes: 2 additions & 2 deletions charts/vp-k8s-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.3.1"
appVersion: "0.3.2"
description: A Helm chart for the Ververica Platform K8s Controller
name: vp-k8s-controller
version: 0.6.0
version: 0.7.0
2 changes: 1 addition & 1 deletion charts/vp-k8s-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hyperkubeImage:

controller:
imageRepository: fintechstudios/ververica-platform-k8s-controller
imageTag: v0.3.1
imageTag: v0.3.2
imagePullPolicy: IfNotPresent
metricsHost: 127.0.0.1
metricsPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: fintechstudios/ververica-platform-k8s-controller:v0.3.1
- image: fintechstudios/ververica-platform-k8s-controller:v0.3.2
name: manager

0 comments on commit 79a7db5

Please sign in to comment.