Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
DAPR_RUNTIME_VER: 1.0.0-rc.2
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
DAPR_CLI_REF:
DAPR_REF: f4327d91c3cd921b26077d99abe0f237c9a38f5d
DAPR_REF: 5a15b3e0f093d2d0938b12f144c7047474a290fe
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
GPG_KEY: ${{ secrets.GPG_KEY }}
Expand Down
1 change: 1 addition & 0 deletions examples/components/actors/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
1 change: 1 addition & 0 deletions examples/components/bindings/kafka_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: sample123
spec:
type: bindings.kafka
version: 1
metadata:
# Kafka broker connection setting
- name: brokers
Expand Down
1 change: 1 addition & 0 deletions examples/components/pubsub/redis_messagebus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: messagebus
spec:
type: pubsub.redis
version: 1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
1 change: 1 addition & 0 deletions examples/components/secrets/hashicorp_vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: vault
spec:
type: secretstores.hashicorp.vault
version: 1
metadata:
- name: vaultAddr
value: "http://127.0.0.1:8200"
Expand Down
1 change: 1 addition & 0 deletions examples/components/state/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
1 change: 1 addition & 0 deletions sdk-tests/components/kafka_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: sample123
spec:
type: bindings.kafka
version: 1
metadata:
# Kafka broker connection setting
- name: brokers
Expand Down
1 change: 1 addition & 0 deletions sdk-tests/components/pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: messagebus
spec:
type: pubsub.redis
version: 1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
1 change: 1 addition & 0 deletions sdk-tests/components/statestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
metadata:
- name: redisHost
value: localhost:6379
Expand Down
1 change: 1 addition & 0 deletions sdk-tests/components/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: vault
spec:
type: secretstores.hashicorp.vault
version: 1
metadata:
- name: vaultAddr
value: "http://127.0.0.1:8200"
Expand Down