Skip to content

Commit

Permalink
Bump cluster version to 1.29.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Oct 3, 2024
1 parent ed1b098 commit 89ea415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: stress-test-addons
repository: https://stresstestcharts.blob.core.windows.net/helm/
version: 0.3.2
digest: sha256:6eee71a7e8a4c0dc06d5fbbce39ef63237a0db0b7fc2da66e98e96b68985b764
generated: "2024-05-23T11:37:41.371010465-04:00"
version: 0.3.3
digest: sha256:1cffb5ed8ea74953ab7611f9e2de2163af2c3f0918afb9928f71210da9c19a4a
generated: "2024-10-02T16:18:41.429777815-04:00"
2 changes: 1 addition & 1 deletion tools/stress-cluster/cluster/azure/cluster/cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ param updateNodes bool = false
// monitoring parameters
param workspaceId string

var kubernetesVersion = '1.29.4'
var kubernetesVersion = '1.29.8'
var nodeResourceGroup = 'rg-nodes-${dnsPrefix}-${clusterName}-${groupSuffix}'

var systemAgentPool = {
Expand Down

0 comments on commit 89ea415

Please sign in to comment.