Skip to content

Commit

Permalink
Update to Dapr 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jun 17, 2024
1 parent 29b8986 commit 6099776
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 1.13.2
version: 1.13.4
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
4 changes: 2 additions & 2 deletions package/config/helm/upstream/dapr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.13.2
appVersion: 1.13.4
description: A Helm chart for Dapr on Kubernetes
name: dapr
version: 1.13.2
version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Dapr configuration
name: dapr_config
version: 1.13.2
version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Dapr Kubernetes Operator
name: dapr_operator
version: 1.13.2
version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Dapr Kubernetes placement
name: dapr_placement
version: 1.13.2
version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Dapr Kubernetes RBAC components
name: dapr_rbac
version: 1.13.2
version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Dapr Sentry
name: dapr_sentry
version: 1.13.2
version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the Dapr sidecar injector
name: dapr_sidecar_injector
version: 1.13.2
version: 1.13.4
2 changes: 1 addition & 1 deletion package/config/helm/upstream/dapr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
registry: ghcr.io/dapr
tag: '1.13.2'
tag: '1.13.4'
dnsSuffix: ".cluster.local"
logAsJson: false
imagePullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions package/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- helmChart:
appVersion: 1.13.2
version: 1.13.2
appVersion: 1.13.4
version: 1.13.4
path: dapr
path: config/helm/upstream
kind: LockConfig
2 changes: 1 addition & 1 deletion package/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ directories:
name: dapr
repository:
url: https://dapr.github.io/helm-charts
version: 1.13.2
version: 1.13.4
path: dapr
path: config/helm/upstream
kind: Config
Expand Down

0 comments on commit 6099776

Please sign in to comment.