diff --git a/VERSION b/VERSION
index 24c9d9f93..5c4511c36 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.7-snapshot
\ No newline at end of file
+0.0.7
\ No newline at end of file
diff --git a/function-controller/config/deployment.yaml b/function-controller/config/deployment.yaml
index f7fd56069..69036a154 100644
--- a/function-controller/config/deployment.yaml
+++ b/function-controller/config/deployment.yaml
@@ -12,7 +12,7 @@ spec:
component: function-controller
spec:
containers:
- - image: projectriff/function-controller:0.0.7-snapshot
+ - image: projectriff/function-controller:0.0.7
name: function-controller
imagePullPolicy: IfNotPresent
livenessProbe:
@@ -35,5 +35,5 @@ spec:
- name: RIFF_FUNCTION_SIDECAR_REPOSITORY
value: projectriff/function-sidecar
- name: RIFF_FUNCTION_SIDECAR_TAG
- value: 0.0.7-snapshot
+ value: 0.0.7
serviceAccountName: projectriff-riff
diff --git a/function-proto/java/pom.xml b/function-proto/java/pom.xml
index e0e5c3646..f472f8e65 100644
--- a/function-proto/java/pom.xml
+++ b/function-proto/java/pom.xml
@@ -5,7 +5,7 @@
io.projectriff
riff-function-proto
- 0.0.7-SNAPSHOT
+ 0.0.7
Riff Function Protobufs
Protobuffer and gRPC declarations for projectriff
https://projectriff.io
diff --git a/function-proto/node/package-lock.json b/function-proto/node/package-lock.json
index 0427f684b..179e63a70 100644
--- a/function-proto/node/package-lock.json
+++ b/function-proto/node/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@projectriff/function-proto",
- "version": "0.0.6",
+ "version": "0.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/function-proto/node/package.json b/function-proto/node/package.json
index 8be9e5c49..fc1a417c4 100644
--- a/function-proto/node/package.json
+++ b/function-proto/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@projectriff/function-proto",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "gRPC service definitions used by the project riff function-sidecar",
"main": "index.js",
"scripts": {
diff --git a/http-gateway/config/deployment.yaml b/http-gateway/config/deployment.yaml
index 7b8730dca..e0bdf7d9c 100644
--- a/http-gateway/config/deployment.yaml
+++ b/http-gateway/config/deployment.yaml
@@ -12,7 +12,7 @@ spec:
component: http-gateway
spec:
containers:
- - image: projectriff/http-gateway:0.0.7-snapshot
+ - image: projectriff/http-gateway:0.0.7
name: http-gateway
imagePullPolicy: IfNotPresent
livenessProbe:
diff --git a/topic-controller/config/deployment.yaml b/topic-controller/config/deployment.yaml
index a62b15949..d486f43bb 100644
--- a/topic-controller/config/deployment.yaml
+++ b/topic-controller/config/deployment.yaml
@@ -12,7 +12,7 @@ spec:
component: topic-controller
spec:
containers:
- - image: projectriff/topic-controller:0.0.7-snapshot
+ - image: projectriff/topic-controller:0.0.7
name: topic-controller
imagePullPolicy: IfNotPresent
livenessProbe: