Skip to content

Commit 8e2a408

Browse files
committed
update kyma to 2.19.2
1 parent 078c374 commit 8e2a408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/gen-docs/kyma_deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kyma deploy [flags]
2828
- Deploy a specific branch of the Kyma repository on kyma-project.org: "kyma deploy --source=<my-branch-name>"
2929
- Deploy a commit (8 characters or more), for example: "kyma deploy --source=34edf09a"
3030
- Deploy a pull request, for example "kyma deploy --source=PR-9486"
31-
- Deploy the local sources: "kyma deploy --source=local" (default "2.19.1")
31+
- Deploy the local sources: "kyma deploy --source=local" (default "2.19.2")
3232
-t, --timeout duration Maximum time for the deployment. (default 20m0s)
3333
--tls-crt string TLS certificate file for the domain used for installation.
3434
--tls-key string TLS key file for the domain used for installation.

internal/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
package config
77

88
const (
9-
DefaultKyma2Version = "2.19.1"
9+
DefaultKyma2Version = "2.19.2"
1010
)

0 commit comments

Comments
 (0)