Skip to content

Commit

Permalink
Using full repo name to avoid short-name error in podman
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed May 4, 2023
1 parent 7eed834 commit 98b5bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
global:
registry:
address: kubeovn
address: docker.io/kubeovn
imagePullSecrets: []
images:
kubeovn:
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KUBELET_DIR=${KUBELET_DIR:-/var/lib/kubelet}
CNI_CONF_DIR="/etc/cni/net.d"
CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="kubeovn"
REGISTRY="docker.io/kubeovn"
VPC_NAT_IMAGE="vpc-nat-gateway"
VERSION="v1.12.0"
IMAGE_PULL_POLICY="IfNotPresent"
Expand Down

0 comments on commit 98b5bec

Please sign in to comment.