dapr / installer-bundle

Dapr bundled installer containing CLI and runtime packaged together. This eliminated the need to download Docker images when initializing Dapr locally.
Apache License 2.0
37 stars 8 forks source link

Prepare installer-bundle to Dapr Runtime v1.9.0-rc.1 #16

Closed shaibarlev closed 2 years ago

shaibarlev commented 2 years ago

Dapr Runtime was updated to Dapr Runtime v1.9.0-rc.1 , https://github.com/dapr/dapr/releases/tag/v1.9.0-rc.1 Please update the installer-bundle. When can I test this https://github.com/dapr/installer-bundle/issues/8 ?

shivamkm07 commented 2 years ago

@shaibarlev It was released yesterday: https://github.com/dapr/installer-bundle/releases/tag/v1.9.0-rc.1

You should be able to test #8 now:

For private/local registry: install-by-providing-a-docker-container-registry-url

Note: For init in kubernetes use -k with --image-registry i.e. dapr init -k --image-registry <YOUR_REGISTRY>

For privately hosted helm charts: use-private-helm-repository