Skip to content

Commit

Permalink
Change to ghcr.io/datopian repository for giftless
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Dec 19, 2024
1 parent 051ceb2 commit 3e9b5b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
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: 1 addition & 3 deletions applications/giftless/values-roundtable-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
image:
pullPolicy: "Always"
repository: "docker.io/lsstsqre/giftless"
tag: "upstream"
tag: "tickets-dm-42598"
server:
debug: true
ingress:
Expand Down
4 changes: 1 addition & 3 deletions applications/giftless/values-roundtable-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
image:
pullPolicy: "Always"
repository: "docker.io/lsstsqre/giftless"
tag: "upstream"
tag: "tickets-dm-42598"
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 3e9b5b2

Please sign in to comment.