Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit c14adcc

Browse files
committed
v0.9.1
1 parent 4d073a7 commit c14adcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
labels:
55
application: kube-ops-view
6-
version: v0.9
6+
version: v0.9.1
77
name: kube-ops-view
88
spec:
99
replicas: 1
@@ -14,13 +14,13 @@ spec:
1414
metadata:
1515
labels:
1616
application: kube-ops-view
17-
version: v0.9
17+
version: v0.9.1
1818
spec:
1919
serviceAccount: kube-ops-view
2020
containers:
2121
- name: service
2222
# see https://github.com/hjacobs/kube-ops-view/releases
23-
image: hjacobs/kube-ops-view:0.9
23+
image: hjacobs/kube-ops-view:0.9.1
2424
args:
2525
# remove this option to use built-in memory store
2626
- --redis-url=redis://kube-ops-view-redis:6379

0 commit comments

Comments
 (0)