Skip to content

Commit

Permalink
v0.3.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
austince authored Aug 12, 2019
1 parent 3614273 commit baaf44c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2.0
VERSION?=v0.3.0
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.2.0"
appVersion: "0.3.0"
description: A Helm chart for the Ververica Platform K8s Controller
name: vp-k8s-controller
version: 0.3.0
version: 0.4.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.2.0` |
| `controller.imageTag` | | `v0.3.0` |
| `controller.imagePullPolicy` | | `IfNotPresent` |
| `controller.metricsHost` | Host for the metrics reporter. | `127.0.0.1` |
| `controller.metricsPort` | Port for the metrics reporter. | `8080` |
Expand Down
2 changes: 1 addition & 1 deletion charts/vp-k8s-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rbacProxy:

controller:
imageRepository: fintechstudios/ververica-platform-k8s-controller
imageTag: v0.2.0
imageTag: v0.3.0
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.2.0
- image: fintechstudios/ververica-platform-k8s-controller:v0.3.0
name: manager

0 comments on commit baaf44c

Please sign in to comment.