diff --git a/static/img/v1.3/image-hv/create-encryption-used-secret.png b/static/img/v1.3/image-hv/create-encryption-used-secret.png new file mode 100644 index 00000000..4fd931be Binary files /dev/null and b/static/img/v1.3/image-hv/create-encryption-used-secret.png differ diff --git a/static/img/v1.3/image-hv/create-storage-class.png b/static/img/v1.3/image-hv/create-storage-class.png new file mode 100644 index 00000000..5059cbb5 Binary files /dev/null and b/static/img/v1.3/image-hv/create-storage-class.png differ diff --git a/static/img/v1.3/image-hv/image-labels.png b/static/img/v1.3/image-hv/image-labels.png new file mode 100644 index 00000000..852a9804 Binary files /dev/null and b/static/img/v1.3/image-hv/image-labels.png differ diff --git a/static/img/v1.3/image-hv/image-storageclasses.png b/static/img/v1.3/image-hv/image-storageclasses.png new file mode 100644 index 00000000..28c1c8df Binary files /dev/null and b/static/img/v1.3/image-hv/image-storageclasses.png differ diff --git a/static/img/v1.3/image-hv/select-encryption-storage-class.png b/static/img/v1.3/image-hv/select-encryption-storage-class.png new file mode 100644 index 00000000..8fce7762 Binary files /dev/null and b/static/img/v1.3/image-hv/select-encryption-storage-class.png differ diff --git a/static/img/v1.3/image-hv/select-normal-storage-class.png b/static/img/v1.3/image-hv/select-normal-storage-class.png new file mode 100644 index 00000000..5d864e00 Binary files /dev/null and b/static/img/v1.3/image-hv/select-normal-storage-class.png differ diff --git a/static/img/v1.3/image-hv/upload-image-local.png b/static/img/v1.3/image-hv/upload-image-local.png new file mode 100644 index 00000000..c14e8f82 Binary files /dev/null and b/static/img/v1.3/image-hv/upload-image-local.png differ diff --git a/static/img/v1.3/image-hv/upload-image.png b/static/img/v1.3/image-hv/upload-image.png new file mode 100644 index 00000000..930c962a Binary files /dev/null and b/static/img/v1.3/image-hv/upload-image.png differ diff --git a/versioned_docs/version-v1.6/image/image-security.md b/versioned_docs/version-v1.6/image/image-security.md index 46854673..d8ba4cd2 100644 --- a/versioned_docs/version-v1.6/image/image-security.md +++ b/versioned_docs/version-v1.6/image/image-security.md @@ -39,7 +39,7 @@ Prepare the following resources: - Secret: A Kubernetes secret is used as the passphrase of dm_crypt. You must specify the value of the `CRYPTO_KEY_VALUE` field. All other fields are fixed. - ![](/img/v1.4/image/create-encryption-used-secret.png) + ![](/img/v1.3/image-hv/create-encryption-used-secret.png) Example of a secret: @@ -74,7 +74,7 @@ Prepare the following resources: - StorageClass: Images are encrypted using Longhorn, so required fields must be passed to the Longhorn CSI Driver. You can specify the encryption secret when creating a StorageClass. For more information, see [Image StorageClass](./upload-image#image-storageclass). - ![](/img/v1.4/image/create-storage-class.png) + ![](/img/v1.3/image-hv/create-storage-class.png) Example of a StorageClass: @@ -172,4 +172,4 @@ You cannot perform the following actions: - Export a new image from an encrypted image - Download an encrypted image -- Upload an encrypted image \ No newline at end of file +- Upload an encrypted image diff --git a/versioned_docs/version-v1.6/image/upload-image.md b/versioned_docs/version-v1.6/image/upload-image.md index f117e185..e2878b4b 100644 --- a/versioned_docs/version-v1.6/image/upload-image.md +++ b/versioned_docs/version-v1.6/image/upload-image.md @@ -40,7 +40,7 @@ This issue is fixed in v1.6.1. ::: -![](/img/v1.2/upload-image.png) +![](/img/v1.3/image-hv/upload-image.png) @@ -92,7 +92,7 @@ Currently, qcow2, raw, and ISO images are supported. ::: -![](/img/v1.2/upload-image-local.png) +![](/img/v1.3/image-hv/upload-image-local.png) #### HTTP 413 Error in Rancher Multi-Cluster Management @@ -175,4 +175,4 @@ You can add labels to the image, which will help identify the OS type more accur If your image name or URL contains any valid information, the UI will automatically recognize the OS type and image category for you. If not, you can also manually specify those corresponding labels on the UI. -![](/img/v1.2/image-labels.png) +![](/img/v1.3/image-hv/image-labels.png)