Skip to content

Commit

Permalink
k8s update
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Aug 4, 2023
1 parent 5242d83 commit f7a151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/src/k8s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const createK8sCluster = ({
nodeCount,
},
region,
version: '1.27.2-do.0',
version: '1.27.4-do.0',
autoUpgrade: true,
vpcUuid: vpc.id,
});
Expand Down

0 comments on commit f7a151d

Please sign in to comment.