diff --git a/Getting-Started.adoc b/Getting-Started.adoc index 676f52be0..ba10e023e 100644 --- a/Getting-Started.adoc +++ b/Getting-Started.adoc @@ -133,7 +133,7 @@ NOTE: The same commands work for all of the riff components: `functionController * Overriding the version of a riff component: + -To set the version tag for the `functionController` to `0.0.3-build.1` use the following: +To set the version tag for the `functionController` to `0.0.4-build.1` use the following: + [source, bash] ---- diff --git a/config/function-controller-deployment.yaml b/config/function-controller-deployment.yaml index 19071ff76..5d0a464ed 100644 --- a/config/function-controller-deployment.yaml +++ b/config/function-controller-deployment.yaml @@ -12,7 +12,7 @@ spec: component: function-controller spec: containers: - - image: projectriff/function-controller:0.0.3-snapshot + - image: projectriff/function-controller:0.0.4-snapshot name: function-controller imagePullPolicy: IfNotPresent livenessProbe: @@ -33,5 +33,5 @@ spec: - name: KAFKA_BROKERS value: kafka:9092 - name: RIFF_FUNCTION_SIDECAR_TAG - value: 0.0.3-snapshot + value: 0.0.4-snapshot serviceAccountName: riff-sa diff --git a/config/http-gateway-deployment.yaml b/config/http-gateway-deployment.yaml index 41679489d..dd05892ec 100644 --- a/config/http-gateway-deployment.yaml +++ b/config/http-gateway-deployment.yaml @@ -12,7 +12,7 @@ spec: component: http-gateway spec: containers: - - image: projectriff/http-gateway:0.0.3-snapshot + - image: projectriff/http-gateway:0.0.4-snapshot name: http-gateway imagePullPolicy: IfNotPresent livenessProbe: diff --git a/config/topic-controller-deployment.yaml b/config/topic-controller-deployment.yaml index a389cb5cf..4be589c97 100644 --- a/config/topic-controller-deployment.yaml +++ b/config/topic-controller-deployment.yaml @@ -12,7 +12,7 @@ spec: component: topic-controller spec: containers: - - image: projectriff/topic-controller:0.0.3-snapshot + - image: projectriff/topic-controller:0.0.4-snapshot name: topic-controller imagePullPolicy: IfNotPresent livenessProbe: diff --git a/helm/values-snapshot.yaml b/helm/values-snapshot.yaml index 35e9b7a97..819f1fe79 100644 --- a/helm/values-snapshot.yaml +++ b/helm/values-snapshot.yaml @@ -1,12 +1,12 @@ functionController: image: - tag: 0.0.3-snapshot + tag: 0.0.4-snapshot sidecar: image: - tag: 0.0.3-snapshot + tag: 0.0.4-snapshot topicController: image: - tag: 0.0.3-snapshot + tag: 0.0.4-snapshot httpGateway: image: - tag: 0.0.3-snapshot + tag: 0.0.4-snapshot diff --git a/riff b/riff index 0444faf1c..03cbe43f8 100755 --- a/riff +++ b/riff @@ -1,6 +1,6 @@ #!/bin/bash -RIFF_VERSION="${RIFF_VERSION:-0.0.2}" +RIFF_VERSION="${RIFF_VERSION:-0.0.3}" function print_usage() { cat <