Skip to content

Commit

Permalink
v0.3.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
austince authored Oct 2, 2019
1 parent 4e26f70 commit b041a0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.0
VERSION?=v0.3.1
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.0"
appVersion: "0.3.1"
description: A Helm chart for the Ververica Platform K8s Controller
name: vp-k8s-controller
version: 0.4.0
version: 0.5.0
2 changes: 1 addition & 1 deletion charts/vp-k8s-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A little Helm chart for deploying the Ververica Platform Kubernetes Controller.
| `rbacProxy.imagePullPolicy` | | `IfNotPresent` |
| `rbacProxy.port` | | `8443` |
| `controller.imageRepository` | Image repository for the Manager | `fintechstudios/ververica-platform-k8s-controller` |
| `controller.imageTag` | | `v0.3.0` |
| `controller.imageTag` | | `v0.3.1` |
| `controller.imagePullPolicy` | | `IfNotPresent` |
| `controller.metricsHost` | Host for the metrics reporter. | `127.0.0.1` |
| `controller.metricsPort` | Port for the metrics reporter. | `8080` |
Expand Down
4 changes: 2 additions & 2 deletions charts/vp-k8s-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rbacProxy:

controller:
imageRepository: fintechstudios/ververica-platform-k8s-controller
imageTag: v0.3.0
imageTag: v0.3.1
imagePullPolicy: IfNotPresent
metricsHost: 127.0.0.1
metricsPort: 8080
vpApiUrl: http://ververica-platform-appmanager/api
vpApiUrl: http://ververica-platform-appmanager/api
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.0
- image: fintechstudios/ververica-platform-k8s-controller:v0.3.1
name: manager

0 comments on commit b041a0f

Please sign in to comment.