Skip to content

Commit

Permalink
set kyma version to 2.2.ß (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored May 4, 2022
1 parent ba8148b commit 93df03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gen-docs/kyma_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kyma deploy [flags]
- Deploy a specific branch of the Kyma repository on kyma-project.org: "kyma deploy --source=<my-branch-name>"
- Deploy a commit (8 characters or more), for example: "kyma deploy --source=34edf09a"
- Deploy a pull request, for example "kyma deploy --source=PR-9486"
- Deploy the local sources: "kyma deploy --source=local" (default "main")
- Deploy the local sources: "kyma deploy --source=local" (default "2.2.0")
--timeout duration Maximum time for the deployment. (default 20m0s)
--tls-crt string TLS certificate file for the domain used for installation.
--tls-key string TLS key file for the domain used for installation.
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package config

const (
DefaultKyma1Version = "1.24.9"
DefaultKyma2Version = "main"
DefaultKyma2Version = "2.2.0"
)

0 comments on commit 93df03b

Please sign in to comment.