Skip to content

Commit bf96b05

Browse files
author
cfsdocs
committed
Build 2031
1 parent 3a09237 commit bf96b05

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

appdeploy-update.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-01-17"
5+
lastupdated: "2024-01-22"
66

77
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
88

@@ -19,7 +19,9 @@ An application contains one or more *revisions*. A revision represents an immuta
1919
{: shortdesc}
2020

2121

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.
2223

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).
2325

2426

2527
{{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
4547

4648

4749

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.
4858

4959
## Updating your app from the console
5060
{: #update-app-console}

sitemap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,8 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
22862286

22872287
[Updating your app](/docs/codeengine?topic=codeengine-update-app#update-app)
22882288

2289+
* [What if I want to redeploy my application without changing configuration settings?](/docs/codeengine?topic=codeengine-update-app#update-app-nochange)
2290+
22892291
* [Updating your app from the console](/docs/codeengine?topic=codeengine-update-app#update-app-console)
22902292

22912293
* [Updating your app to use project-only endpoints from the console](/docs/codeengine?topic=codeengine-update-app#update-app-console-projendpt)

0 commit comments

Comments
 (0)