Skip to content

Commit 39f1eb8

Browse files
committed
Rename github.com/lsst-sitcom to lsst-so.
1 parent 9b50599 commit 39f1eb8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

applications/rapid-analysis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Helm chart for deploying the Rapid Analysis services.
1515
| gather2aSet | object | `{}` | This configures a StatefulSet used for visit-level gather processing. |
1616
| gatherRollupSet | object | `{}` | This configures a StatefulSet used for night-summary rollup. |
1717
| image.pullPolicy | string | `"IfNotPresent"` | The policy to apply when pulling an image for deployment. |
18-
| image.repository | string | `"ghcr.io/lsst-sitcom/rubintv_production"` | The Docker registry name for the container image. |
18+
| image.repository | string | `"ghcr.io/lsst-so/rubintv_production"` | The Docker registry name for the container image. |
1919
| image.tag | string | `"develop"` | The tag of the container image to use. |
2020
| imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
2121
| location | string | `""` | Provide the location where the system is running. |

applications/rapid-analysis/values-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
repository: ghcr.io/lsst-sitcom/rubintv_production
2+
repository: ghcr.io/lsst-so/rubintv_production
33
tag: w_2025_48
44
pullPolicy: Always
55
location: BTS

applications/rapid-analysis/values-summit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
repository: ghcr.io/lsst-sitcom/rubintv_production
2+
repository: ghcr.io/lsst-so/rubintv_production
33
tag: w_2025_48
44
pullPolicy: Always
55
location: SUMMIT

applications/rapid-analysis/values-usdf-rapid-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
repository: ghcr.io/lsst-sitcom/rubintv_production
2+
repository: ghcr.io/lsst-so/rubintv_production
33
tag: tickets-DM-50534-w48
44
pullPolicy: IfNotPresent
55
location: USDF

applications/rapid-analysis/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
# -- The Docker registry name for the container image.
3-
repository: ghcr.io/lsst-sitcom/rubintv_production
3+
repository: ghcr.io/lsst-so/rubintv_production
44
# -- The tag of the container image to use.
55
tag: develop
66
# -- The policy to apply when pulling an image for deployment.

0 commit comments

Comments
 (0)