Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions applications/nightlydigest/values-summit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nightlydigest-nginx:
frontend:
image:
repository: ts-dockerhub.lsst.org/nightlydigest-frontend
tag: c0042.014
tag: c0043.004
pullPolicy: Always
staticStore:
name: nightlydigest-nginx-static
Expand Down Expand Up @@ -52,7 +52,7 @@ nightlydigest-backend:
replicas: 4
image:
repository: ts-dockerhub.lsst.org/nightlydigest-backend
tag: c0042.014
tag: c0043.004
pullPolicy: Always
env:
- name: JIRA_API_HOSTNAME
Expand Down
4 changes: 2 additions & 2 deletions applications/nightlydigest/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nightlydigest-nginx:
frontend:
image:
repository: ts-dockerhub.lsst.org/nightlydigest-frontend
tag: c0042.014
tag: c0043.004
pullPolicy: Always
staticStore:
name: nightlydigest-nginx-static
Expand Down Expand Up @@ -52,7 +52,7 @@ nightlydigest-backend:
replicas: 4
image:
repository: ts-dockerhub.lsst.org/nightlydigest-backend
tag: c0042.014
tag: c0043.004
pullPolicy: Always
env:
- name: JIRA_API_HOSTNAME
Expand Down
Loading