Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed May 2, 2023
1 parent ce174f3 commit 8c6b63c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

SHELL=bash

FACES_GUI_VERSION=0.7.0
FACES_SERVICE_VERSION=0.7.0
FACES_GUI_VERSION=0.8.0
FACES_SERVICE_VERSION=0.8.0

BASEDIR=k8s/01-base

Expand Down
2 changes: 1 addition & 1 deletion giantswarm/k8s/01-base/faces-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: faces-gui
image: dwflynn/faces-gui:0.6.1
image: dwflynn/faces-gui:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down
6 changes: 3 additions & 3 deletions giantswarm/k8s/01-base/faces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: face
image: dwflynn/faces-service:0.6.1
image: dwflynn/faces-service:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
spec:
containers:
- name: smiley
image: dwflynn/faces-service:0.6.1
image: dwflynn/faces-service:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
spec:
containers:
- name: color
image: dwflynn/faces-service:0.6.1
image: dwflynn/faces-service:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion k8s/01-base/faces-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: faces-gui
image: dwflynn/faces-gui:0.7.0
image: dwflynn/faces-gui:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down
6 changes: 3 additions & 3 deletions k8s/01-base/faces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: face
image: dwflynn/faces-service:0.7.0
image: dwflynn/faces-service:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
spec:
containers:
- name: smiley
image: dwflynn/faces-service:0.7.0
image: dwflynn/faces-service:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
spec:
containers:
- name: color
image: dwflynn/faces-service:0.7.0
image: dwflynn/faces-service:0.8.0
imagePullPolicy: Always
ports:
- name: http
Expand Down

0 comments on commit 8c6b63c

Please sign in to comment.