Skip to content

Commit

Permalink
UPdate default version (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch authored Aug 4, 2023
1 parent 4ce9a79 commit f3caac1
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.17.0")
-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 = "main"
DefaultKyma2Version = "2.17.0"
)

0 comments on commit f3caac1

Please sign in to comment.