Skip to content

Commit

Permalink
[stable/hoppscotch] Update hoppscotch chart to use correct image (del…
Browse files Browse the repository at this point in the history
…iveryhero#603)

Update hoppscotch chart to use correct image.
  • Loading branch information
rossigee authored and fekaiser committed Oct 23, 2024
1 parent 08013dc commit 87dbb71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions stable/hoppscotch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "v1.9.9"
appVersion: "2024.8.2"
description: A free, fast and beautiful API request builder
name: hoppscotch
version: 0.2.8
version: 0.3.0
home: https://github.com/hoppscotch/hoppscotch
sources:
- https://github.com/hoppscotch/hoppscotch
Expand Down
6 changes: 3 additions & 3 deletions stable/hoppscotch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hoppscotch

![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![AppVersion: v1.9.9](https://img.shields.io/badge/AppVersion-v1.9.9-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: 2024.8.2](https://img.shields.io/badge/AppVersion-2024.8.2-informational?style=flat-square)

A free, fast and beautiful API request builder

Expand Down Expand Up @@ -48,8 +48,8 @@ helm install my-release deliveryhero/hoppscotch -f values.yaml
|-----|------|---------|-------------|
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"liyasthomas/postwoman"` | |
| image.tag | string | `"v1.9.9"` | |
| image.repository | string | `"hoppscotch/hoppscotch"` | |
| image.tag | string | `"2024.8.2"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
Expand Down
4 changes: 2 additions & 2 deletions stable/hoppscotch/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
replicaCount: 1

image:
repository: liyasthomas/postwoman
tag: v1.9.9
repository: hoppscotch/hoppscotch
tag: 2024.8.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 87dbb71

Please sign in to comment.