Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jun 29, 2020
1 parent 4be36eb commit 8f61d98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/examples/hp-ilo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ template:
spec:
containers:
- name: fence
image: docker.io/kvaps/kube-fencing-agents:v2.0.0
image: docker.io/kvaps/kube-fencing-agents:v2.0.1
command: ["fence_ilo", "-a", "$(FENCING_ID)", "-l", "user", "-p", "password"]
env:
- name: FENCING_NODE
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/kube-fencing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controller:

image:
repository: docker.io/kvaps/kube-fencing-controller
tag: v2.0.0
tag: v2.0.1
pullPolicy: IfNotPresent
pullSecrets:
- name: regsecret
Expand All @@ -32,7 +32,7 @@ switcher:

image:
repository: docker.io/kvaps/kube-fencing-switcher
tag: v2.0.0
tag: v2.0.1
pullPolicy: IfNotPresent
pullSecrets:
- name: regsecret
Expand Down
10 changes: 5 additions & 5 deletions deploy/kube-fencing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: fencing-controller
namespace: test
namespace: fencing
---
# Source: kube-fencing/templates/switcher-rbac.yaml
kind: ClusterRoleBinding
Expand All @@ -60,7 +60,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: fencing-switcher
namespace: test
namespace: fencing
---
# Source: kube-fencing/templates/controller-rbac.yaml
kind: Role
Expand Down Expand Up @@ -89,7 +89,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: fencing-controller
namespace: test
namespace: fencing
roleRef:
kind: Role
name: fencing-controller
Expand All @@ -115,7 +115,7 @@ spec:
- name: regsecret
containers:
- name: switcher
image: docker.io/kvaps/kube-fencing-switcher:v2.0.0
image: docker.io/kvaps/kube-fencing-switcher:v2.0.1
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down Expand Up @@ -144,5 +144,5 @@ spec:
- name: regsecret
containers:
- name: controller
image: docker.io/kvaps/kube-fencing-controller:v2.0.0
image: docker.io/kvaps/kube-fencing-controller:v2.0.1
imagePullPolicy: IfNotPresent

0 comments on commit 8f61d98

Please sign in to comment.