Skip to content

Commit

Permalink
[mempool] Bump to 3.0.1 and mariadb 19.1.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst authored Oct 18, 2024
1 parent 3c49703 commit 0038aa2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/mempool/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +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"
version: 19.1.0
digest: sha256:e9985a6ac00ee33910a00cb0d623052902036443060e92cac75dbe2679ead582
generated: "2024-10-10T09:23:39.096090854Z"
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.8
version: 0.1.9
# renovate: image=mempool/frontend
appVersion: "v3.0.0"
appVersion: "v3.0.1"
dependencies:
- name: mariadb
version: "19.0.5"
version: "19.1.0"
repository: "https://charts.bitnami.com/bitnami"
8 changes: 4 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.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)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![AppVersion: v3.0.1](https://img.shields.io/badge/AppVersion-v3.0.1-informational?style=flat-square)

A Helm chart for mempool

## Requirements

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

## 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"` | |
| backend.image.tag | string | `"v3.0.1"` | |
| 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"` | |
| frontend.image.tag | string | `"v3.0.1"` | |
| frontend.imagePullSecrets | list | `[]` | |
| frontend.ingress.annotations | object | `{}` | |
| frontend.ingress.enabled | bool | `false` | |
Expand Down
4 changes: 2 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
tag: v3.0.1
pullPolicy: IfNotPresent

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

strategyType: Recreate
Expand Down

0 comments on commit 0038aa2

Please sign in to comment.