Skip to content

Commit

Permalink
Using multi-arch image for deployment
Browse files Browse the repository at this point in the history
Signed-off-by: mayank <[email protected]>
  • Loading branch information
mayank authored and kmova committed May 14, 2021
1 parent cdc9c1c commit 1020198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubectl/openebs-nfs-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
containers:
- name: openebs-provisioner-nfs
imagePullPolicy: IfNotPresent
image: openebs/provisioner-nfs-amd64:ci
image: openebs/provisioner-nfs:ci
env:
# OPENEBS_IO_K8S_MASTER enables openebs provisioner to connect to K8s
# based on this address. This is ignored if empty.
Expand Down
2 changes: 1 addition & 1 deletion provisioner/helper_kernel_nfs_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (p *Provisioner) createDeployment(nfsServerOpts *KernelNFSServerOptions) er
WithContainerBuildersNew(
container.NewBuilder().
WithName("nfs-server").
WithImage("openebs/nfs-server-alpine-amd64:ci").
WithImage("openebs/nfs-server-alpine:ci").
WithEnvsNew(
[]corev1.EnvVar{
{
Expand Down

0 comments on commit 1020198

Please sign in to comment.