Skip to content

Commit e3d19be

Browse files
committed
Update REDCap's image tag
1 parent a54bea7 commit e3d19be

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/redcap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ helm install redcap aphp-redcap/redcap -f ./examples/basic-install.yaml
4949
|-----|------|---------|-------------|
5050
| httpd.enabled | bool | `true` | If `true`, activates the deployment of the Apache HTTPd proxy. |
5151
| httpd.image.repository | string | `"ghcr.io/aphp/redcap-httpd-shibd"` | Image repository for Apache HTTPd. |
52-
| httpd.image.tag | string | `"1.2.0"` | Image tag for Apache HTTPd. |
52+
| httpd.image.tag | string | `"1.2.1"` | Image tag for Apache HTTPd. |
5353
| httpd.image.pullPolicy | string | `"Always"` | PullPolicy for Apache HTTPd's image. |
5454
| httpd.tls.enabled | bool | `false` | If `true` activates TLS termination on the Apache HTTPd proxy. |
5555
| httpd.tls.certificate.existingSecret | string | `""` | Name of the existing Secret holding the certificate for the TLS termination. The secret must be of type `tls`. |
@@ -82,7 +82,7 @@ helm install redcap aphp-redcap/redcap -f ./examples/basic-install.yaml
8282
| redcap.install.overrideInstallContainer | list | `[]` | Overrides the initContainers that downloads the REDCap application package. |
8383
| redcap.image.repository | string | `"ghcr.io/aphp/redcap-php-fpm"` | Image repository for REDCap PHP-FPM Image. |
8484
| redcap.image.pullPolicy | string | `"Always"` | PullPolicy for REDCap PHP-FPM Image. |
85-
| redcap.image.tag | string | `"1.2.0"` | Tag for REDCap PHP-FPM Image. |
85+
| redcap.image.tag | string | `"1.2.1"` | Tag for REDCap PHP-FPM Image. |
8686
| redcap.extraInitContainers | list | `[]` | Add additional init containers to the PHP-FPM container hosting the REDCap application. |
8787
| redcap.extraContainers | list | `[]` | Add additional containers to the PHP-FPM container hosting the REDCap application. |
8888
| redcap.extraVolumes | list | `[]` | Add additional volumes to the PHP-FPM container hosting the REDCap application. |

charts/redcap/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ httpd:
1111
repository: "ghcr.io/aphp/redcap-httpd-shibd"
1212
# -- Image tag for Apache HTTPd.
1313
# @section -- HTTPd module settings
14-
tag: "1.2.0"
14+
tag: "1.2.1"
1515
# -- PullPolicy for Apache HTTPd's image.
1616
# @section -- HTTPd module settings
1717
pullPolicy: "Always"
@@ -122,7 +122,7 @@ redcap:
122122
pullPolicy: "Always"
123123
# -- Tag for REDCap PHP-FPM Image.
124124
# @section -- REDCap settings
125-
tag: "1.2.0"
125+
tag: "1.2.1"
126126

127127
# -- Add additional init containers to the PHP-FPM container hosting the REDCap application.
128128
# @section -- REDCap settings

0 commit comments

Comments
 (0)