Skip to content

Commit

Permalink
update release version (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored May 20, 2024
1 parent b444c7b commit 5e97164
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 "2.20.0")
- Deploy the local sources: "kyma deploy --source=local" (default "2.20.4")
-t, --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 @@ -6,5 +6,5 @@
package config

const (
DefaultKyma2Version = "2.20.0"
DefaultKyma2Version = "2.20.4"
)

0 comments on commit 5e97164

Please sign in to comment.