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

Commit

Permalink
use v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed May 1, 2018
1 parent 07df4e8 commit 1107003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/deployment.yaml
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
application: kube-ops-view
version: v0.7.1
version: v0.8
name: kube-ops-view
spec:
replicas: 1
Expand All @@ -14,13 +14,13 @@ spec:
metadata:
labels:
application: kube-ops-view
version: v0.7.1
version: v0.8
spec:
serviceAccount: kube-ops-view
containers:
- name: service
# see https://github.com/hjacobs/kube-ops-view/releases
image: hjacobs/kube-ops-view:0.7.1
image: hjacobs/kube-ops-view:0.8
args:
# remove this option to use built-in memory store
- --redis-url=redis://kube-ops-view-redis:6379
Expand Down

0 comments on commit 1107003

Please sign in to comment.