Skip to content

Commit 7fdddac

Browse files
committed
Fix production image to be the built one
1 parent c7d2956 commit 7fdddac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ops/production-deploy.tmpl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ nginx:
492492
service:
493493
type: ClusterIP
494494
image:
495-
registry: registry.gitlab.com
496-
repository: notch8/scripts/bitnami-nginx
497-
tag: 1.21.5-debian-10-r4
495+
registry: ghcr.io
496+
repository: "$REPO_LOWER/nginx"
497+
tag: "$TAG"
498498
serverBlock: |-
499499
upstream rails_app {
500500
server {{ .Values.global.hyraxHostName }};

0 commit comments

Comments
 (0)