From 3e9b5b2f0e30826f8205fff54868f0ac3aab4159 Mon Sep 17 00:00:00 2001 From: Adam Thornton Date: Fri, 13 Dec 2024 13:50:03 -0700 Subject: [PATCH 1/4] Change to ghcr.io/datopian repository for giftless --- applications/giftless/README.md | 2 +- applications/giftless/values-roundtable-dev.yaml | 4 +--- applications/giftless/values-roundtable-prod.yaml | 4 +--- applications/giftless/values.yaml | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) 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 From 304f12dc8c036e57c86d888354ccd9efe8d65558 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 16 Dec 2024 14:09:02 -0700 Subject: [PATCH 2/4] Use released giftless image --- applications/giftless/Chart.yaml | 3 ++- applications/giftless/values-roundtable-dev.yaml | 2 -- applications/giftless/values-roundtable-prod.yaml | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/applications/giftless/Chart.yaml b/applications/giftless/Chart.yaml index 23c43ec83e..0f4bde9df1 100644 --- a/applications/giftless/Chart.yaml +++ b/applications/giftless/Chart.yaml @@ -4,4 +4,5 @@ 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: 0.6.2 + diff --git a/applications/giftless/values-roundtable-dev.yaml b/applications/giftless/values-roundtable-dev.yaml index 67e600e170..e3a8a2a574 100644 --- a/applications/giftless/values-roundtable-dev.yaml +++ b/applications/giftless/values-roundtable-dev.yaml @@ -1,5 +1,3 @@ -image: - 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 629699eedf..932a230951 100644 --- a/applications/giftless/values-roundtable-prod.yaml +++ b/applications/giftless/values-roundtable-prod.yaml @@ -1,5 +1,3 @@ -image: - tag: "tickets-dm-42598" server: readonly: replicas: 3 From 94ced3764dc4b260d8cddc1e02ffeea5543872fe Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 16 Dec 2024 14:14:58 -0700 Subject: [PATCH 3/4] fix version name --- applications/giftless/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/giftless/Chart.yaml b/applications/giftless/Chart.yaml index 0f4bde9df1..cd61792b71 100644 --- a/applications/giftless/Chart.yaml +++ b/applications/giftless/Chart.yaml @@ -4,5 +4,5 @@ version: 1.0.0 description: Git-LFS server with GCS S3 backend, with Rubin-specific auth sources: - https://github.com/datopian/giftless -appVersion: 0.6.2 +appVersion: v0.6.2 From 9b80e81c4f638df81dd78ecd16a209e9ce709a24 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 19 Dec 2024 16:53:31 -0700 Subject: [PATCH 4/4] relint giftless --- applications/giftless/Chart.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/giftless/Chart.yaml b/applications/giftless/Chart.yaml index cd61792b71..a7b6253e2e 100644 --- a/applications/giftless/Chart.yaml +++ b/applications/giftless/Chart.yaml @@ -5,4 +5,3 @@ description: Git-LFS server with GCS S3 backend, with Rubin-specific auth sources: - https://github.com/datopian/giftless appVersion: v0.6.2 -