Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4a91201865 | ||
723ccf5a19 | |||
![]() |
af5de94208 | ||
9940847608 |
8 changed files with 21 additions and 6 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
||||
|
||||
## 0.0.43 (2024-08-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* maildev cron ([723ccf5](https://codeberg.org/devthefuture/helm-charts/commit/723ccf5a190b763107814327f6f4121eae278e9c))
|
||||
|
||||
## 0.0.42 (2024-07-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* up ([9940847](https://codeberg.org/devthefuture/helm-charts/commit/99408476084068c8f91b449952ecef07afd24bfa))
|
||||
|
||||
## 0.0.41 (2024-07-18)
|
||||
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ apiVersion: v2
|
|||
name: cnpg-cluster
|
||||
description: A Helm chart to create cloudnative-pg.io clusters
|
||||
type: application
|
||||
version: 0.0.41
|
||||
version: 0.0.43
|
||||
appVersion: '15'
|
||||
|
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: keydb
|
||||
description: A Helm chart for KeyDB multimaster setup
|
||||
type: application
|
||||
version: 0.0.41
|
||||
version: 0.0.43
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v2
|
||||
description: A Helm chart for maildev
|
||||
name: maildev
|
||||
version: 0.0.41
|
||||
version: 0.0.43
|
||||
|
|
|
@ -42,7 +42,7 @@ spec:
|
|||
- name: reload-mail
|
||||
image: "{{ .Values.cron.image.repository }}:{{ .Values.cron.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.cron.image.pullPolicy }}
|
||||
args: ["wget","{{ include "common.names.fullname" . }}:1080/reloadMailsFromDirectory"]
|
||||
args: ["wget","{{ include "common.names.fullname" . }}:1080/reloadMailsFromDirectory","-q","-O","/dev/null"]
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
apiVersion: v2
|
||||
name: modjo-microservice
|
||||
version: 0.0.41
|
||||
version: 0.0.43
|
||||
|
|
|
@ -112,6 +112,7 @@ ingress:
|
|||
className: ""
|
||||
annotations: {}
|
||||
hostname: api.local
|
||||
tls: true
|
||||
tlsSecretname: alerte-secours-tls
|
||||
|
||||
resources: {}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.0.41",
|
||||
"version": "0.0.43",
|
||||
"repository": "git@codeberg.org:devthefuture/helm-charts.git",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue