Skip to content

Commit 995377b

Browse files
authored
Merge pull request #392 from wrongerror/release-0.8
Correct VERSION
2 parents dde8cf1 + 72afd8e commit 995377b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1-rc.0
1+
v0.8.1-rc.0

config/bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15927,7 +15927,7 @@ kind: Deployment
1592715927
metadata:
1592815928
labels:
1592915929
app.kubernetes.io/name: openfunction-controller-manager
15930-
app.kubernetes.io/version: 0.8.1-rc.0
15930+
app.kubernetes.io/version: v0.8.1-rc.0
1593115931
control-plane: controller-manager
1593215932
name: openfunction-controller-manager
1593315933
namespace: openfunction
@@ -15948,7 +15948,7 @@ spec:
1594815948
- --leader-elect
1594915949
command:
1595015950
- /openfunction
15951-
image: openfunction/openfunction:0.8.1-rc.0
15951+
image: openfunction/openfunction:v0.8.1-rc.0
1595215952
livenessProbe:
1595315953
httpGet:
1595415954
path: /healthz

0 commit comments

Comments
 (0)