diff --git a/helm-charts/dbrepo/templates/upload-service/deployment.yaml b/helm-charts/dbrepo/templates/upload-service/deployment.yaml index c7346e81f297655a080557aa415a1e94cd72573a..d9e30c0893cde7b015f91848dbd72e25328be19a 100644 --- a/helm-charts/dbrepo/templates/upload-service/deployment.yaml +++ b/helm-charts/dbrepo/templates/upload-service/deployment.yaml @@ -11,7 +11,7 @@ metadata: spec: replicas: {{ .Values.uploadService.replicaCount }} strategy: - type: {{ $.Values.strategyType }} + type: {{ .Values.strategyType }} selector: matchLabels: app: upload-service diff --git a/helm-charts/dbrepo/values.yaml b/helm-charts/dbrepo/values.yaml index 5d43b0188ff6519035d40539248c6ca776f2ddd6..042116f461ac3c2a717f445b25d49cd47f1aa592 100644 --- a/helm-charts/dbrepo/values.yaml +++ b/helm-charts/dbrepo/values.yaml @@ -260,7 +260,7 @@ uploadService: enabled: true image: registry: docker.io - repository: docker.io/tusproject/tusd + repository: tusproject/tusd tag: v1.12 replicaCount: 1