mchmarny / dapr-demos

Collection of personal Dapr demos (bindings, state, pub/sub, service-to-service invocation)
https://dapr.io
MIT License
167 stars 47 forks source link

Dapr Helm deployment with tag errs on RC #10

Closed mchmarny closed 3 years ago

mchmarny commented 3 years ago

After deploying Dapr using Helm

helm install dapr dapr/dapr -n dapr-system \
        --set global.tag=1.0.0-rc.1 \
        --set global.logAsJson=true \
        --set global.ha.enabled=true

On deployments with dapr enabled annotations, the deployment or replica set fails on start

message: 'admission webhook "sidecar-injector.dapr.io" denied the request: invalid
app id: a lowercase RFC 1123 label must consist of lower case alphanumeric characters
or ''-'', and must start and end with an alphanumeric character (e.g. ''my-name'',  or
''123-abc'', regex used for validation is ''[a-z0-9]([-a-z0-9]*[a-z0-9])?'')'
mchmarny commented 3 years ago

Use --version 1.0.0-rc.1