Skip to content

Commit

Permalink
change deploy image version
Browse files Browse the repository at this point in the history
  • Loading branch information
penglongli committed Jan 26, 2021
1 parent c69ad3c commit 31c9097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
emptyDir: {}
initContainers:
- name: init-config
image: binddns-controller:latest
image: pelin/binddns-controller:v0.1.0
imagePullPolicy: IfNotPresent
command: ["/app/binddns-controller"]
args: ["init-config"]
Expand All @@ -45,7 +45,7 @@ spec:
mountPath: /etc/named/view
containers:
- name: binddns-controller
image: binddns-controller:latest
image: pelin/binddns-controller:v0.1.0
imagePullPolicy: IfNotPresent
command: ["/app/binddns-controller"]
args: ["--api"]
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: binddns-sa
containers:
- name: binddns-webhook
image: binddns-webhook:latest
image: pelin/binddns-webhook:v0.1.0
imagePullPolicy: IfNotPresent
command: ["/app/binddns-webhook"]
args:
Expand Down

0 comments on commit 31c9097

Please sign in to comment.