Skip to content

Commit

Permalink
update dapr versions in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singhal <[email protected]>
  • Loading branch information
akashsinghal committed Dec 10, 2024
1 parent 1e1f9c0 commit 20a5787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/high-availability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: read
strategy:
matrix:
DAPR_VERSION: ["1.13.2"]
DAPR_VERSION: ["1.14.4"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down
2 changes: 1 addition & 1 deletion dev.high-availability.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ releases:
namespace: dapr-system
createNamespace: true
chart: dapr/dapr
version: 1.13.2
version: 1.14.4
wait: true
- name: gatekeeper
namespace: gatekeeper-system
Expand Down
2 changes: 1 addition & 1 deletion high-availability.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ releases:
namespace: dapr-system
createNamespace: true
chart: dapr/dapr
version: 1.13.2
version: 1.14.4
wait: true
- name: gatekeeper
namespace: gatekeeper-system
Expand Down

0 comments on commit 20a5787

Please sign in to comment.