Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Oct 9, 2020
1 parent 160a437 commit 0ea0934
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FAASM_VERSION=0.4.9
FAASM_VERSION=0.4.10
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
LOG_LEVEL: info
MAX_FAASLETS: 5
container:
faasm/base-test:0.4.9
faasm/base-test:0.4.10
defaults:
run:
working-directory: /usr/local/code/faasm
services:
redis:
image: faasm/redis:0.4.9
image: faasm/redis:0.4.10
ports:
- 6379:6379
steps:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.9
0.4.10
2 changes: 1 addition & 1 deletion deploy/k8s/bare-metal/upload-pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: upload
image: faasm/upload:0.4.9
image: faasm/upload:0.4.10
imagePullPolicy: Always
ports:
- containerPort: 8002
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/common/redis-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
containers:
- name: master
image: faasm/redis:0.4.9
image: faasm/redis:0.4.10
env:
- name: MASTER
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/common/redis-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
containers:
- name: master
image: faasm/redis:0.4.9
image: faasm/redis:0.4.10
env:
- name: MASTER
value: "true"
Expand Down

0 comments on commit 0ea0934

Please sign in to comment.