diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index c9c16c0..e04794c 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -226,7 +226,7 @@ extraEnvVars: &envVars - name: SERVERLESS_SPLIT_SQS_URL value: sqs://us-east-1.amazonaws.com/031107666127/space-stone-production-split-ocr-thumbnail/ - name: SERVERLESS_TEMPLATE - value: "{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}" + value: "{{ `{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}` }}" - name: SERVERLESS_THUMBNAIL_DLQ value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-thumbnail-dlq - name: SERVERLESS_THUMBNAIL_SQS_URL @@ -325,7 +325,7 @@ extraDeploy: command: - sh - -c - - "db-wait.sh {{ include "hyrax.redis.host" . }}:6379" + - "service-wait.sh {{ include "hyrax.redis.host" . }}:6379" {{- if .Values.worker.extraInitContainers }} {{- toYaml .Values.worker.extraInitContainers | nindent 8 }} {{- end }} @@ -452,7 +452,7 @@ postgresql: redis: image: repository: bitnamilegacy/redis - tag: 7.0.2-debian-11-r13 + tag: 7.0.2-debian-11-r9 architecture: standalone cluster: enabled: false diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index cdc84a6..2b5fe00 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -244,7 +244,7 @@ extraEnvVars: &envVars - name: SERVERLESS_SPLIT_SQS_URL value: sqs://us-east-1.amazonaws.com/031107666127/space-stone-production-split-ocr-thumbnail/ - name: SERVERLESS_TEMPLATE - value: "{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}" + value: "{{ `{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}` }}" - name: SERVERLESS_THUMBNAIL_DLQ value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-thumbnail-dlq - name: SERVERLESS_THUMBNAIL_SQS_URL @@ -349,7 +349,7 @@ extraDeploy: command: - sh - -c - - "db-wait.sh {{ include "hyrax.redis.host" . }}:6379" + - "service-wait.sh {{ include "hyrax.redis.host" . }}:6379" {{- if .Values.worker.extraInitContainers }} {{- toYaml .Values.worker.extraInitContainers | nindent 8 }} {{- end }} @@ -476,7 +476,7 @@ postgresql: redis: image: repository: bitnamilegacy/redis - tag: 7.0.2-debian-11-r13 + tag: 7.0.2-debian-11-r9 architecture: standalone cluster: enabled: false