From 87dbb714f7215d1d386e965645b1b0b5887ecb4a Mon Sep 17 00:00:00 2001 From: Ross Golder Date: Thu, 19 Sep 2024 14:59:33 +0700 Subject: [PATCH] [stable/hoppscotch] Update hoppscotch chart to use correct image (#603) Update hoppscotch chart to use correct image. --- stable/hoppscotch/Chart.yaml | 4 ++-- stable/hoppscotch/README.md | 6 +++--- stable/hoppscotch/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/hoppscotch/Chart.yaml b/stable/hoppscotch/Chart.yaml index fa3511a5..fe03fa5d 100644 --- a/stable/hoppscotch/Chart.yaml +++ b/stable/hoppscotch/Chart.yaml @@ -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 diff --git a/stable/hoppscotch/README.md b/stable/hoppscotch/README.md index a96918fd..88dc1ad5 100644 --- a/stable/hoppscotch/README.md +++ b/stable/hoppscotch/README.md @@ -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 @@ -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"` | | diff --git a/stable/hoppscotch/values.yaml b/stable/hoppscotch/values.yaml index 869e8286..fa1b76f2 100644 --- a/stable/hoppscotch/values.yaml +++ b/stable/hoppscotch/values.yaml @@ -1,8 +1,8 @@ replicaCount: 1 image: - repository: liyasthomas/postwoman - tag: v1.9.9 + repository: hoppscotch/hoppscotch + tag: 2024.8.2 pullPolicy: IfNotPresent nameOverride: ""