Skip to content

Commit

Permalink
[mempool] Bump to version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst committed Sep 3, 2024
1 parent 3fef8f3 commit bc1351a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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"
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-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

0 comments on commit bc1351a

Please sign in to comment.