File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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. |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments