Skip to content

Commit

Permalink
[mempool] Bump to version v3.0.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst authored Sep 3, 2024
1 parent 3fef8f3 commit 06c6c6f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
6 changes: 6 additions & 0 deletions charts/mempool/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 19.0.5
digest: sha256:e0f459d10fcea8726475205ec4508c57f65ab02365be2d2369ba325dd44408d4
generated: "2024-09-02T21:36:14.996014-05:00"
6 changes: 3 additions & 3 deletions charts/mempool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
description: A Helm chart for mempool
name: mempool
version: 0.1.6
version: 0.1.8
# renovate: image=mempool/frontend
appVersion: "v3.0.0-dev8"
appVersion: "v3.0.0"
dependencies:
- name: mariadb
version: "18.0.2"
version: "19.0.5"
repository: "https://charts.bitnami.com/bitnami"
9 changes: 5 additions & 4 deletions charts/mempool/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# mempool

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![AppVersion: v3.0.0-dev8](https://img.shields.io/badge/AppVersion-v3.0.0--dev8-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![AppVersion: v3.0.0](https://img.shields.io/badge/AppVersion-v3.0.0-informational?style=flat-square)

A Helm chart for mempool

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 18.0.2 |
| https://charts.bitnami.com/bitnami | mariadb | 19.0.5 |

## Values

Expand All @@ -28,7 +28,7 @@ A Helm chart for mempool
| backend.fullnameOverride | string | `""` | |
| backend.image.pullPolicy | string | `"IfNotPresent"` | |
| backend.image.repository | string | `"mempool/backend"` | |
| backend.image.tag | string | `"v3.0.0-dev8"` | |
| backend.image.tag | string | `"v3.0.0"` | |
| backend.imagePullSecrets | list | `[]` | |
| backend.mempoolBackend.type | string | `"none"` | |
| backend.nameOverride | string | `""` | |
Expand Down Expand Up @@ -61,7 +61,7 @@ A Helm chart for mempool
| frontend.fullnameOverride | string | `""` | |
| frontend.image.pullPolicy | string | `"IfNotPresent"` | |
| frontend.image.repository | string | `"mempool/frontend"` | |
| frontend.image.tag | string | `"v3.0.0-dev8"` | |
| frontend.image.tag | string | `"v3.0.0"` | |
| frontend.imagePullSecrets | list | `[]` | |
| frontend.ingress.annotations | object | `{}` | |
| frontend.ingress.enabled | bool | `false` | |
Expand Down Expand Up @@ -100,6 +100,7 @@ A Helm chart for mempool
| mariadb.auth.username | string | `"mempool"` | |
| mariadb.primary.persistence.enabled | bool | `false` | |
| mariadb.primary.persistence.size | string | `"8Gi"` | |
| mariadb.primary.resourcesPreset | string | `"small"` | |
| replicaCount | int | `1` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `nil` | |
Expand Down
5 changes: 3 additions & 2 deletions charts/mempool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serviceAccount:
frontend:
image:
repository: mempool/frontend
tag: v3.0.0-dev8
tag: v3.0.0
pullPolicy: IfNotPresent

strategyType: Recreate
Expand Down Expand Up @@ -149,7 +149,7 @@ frontend:
backend:
image:
repository: mempool/backend
tag: v3.0.0-dev8
tag: v3.0.0
pullPolicy: IfNotPresent

strategyType: Recreate
Expand Down Expand Up @@ -274,6 +274,7 @@ mariadb:
rootPassword: admin

primary:
resourcesPreset: "small"
persistence:
enabled: false
size: 8Gi

0 comments on commit 06c6c6f

Please sign in to comment.