diff --git a/.helm/templates/deployment.yaml b/.helm/templates/deployment.yaml index 84a770d..0e87ccd 100644 --- a/.helm/templates/deployment.yaml +++ b/.helm/templates/deployment.yaml @@ -23,7 +23,7 @@ spec: type: RuntimeDefault containers: - name: {{ .Values.app }} - image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }} + image: {{ .Values.image.repository }}:{{ .Values.image.tag }} ports: - containerPort: {{ .Values.ports.containerPort }} securityContext: diff --git a/.helm/values.yaml b/.helm/values.yaml index 52d9542..499fdcb 100644 --- a/.helm/values.yaml +++ b/.helm/values.yaml @@ -1,10 +1,8 @@ - app: spearhead-docs image: - registry: registry.dutchie031.net - repository: spearhead-docs + repository: registry.dutchie031.net/spearhead-docs tag: latest ports: