diff --git a/apps/nginx-certbot-helm/Chart.yaml b/apps/nginx-certbot-helm/Chart.yaml index 83c0a27..0354fa2 100644 --- a/apps/nginx-certbot-helm/Chart.yaml +++ b/apps/nginx-certbot-helm/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/apps/nginx-certbot-helm/templates/certbot-job.yaml b/apps/nginx-certbot-helm/templates/certbot-job.yaml index 2dce24b..9fda610 100644 --- a/apps/nginx-certbot-helm/templates/certbot-job.yaml +++ b/apps/nginx-certbot-helm/templates/certbot-job.yaml @@ -7,7 +7,7 @@ spec: template: metadata: labels: - app: {{ .Release.Name }}-tls1-nginx + app: {{ .Release.Name }} spec: restartPolicy: Never containers: diff --git a/apps/nginx-certbot-helm/templates/deployment.yaml b/apps/nginx-certbot-helm/templates/deployment.yaml index bb16394..fc838e0 100644 --- a/apps/nginx-certbot-helm/templates/deployment.yaml +++ b/apps/nginx-certbot-helm/templates/deployment.yaml @@ -11,7 +11,7 @@ spec: template: metadata: labels: - app: {{ .Release.Name }}-nginx + app: {{ .Release.Name }} spec: containers: - name: nginx @@ -51,4 +51,4 @@ spec: - port: 443 name: https selector: - app: {{ .Release.Name }}-nginx + app: {{ .Release.Name }}