diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index 21b96ba..d1b2179 100644 --- a/charts/sorry-cypress/Chart.yaml +++ b/charts/sorry-cypress/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sorry-cypress description: A Helm chart for Sorry Cypress type: application -version: 1.0.8 +version: 1.0.9 appVersion: 1.1.0 home: https://sorry-cypress.dev/ sources: diff --git a/charts/sorry-cypress/templates/service-s3.tpl b/charts/sorry-cypress/templates/service-s3.tpl index cbf95d6..0799b84 100644 --- a/charts/sorry-cypress/templates/service-s3.tpl +++ b/charts/sorry-cypress/templates/service-s3.tpl @@ -3,7 +3,6 @@ apiVersion: v1 kind: Service metadata: name: {{ include "sorry-cypress-helm.fullname" . }}-s3 - namespace: sorry-cypress spec: type: ExternalName externalName: {{ include "s3Host" . }} @@ -12,4 +11,4 @@ spec: port: 80 protocol: TCP targetPort: 80 -{{- end }} \ No newline at end of file +{{- end }}