Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Preparing for 0.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis committed Apr 6, 2018
1 parent cfc0926 commit 7b1bce6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Getting-Started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,13 @@ The config file to be used can be set using `--config` option and it defaults to
Environment variables are prefixed with `RIFF_` and the variables from the following example are supported:

```
RIFF_VERSION=0.0.6-snapshot
RIFF_USERACCOUNT=myaccount
RIFF_NAMESPACE=test
```

For the config file, you can create a `~/.riff.yaml` file with something like the following content:

```
riffVersion: 0.0.6-snapshot
useraccount: myaccount
namespace: test
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6-snapshot
0.0.6
4 changes: 2 additions & 2 deletions function-controller/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
component: function-controller
spec:
containers:
- image: projectriff/function-controller:0.0.6-snapshot
- image: projectriff/function-controller:0.0.6
name: function-controller
imagePullPolicy: IfNotPresent
livenessProbe:
Expand All @@ -35,5 +35,5 @@ spec:
- name: RIFF_FUNCTION_SIDECAR_REPOSITORY
value: projectriff/function-sidecar
- name: RIFF_FUNCTION_SIDECAR_TAG
value: 0.0.6-snapshot
value: 0.0.6
serviceAccountName: riff-sa
2 changes: 1 addition & 1 deletion function-proto/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.projectriff</groupId>
<artifactId>riff-function-proto</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.6</version>
<name>Riff Function Protobufs</name>
<description>Protobuffer and gRPC declarations for projectriff</description>
<url>https://projectriff.io</url>
Expand Down
2 changes: 1 addition & 1 deletion http-gateway/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
component: http-gateway
spec:
containers:
- image: projectriff/http-gateway:0.0.6-snapshot
- image: projectriff/http-gateway:0.0.6
name: http-gateway
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion topic-controller/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
component: topic-controller
spec:
containers:
- image: projectriff/topic-controller:0.0.6-snapshot
- image: projectriff/topic-controller:0.0.6
name: topic-controller
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit 7b1bce6

Please sign in to comment.