You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appdeploy-update.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
copyright:
4
4
years: 2020, 2024
5
-
lastupdated: "2024-01-17"
5
+
lastupdated: "2024-01-22"
6
6
7
7
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
8
8
@@ -19,7 +19,9 @@ An application contains one or more *revisions*. A revision represents an immuta
19
19
{: shortdesc}
20
20
21
21
22
+
When you modify an application and deploy the application with the changes, or [redeploy the application without changes to its configuration settings](#update-app-nochange), these actions deploy a new revision of the application. When you deploy (or redeploy) an application revision, {{site.data.keyword.codeengineshort}} uses any changed configuration settings, and gets any updated container image, secret, or configmap that is referenced by the application.
22
23
24
+
For more information about deploying applications, such as specifying [valid vCPU and memory combinations](/docs/codeengine?topic=codeengine-mem-cpu-combo), defining commands and arguments, environment variables, secrets, or configmaps, see [Options for deploying an app](/docs/codeengine?topic=codeengine-application-workloads#optionsdeploy).
23
25
24
26
25
27
{{site.data.keyword.codeengineshort}} has a quota for the number of apps and app revisions in a project. For more information about limits for projects, see [Project quotas](/docs/codeengine?topic=codeengine-limits#project_quotas). {{site.data.keyword.codeengineshort}} retains only the latest inactive revision of your application in addition to your active app revision. Older revisions are deleted.
@@ -45,6 +47,14 @@ When you deploy your updated app, the latest version of your referenced containe
45
47
46
48
47
49
50
+
## What if I want to redeploy my application without changing configuration settings?
51
+
{: #update-app-nochange}
52
+
53
+
You can always deploy your application with configuration changes by changing a configuration value and deploying the application.
54
+
55
+
However, you might want to redeploy an application revision without changing your application configuration settings. Perhaps your referenced container image is changed, and you want your application revision to use the updated container image. Or, perhaps you want your application to reference a secret or configmap, which contains updated content values.
56
+
57
+
For these scenarios, from the console, you can click **Redeploy** from the **Configuration** tab of your application page, without changing your app configuration. With the CLI, use the [**`ibmcloud ce app update`**](/docs/codeengine?topic=codeengine-cli#cli-application-update) command.
Copy file name to clipboardExpand all lines: sitemap.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2286,6 +2286,8 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
2286
2286
2287
2287
[Updating your app](/docs/codeengine?topic=codeengine-update-app#update-app)
2288
2288
2289
+
*[What if I want to redeploy my application without changing configuration settings?](/docs/codeengine?topic=codeengine-update-app#update-app-nochange)
2290
+
2289
2291
*[Updating your app from the console](/docs/codeengine?topic=codeengine-update-app#update-app-console)
2290
2292
2291
2293
*[Updating your app to use project-only endpoints from the console](/docs/codeengine?topic=codeengine-update-app#update-app-console-projendpt)
0 commit comments