Skip to content

Commit

Permalink
fixup! deps: bump cert manager to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Dec 15, 2023
1 parent eb98b10 commit 6d514f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/constellation/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func TestHelmApply(t *testing.T) {
awsLbVersion = *tc.clusterAWSLBVersion
}

certManagerVersion := "v1.13.2" // current version
certManagerVersion := "v1.12.6" // current version
if tc.clusterCertManagerVersion != nil {
certManagerVersion = *tc.clusterCertManagerVersion
}
Expand Down

0 comments on commit 6d514f1

Please sign in to comment.