Skip to content
Snippets Groups Projects
Commit a275748f authored by shahidhk's avatar shahidhk
Browse files

update changelog, add two missing params

parent 190fa1ee
No related branches found
No related tags found
No related merge requests found
# Changelog
## v0.1
## v0.2.0
Initial release
- Introduces gitkube CLI
- Support applying manifests: k8s yamls or helm charts
### v0.1.1
## v0.1.1
- Support `.dockerconfigjson` secret type
- Registry credentials supports `secretRef`
## v0.1
Initial release
......@@ -197,6 +197,8 @@ dockerRegistryPrompt:
// use existing username and password
registry = dr.URL
server = dr.Server
username = dr.Username
password = dr.Password
email = fmt.Sprintf("%s@%s", dr.Username, dr.URL)
}
case 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment