Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/love/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Deployment for the LSST Operators Visualization Environment
| love-nginx.affinity | object | `{}` | Affinity rules for the NGINX pod |
| love-nginx.image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image |
| love-nginx.image.repository | string | `"nginx"` | The NGINX image to use |
| love-nginx.image.tag | string | `"1.29.6"` | The tag to use for the NGINX image |
| love-nginx.image.tag | string | `"1.29.7"` | The tag to use for the NGINX image |
| love-nginx.imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
| love-nginx.ingress.annotations | object | `{}` | Annotations for the NGINX ingress |
| love-nginx.ingress.className | string | `"nginx"` | Assign the Ingress class name |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Helm chart for the LOVE Nginx server.
| affinity | object | `{}` | Affinity rules for the NGINX pod |
| image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image |
| image.repository | string | `"nginx"` | The NGINX image to use |
| image.tag | string | `"1.29.6"` | The tag to use for the NGINX image |
| image.tag | string | `"1.29.7"` | The tag to use for the NGINX image |
| imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
| ingress.annotations | object | `{}` | Annotations for the NGINX ingress |
| ingress.className | string | `"nginx"` | Assign the Ingress class name |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# -- The NGINX image to use
repository: nginx
# -- The tag to use for the NGINX image
tag: 1.29.6
tag: 1.29.7
# -- The pull policy on the NGINX image
pullPolicy: IfNotPresent
# -- Service type specification
Expand Down
2 changes: 1 addition & 1 deletion applications/nightlydigest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Nightlydigest logging and reporting service
| nightlydigest-nginx.affinity | object | `{}` | Affinity rules for the NGINX pod |
| nightlydigest-nginx.image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image |
| nightlydigest-nginx.image.repository | string | `"nginx"` | The NGINX image to use |
| nightlydigest-nginx.image.tag | string | `"1.29.6"` | The tag to use for the NGINX image |
| nightlydigest-nginx.image.tag | string | `"1.29.7"` | The tag to use for the NGINX image |
| nightlydigest-nginx.imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
| nightlydigest-nginx.ingress.annotations | object | `{}` | Annotations for the NGINX ingress |
| nightlydigest-nginx.ingress.className | string | `"nginx"` | Assign the Ingress class name |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Helm chart for the Nightlydigest Nginx server.
| affinity | object | `{}` | Affinity rules for the NGINX pod |
| image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image |
| image.repository | string | `"nginx"` | The NGINX image to use |
| image.tag | string | `"1.29.6"` | The tag to use for the NGINX image |
| image.tag | string | `"1.29.7"` | The tag to use for the NGINX image |
| imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
| ingress.annotations | object | `{}` | Annotations for the NGINX ingress |
| ingress.className | string | `"nginx"` | Assign the Ingress class name |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# -- The NGINX image to use
repository: nginx
# -- The tag to use for the NGINX image
tag: 1.29.6
tag: 1.29.7
# -- The pull policy on the NGINX image
pullPolicy: IfNotPresent
# -- Service type specification
Expand Down
Loading