Skip to content

Commit

Permalink
feat(4allportal): update httpd version (#238)
Browse files Browse the repository at this point in the history
* feat(4allportal): resolve branch 232

* chore: Update 'README.md's

* chore(4allportal): increase Chart version

* chore: Update 'README.md's

---------

Co-authored-by: jpkraemer-mg <[email protected]>
  • Loading branch information
jpkraemer-mg and jpkraemer-mg authored May 17, 2024
1 parent 9594a06 commit 4feb0cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/4allportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "3.10.38"
description: A Helm chart for 4ALLPORTAL version 3.10.0 and up
name: 4allportal
version: 20.0.10
version: 20.0.11
icon: https://4allportal.com/wp-content/uploads/2022/07/cropped-4ap_logo.png
keywords:
- 4ALLPORTAL
Expand Down
4 changes: 2 additions & 2 deletions charts/4allportal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4allportal

![Version: 20.0.10](https://img.shields.io/badge/Version-20.0.10-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square)
![Version: 20.0.11](https://img.shields.io/badge/Version-20.0.11-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square)

A Helm chart for 4ALLPORTAL version 3.10.0 and up

Expand Down Expand Up @@ -256,7 +256,7 @@ A Helm chart for 4ALLPORTAL version 3.10.0 and up
| webdav.groups | object | `{}` | |
| webdav.image.registry | string | `"docker.io"` | |
| webdav.image.repository | string | `"httpd"` | |
| webdav.image.tag | string | `"2.4.58"` | |
| webdav.image.tag | string | `"2.4.59"` | |
| webdav.livenessProbe.enabled | bool | `true` | |
| webdav.livenessProbe.failureThreshold | int | `4` | |
| webdav.livenessProbe.initialDelaySeconds | int | `5` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/4allportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ webdav:
image:
registry: docker.io
repository: httpd
tag: 2.4.58
tag: 2.4.59

events:
enabled: false
Expand Down

0 comments on commit 4feb0cf

Please sign in to comment.