diff --git a/.gitbook/assets/2.18.3-k8s-applications-manifest-git-settings.png b/.gitbook/assets/2.18.3-k8s-applications-manifest-git-settings.png
new file mode 100644
index 00000000..01289b0c
Binary files /dev/null and b/.gitbook/assets/2.18.3-k8s-applications-manifest-git-settings.png differ
diff --git a/.gitbook/assets/2.18.3-stacks-add-git-settings.png b/.gitbook/assets/2.18.3-stacks-add-git-settings.png
new file mode 100644
index 00000000..9bf19e3f
Binary files /dev/null and b/.gitbook/assets/2.18.3-stacks-add-git-settings.png differ
diff --git a/user/docker/stacks/add.md b/user/docker/stacks/add.md
index b9eac5c1..fe68facc 100644
--- a/user/docker/stacks/add.md
+++ b/user/docker/stacks/add.md
@@ -113,14 +113,16 @@ If you have 2FA configured in GitHub, your passcode is your password.
-| Field/Option | Overview |
-| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
-| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
-| Compose path | Enter the path to the Compose file from the root of the repository. |
-| Additional paths | Click **add file** to add additional files to be parsed by the build (for example, an environment-specific compose file). |
+| Field/Option | Overview |
+| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
+| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
+| Compose path | Enter the path to the Compose file from the root of the repository. |
+| Additional paths | Click **Add file** to add additional files to be parsed by the build (for example, an environment-specific compose file). |
+| Automatic updates | Toggle this on to enable automatic updates (see below). |
+| Skip TLS verification | Toggle this on to skip the verification of TLS certificates used by your repository. This is useful if your repo uses a self-signed certificate. |
-
+
### Automatic updates
diff --git a/user/kubernetes/applications/manifest.md b/user/kubernetes/applications/manifest.md
index 1308d437..1e6e7eb1 100644
--- a/user/kubernetes/applications/manifest.md
+++ b/user/kubernetes/applications/manifest.md
@@ -32,14 +32,16 @@ Use the provided fields to enter the details of your Git repository containing y
-| Field/Option | Overview |
-| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
-| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
-| Manifest path | Enter the path to your manifest file relative to the root of your repository. |
-| Additional paths | Click **add file** to define additional manifests or compose files to process as part of the deployment. |
+| Field/Option | Overview |
+| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
+| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
+| Manifest path | Enter the path to your manifest file relative to the root of your repository. |
+| Additional paths | Click **Add file** to define additional manifests or compose files to process as part of the deployment. |
+| Automatic updates | Toggle this on to enable automatic updates (see below). |
+| Skip TLS Verification | Toggle this on to skip the verification of TLS certificates used by your repository. This is useful if your repo uses a self-signed certificate. |
-
+
### Automatic updates