Skip to content

Commit

Permalink
DO NOT MERGE: change pull policy for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Dec 3, 2024
1 parent 62814be commit 5d852fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/sia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Simple Image Access (SIA) IVOA Service using Butler
| global.baseUrl | string | Set by Argo CD | Base URL for the environment |
| global.host | string | Set by Argo CD | Host name for ingress |
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the sia image |
| image.pullPolicy | string | `"Always"` | Pull policy for the sia image |
| image.repository | string | `"ghcr.io/lsst-sqre/sia"` | Image to use in the sia deployment |
| image.tag | string | The appVersion of the chart | Tag of image to use |
| ingress.annotations | object | `{}` | Additional annotations for the ingress rule |
Expand Down
2 changes: 1 addition & 1 deletion applications/sia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image:
repository: "ghcr.io/lsst-sqre/sia"

# -- Pull policy for the sia image
pullPolicy: "IfNotPresent"
pullPolicy: "Always"

# -- Tag of image to use
# @default -- The appVersion of the chart
Expand Down

0 comments on commit 5d852fd

Please sign in to comment.