File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ kyma deploy [flags]
28
28
- Deploy a specific branch of the Kyma repository on kyma-project.org: " kyma deploy --source=< my-branch-name> "
29
29
- Deploy a commit (8 characters or more), for example: " kyma deploy --source=34edf09a"
30
30
- 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 " )
32
32
-t, --timeout duration Maximum time for the deployment. (default 20m0s)
33
33
--tls-crt string TLS certificate file for the domain used for installation.
34
34
--tls-key string TLS key file for the domain used for installation.
Original file line number Diff line number Diff line change 6
6
package config
7
7
8
8
const (
9
- DefaultKyma2Version = "2.19.1 "
9
+ DefaultKyma2Version = "2.19.2 "
10
10
)
You can’t perform that action at this time.
0 commit comments