Pravin Pushkar
9905129bfe
Dapr init for ghcr and private reg changes in k8s mode ( #984 )
...
* Dapr init for ghcr and private reg changes in k8s mode
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* some refactoring
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Upgrade command
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Tests Modify
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update cmd/init.go with updated preview message
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* removing extra spaces
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-22 09:11:04 +05:30
Dmitry Shmulevich
0f9d0d3a89
replaced license headers ( #855 )
...
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Mukundan Sundararajan
f92eebacc6
Skip CRD application during downgrade ( #795 ) ( #801 )
...
* Skip CRD application during downgrade
With the addition of the v2alpha1 subscription CRD, rolling back to
a previous version does not work seamlessly. This is due to k8s not
allowing a new CRD without the v2alpha1 version.
As CRDs are additive skipping their removal when downgrading should
not impact anything. Handling this with an implicit flag allows for
users to have an easy experience without touching the CRDs.
* Fix go.mod with go mod tidy
Co-authored-by: halspang <70976921+halspang@users.noreply.github.com>
2021-10-19 23:27:34 -07:00
Yaron Schneider
4a8d4d6721
fix reset values on upgrade ( #706 )
...
* fix reset values on upgrade
* remove print
* update e2e for k8s
* add reuse-values=true
* return resetvalues=true, use --set for mtls
* linter
2021-05-13 11:21:16 -07:00
Yaron Schneider
3ee9e53338
add renewed headers ( #588 )
2021-02-10 08:37:08 -08:00
Yaron Schneider
53cfd114ef
Add support for all helm values on init/upgrade ( #575 )
...
* add support for all helm options on init/upgrade
* update readme
2021-01-06 16:07:04 -08:00
Yaron Schneider
6d90ec1c77
Add dapr upgrade command ( #566 )
...
* add dapr upgrade command
* make flags required and update README
* linter
* remove hard-coded namespace
* add unit tests
* remove default runtime-version for upgrade
* seperate ha from mtls
* allow upgrading helm installations
2021-01-06 11:36:20 -08:00