Skip to content

Commit

Permalink
fix: hpa and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroembgen committed Oct 9, 2024
1 parent b1cff3a commit d43ce32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: keep
version: 0.1.17
version: 0.1.18
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
Expand Down
6 changes: 3 additions & 3 deletions charts/keep/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep

![Version: 0.1.17](https://img.shields.io/badge/Version-0.1.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.25.2](https://img.shields.io/badge/AppVersion-0.25.2-informational?style=flat-square)
![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.25.3](https://img.shields.io/badge/AppVersion-0.25.3-informational?style=flat-square)

Keep Helm Chart

Expand Down Expand Up @@ -59,7 +59,7 @@ Keep Helm Chart
| backend.healthCheck.probes.readinessProbe.tcpSocket.port | int | `8080` | |
| backend.image.pullPolicy | string | `"Always"` | |
| backend.image.repository | string | `"us-central1-docker.pkg.dev/keephq/keep/keep-api"` | |
| backend.image.tag | string | `"latest"` | |
| backend.image.tag | string | `"{{ .Chart.AppVersion }}"` | |
| backend.imagePullSecrets | list | `[]` | |
| backend.ingress.annotations | object | `{}` | |
| backend.ingress.className | string | `""` | |
Expand Down Expand Up @@ -158,7 +158,7 @@ Keep Helm Chart
| frontend.healthCheck.probes.readinessProbe.httpGet.port | string | `"http"` | |
| frontend.image.pullPolicy | string | `"Always"` | |
| frontend.image.repository | string | `"us-central1-docker.pkg.dev/keephq/keep/keep-ui"` | |
| frontend.image.tag | string | `"latest"` | |
| frontend.image.tag | string | `"{{ .Chart.AppVersion }}"` | |
| frontend.imagePullSecrets | list | `[]` | |
| frontend.ingress.annotations | object | `{}` | |
| frontend.ingress.className | string | `""` | |
Expand Down

0 comments on commit d43ce32

Please sign in to comment.