Skip to content

Commit

Permalink
Fix links to SUSE registry for 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Aug 19, 2020
1 parent 189d95d commit db4ce26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion adoc/admin-velero-deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ helm install \
--set configuration.backupStorageLocation.config.s3Url=<S3_COMPATIBLE_STORAGE_SERVER_URL> \
--set snapshotsEnabled=false \
--set initContainers[0].name=velero-plugin-for-aws \
--set initContainers[0].image=registry.suse.com/caasp/v4.5/velero-plugin-for-aws:1.0.1 \
--set initContainers[0].image=registry.suse.com/caasp/v4/velero-plugin-for-aws:1.0.1 \
--set initContainers[0].volumeMounts[0].mountPath=/target \
--set initContainers[0].volumeMounts[0].name=plugins \
suse/velero
Expand Down
24 changes: 12 additions & 12 deletions adoc/deployment-airgapped.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -395,18 +395,18 @@ These images need to be available in the external and internal mirrors at the ti
Image tags will vary depending on the version of kubernetes you install.
:===
CATEGORY:IMAGE:URL
KUBEADM:hyperkube:registry.suse.com/caasp/v4.5/hyperkube
KUBEADM:pause:registry.suse.com/caasp/v4.5/pause
KUBEADM:coredns:registry.suse.com/caasp/v4.5/coredns
KUBEADM:etcd:egistry.suse.com/caasp/v4.5/etcd
ADDONS:cilium:registry.suse.com/caasp/v4.5/cilium-init
ADDONS:cilium:registry.suse.com/caasp/v4.5/cilium-operator
ADDONS:cilium:registry.suse.com/caasp/v4.5/cilium
ADDONS:dex:registry.suse.com/caasp/v4.5/caasp-dex
ADDONS:gangway:registry.suse.com/caasp/v4.5/gangway
ADDONS:kured:registry.suse.com/caasp/v4.5/kured
MISC:skuba-tooling:registry.suse.com/caasp/v4.5/skuba-tooling
HELM:helm-tiller:registry.suse.com/caasp/v4.5/helm-tiller
KUBEADM:hyperkube:registry.suse.com/caasp/v4/hyperkube
KUBEADM:pause:registry.suse.com/caasp/v4/pause
KUBEADM:coredns:registry.suse.com/caasp/v4/coredns
KUBEADM:etcd:registry.suse.com/caasp/v4/etcd
ADDONS:cilium:registry.suse.com/caasp/v4/cilium-init
ADDONS:cilium:registry.suse.com/caasp/v4/cilium-operator
ADDONS:cilium:registry.suse.com/caasp/v4/cilium
ADDONS:dex:registry.suse.com/caasp/v4/caasp-dex
ADDONS:gangway:registry.suse.com/caasp/v4/gangway
ADDONS:kured:registry.suse.com/caasp/v4/kured
MISC:skuba-tooling:registry.suse.com/caasp/v4/skuba-tooling
HELM:helm-tiller:registry.suse.com/caasp/v4/helm-tiller
:===
====

Expand Down

0 comments on commit db4ce26

Please sign in to comment.