diff --git a/applications/giftless/README.md b/applications/giftless/README.md index f16d83cf81..474250391e 100644 --- a/applications/giftless/README.md +++ b/applications/giftless/README.md @@ -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 | diff --git a/applications/giftless/values-roundtable-dev.yaml b/applications/giftless/values-roundtable-dev.yaml index 14c7681165..67e600e170 100644 --- a/applications/giftless/values-roundtable-dev.yaml +++ b/applications/giftless/values-roundtable-dev.yaml @@ -1,7 +1,5 @@ image: - pullPolicy: "Always" - repository: "docker.io/lsstsqre/giftless" - tag: "upstream" + tag: "tickets-dm-42598" server: debug: true ingress: diff --git a/applications/giftless/values-roundtable-prod.yaml b/applications/giftless/values-roundtable-prod.yaml index 9fcb5a17c2..629699eedf 100644 --- a/applications/giftless/values-roundtable-prod.yaml +++ b/applications/giftless/values-roundtable-prod.yaml @@ -1,7 +1,5 @@ image: - pullPolicy: "Always" - repository: "docker.io/lsstsqre/giftless" - tag: "upstream" + tag: "tickets-dm-42598" server: readonly: replicas: 3 diff --git a/applications/giftless/values.yaml b/applications/giftless/values.yaml index 974cd9a21e..911471a192 100644 --- a/applications/giftless/values.yaml +++ b/applications/giftless/values.yaml @@ -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