Skip to content

Commit

Permalink
chore(deps): update helm release cluster-secret to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent c67bac0 commit 24dcc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/onp_cluster_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "helm_release" "onp_cluster_clustersecret" {
chart = "cluster-secret"
name = "clustersecret"
namespace = "kube-system"
version = "0.2.1"
version = "0.4.0"

reset_values = true
recreate_pods = true
Expand Down

0 comments on commit 24dcc4a

Please sign in to comment.