After an upgrade or rollback, you can view the history of the release by using helm history
controlplane ~ ➜ helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
dazzling-web default 3 2025-09-27 12:34:48.323381215 +0000 UTC deployed nginx-12.0.4 1.22.0
controlplane ~ ➜ helm history dazzling-web
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Sat Sep 27 12:34:45 2025 superseded nginx-12.0.4 1.22.0 Install complete
2 Sat Sep 27 12:34:46 2025 superseded nginx-12.0.5 1.22.0 Upgrade complete
3 Sat Sep 27 12:34:48 2025 deployed nginx-12.0.4 1.22.0 Upgrade complete
controlplane ~ ➜ helm upgrade dazzling-web bitnami/nginx --version=18.3.6
Pulled: us-central1-docker.pkg.dev/kk-lab-prod/helm-charts/bitnami/nginx:18.3.6
Digest: sha256:19a3e4578765369a8c361efd98fe167cc4e4d7f8b4ee42da899ae86e5f2be263
Release "dazzling-web" has been upgraded. Happy Helming!
NAME: dazzling-web
LAST DEPLOYED: Sat Sep 27 12:42:02 2025
NAMESPACE: default
STATUS: deployed
REVISION: 4
TEST SUITE: None
NOTES:
CHART NAME: nginx
CHART VERSION: 18.3.6
APP VERSION: 1.27.4
controlplane ~ ➜ helm history dazzling-web
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Sat Sep 27 12:34:45 2025 superseded nginx-12.0.4 1.22.0 Install complete
2 Sat Sep 27 12:34:46 2025 superseded nginx-12.0.5 1.22.0 Upgrade complete
3 Sat Sep 27 12:34:48 2025 superseded nginx-12.0.4 1.22.0 Upgrade complete
4 Sat Sep 27 12:42:02 2025 deployed nginx-18.3.6 1.27.4 Upgrade complete