happy-fall-31841
12/24/2024, 4:58 PMhelm_chart = k8s.helm.v3.Release(
chart_name,
k8s.helm.v3.ReleaseArgs(
chart=chart_path,
version=version,
values=helm_values,
namespace=namespace,
timeout=600,
name=chart_name
)
)
late-balloon-24601
12/24/2024, 5:03 PMpulumi up
, are you passing --refresh
, or do you have
options:
refresh: always
in your Pulumi.yaml
? If not, try ithappy-fall-31841
12/24/2024, 5:12 PMpulumi refresh
before running pulumi up.
Now I tried pulumi up --refresh
but it did not detect the failed release againlate-balloon-24601
12/24/2024, 5:13 PMhappy-fall-31841
12/24/2024, 6:20 PMquick-house-41860
01/02/2025, 10:39 AMatomic
option for helm releases. That way, a failed upgrade gets rolled back automatically