Skip to content

Commit 8d5b968

Browse files
committed
docs: updating to hip 0029
1 parent f27b168 commit 8d5b968

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

hips/hip-0028.md renamed to hips/hip-0029.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
hip: 9999
2+
hip: 0029
33
title: "Expose Release History During Template Rendering"
44
authors: ["Andrew Shoell <mrlunchbox777@gmail.com>"]
55
created: "2025-11-12"
@@ -188,14 +188,14 @@ helm upgrade myrelease mychart --release-history-max 0
188188

189189
The following table shows what values are available in template context for different operations:
190190

191-
| Operation | `.Release.History` | `.Release.Revision` |
192-
| ------------------------------------------------- | ------------------------------------- | ------------------- |
193-
| `helm install` | `[]` | 1 |
194-
| `helm upgrade` (first) | `[]` (default, no flag) | 2 |
195-
| `helm upgrade --release-history-max 1` (first) | Populated with 1 release | 2 |
196-
| `helm upgrade --release-history-max N` | Up to N releases | varies |
197-
| `helm rollback --release-history-max N` | Populated with releases before target | varies |
198-
| `helm template` / dry-runs | `[]` | 1 |
191+
| Operation | `.Release.History` | `.Release.Revision` |
192+
| ---------------------------------------------- | ------------------------------------- | ------------------- |
193+
| `helm install` | `[]` | 1 |
194+
| `helm upgrade` (first) | `[]` (default, no flag) | 2 |
195+
| `helm upgrade --release-history-max 1` (first) | Populated with 1 release | 2 |
196+
| `helm upgrade --release-history-max N` | Up to N releases | varies |
197+
| `helm rollback --release-history-max N` | Populated with releases before target | varies |
198+
| `helm template` / dry-runs | `[]` | 1 |
199199

200200
**Note:** Use `.Release.Revision` to distinguish installs (revision=1) from upgrades (revision>1).
201201

0 commit comments

Comments
 (0)