Skip to content

Commit dc3af7a

Browse files
author
Abdullah Khawer
committed
chore: Add a demo for Terraform Helm Release Upgrade Analyser chat mode
1 parent 9b7330a commit dc3af7a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore all files in demos directory
2+
demos/*
3+
4+
# But keep .gif files in demos directory
5+
!demos/*.gif

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ This chat mode helps you safely upgrade Helm releases managed by Terraform by:
3939
- **Breaking Change Analysis**: Identifies potential breaking changes and compatibility issues
4040
- **Detailed Planning**: Creates comprehensive upgrade plans with step-by-step instructions
4141

42+
#### Demo
43+
44+
![Demo](demos/terraform-helm-release-upgrade-analyser.chatmode.gif)
45+
4246
#### Example Usage
4347

4448
To use this chat mode effectively, follow these steps:
@@ -53,7 +57,7 @@ To use this chat mode effectively, follow these steps:
5357
3. Select `Claude Sonnet 4` as the model
5458
4. Choose the directory containing your Terraform code for the Helm release as the context
5559

56-
##### Usage Example
60+
##### Prompt Example
5761

5862
```
5963
Analyze my Helm chart upgrade plan.
6.79 MB
Loading

0 commit comments

Comments
 (0)