Skip to content

Commit 2c453db

Browse files
authoredFeb 11, 2021
Merge pull request dapr#2797 from artursouza/release_1_0_rc4_helm_bump
Release 1 0 rc4 helm bump
2 parents 758e4f4 + 075861a commit 2c453db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎charts/dapr/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "1.0.0-rc.3"
2+
appVersion: "1.0.0-rc.4"
33
description: A Helm chart for Dapr on Kubernetes
44
name: dapr
5-
version: 1.0.0-rc.3
5+
version: 1.0.0-rc.4
66
dependencies:
77
- name: dapr_rbac
88
version: "0.6.0"

‎charts/dapr/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
22
registry: docker.io/daprio
3-
tag: "1.0.0-rc.3"
3+
tag: "1.0.0-rc.4"
44
dnsSuffix: ".cluster.local"
55
logAsJson: false
66
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)
Please sign in to comment.