Merge pull request #488 from dapr/master

This commit is contained in:
Artur Souza 2021-02-12 08:26:02 -08:00 committed by GitHub
commit f4a35e7b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 10 deletions

View File

@ -22,11 +22,11 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: 13.0.x
DAPR_CLI_VER: 1.0.0-rc.4
DAPR_RUNTIME_VER: 1.0.0-rc.3
DAPR_CLI_VER: 1.0.0-rc.5
DAPR_RUNTIME_VER: 1.0.0-rc.4
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
DAPR_CLI_REF:
DAPR_REF: 4899aa8fb8f7537fb10432e6cc0cfc09c572cb54
DAPR_REF:
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
GPG_KEY: ${{ secrets.GPG_KEY }}

View File

@ -27,8 +27,8 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: 13.0.x
DAPR_CLI_VER: 1.0.0-rc.4
DAPR_RUNTIME_VER: 1.0.0-rc.3
DAPR_CLI_VER: 1.0.0-rc.5
DAPR_RUNTIME_VER: 1.0.0-rc.4
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
DAPR_CLI_REF:
DAPR_REF:

View File

@ -4,7 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
version: v1
metadata:
- name: redisHost
value: localhost:6379

View File

@ -4,7 +4,7 @@ metadata:
name: sample123
spec:
type: bindings.kafka
version: 1
version: v1
metadata:
# Kafka broker connection setting
- name: brokers

View File

@ -4,7 +4,7 @@ metadata:
name: messagebus
spec:
type: pubsub.redis
version: 1
version: v1
metadata:
- name: redisHost
value: localhost:6379

View File

@ -4,7 +4,7 @@ metadata:
name: vault
spec:
type: secretstores.hashicorp.vault
version: 1
version: v1
metadata:
- name: vaultAddr
value: "http://127.0.0.1:8200"

View File

@ -4,7 +4,7 @@ metadata:
name: statestore
spec:
type: state.redis
version: 1
version: v1
metadata:
- name: redisHost
value: localhost:6379