Skip to content

Commit

Permalink
Merge pull request #4028 from lsst-sqre/tickets/DM-42598
Browse files Browse the repository at this point in the history
Tickets/dm 42598
  • Loading branch information
athornton authored Dec 19, 2024
2 parents 051ceb2 + 9b80e81 commit a48462a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion applications/giftless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 1.0.0
description: Git-LFS server with GCS S3 backend, with Rubin-specific auth
sources:
- https://github.com/datopian/giftless
appVersion: 0.5.0
appVersion: v0.6.2
2 changes: 1 addition & 1 deletion applications/giftless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Git-LFS server with GCS S3 backend, with Rubin-specific auth
| fullnameOverride | string | `""` | Override the full name for resources (includes the release name) |
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the giftless image |
| image.repository | string | `"docker.io/datopian/giftless"` | Giftless image to use |
| image.repository | string | `"ghcr.io/datopian/giftless"` | Giftless image to use |
| image.tag | string | The appVersion of the chart | Tag of giftless image to use |
| ingress.annotations | object | `{}` | Additional annotations to add to the ingress |
| ingress.hostname | object | Must be overridden in environment-specific values file | FQDNs of giftless ingresses |
Expand Down
4 changes: 0 additions & 4 deletions applications/giftless/values-roundtable-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
image:
pullPolicy: "Always"
repository: "docker.io/lsstsqre/giftless"
tag: "upstream"
server:
debug: true
ingress:
Expand Down
4 changes: 0 additions & 4 deletions applications/giftless/values-roundtable-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
image:
pullPolicy: "Always"
repository: "docker.io/lsstsqre/giftless"
tag: "upstream"
server:
readonly:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion applications/giftless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ affinity: {}
# be set in the individual environment values files.
image:
# -- Giftless image to use
repository: docker.io/datopian/giftless
repository: ghcr.io/datopian/giftless
# -- Pull policy for the giftless image
pullPolicy: "IfNotPresent"
# -- Tag of giftless image to use
Expand Down

0 comments on commit a48462a

Please sign in to comment.