Skip to content

Commit

Permalink
fix: lifecycle ignore prevents users from chart version updates (#308)
Browse files Browse the repository at this point in the history
this leads to additional breakages, as the older chart version may point to a docker image that no longer exists: https://kubernetes.slack.com/archives/C9LTHT2BB/p1631639873074600

Signed-off-by: Patrick Lee Scott <[email protected]>
  • Loading branch information
patrickleet committed Sep 14, 2021
1 parent a7a3780 commit e538e94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/cluster/charts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ resource "helm_release" "jx-git-operator" {
value = var.jx_bot_token
}

lifecycle {
ignore_changes = all
}
depends_on = [
null_resource.kubeconfig
]
Expand Down

0 comments on commit e538e94

Please sign in to comment.