diff --git a/charts/osbuilder/Chart.yaml b/charts/osbuilder/Chart.yaml index e8e3c8b..8c7fb01 100644 --- a/charts/osbuilder/Chart.yaml +++ b/charts/osbuilder/Chart.yaml @@ -7,7 +7,7 @@ maintainers: home: https://github.com/pluralsh/osbuilder type: application appVersion: 0.1.7 -version: 0.1.8 +version: 0.1.9 dependencies: - name: cert-manager alias: certManager diff --git a/charts/osbuilder/templates/registry/deployment.yaml b/charts/osbuilder/templates/registry/deployment.yaml index 371f42e..921063e 100644 --- a/charts/osbuilder/templates/registry/deployment.yaml +++ b/charts/osbuilder/templates/registry/deployment.yaml @@ -65,11 +65,8 @@ spec: containerPort: 5001 protocol: TCP {{- end }} - volumeMounts: - - name: tls-volume - mountPath: /etc/tls - readOnly: true {{- if and (eq .Values.registry.auth.realm "basic-realm") (or .Values.registry.auth.htpasswd.existingSecret.name .Values.registry.auth.htpasswd.secret.name) }} + volumeMounts: - name: htpasswd-volume mountPath: /etc/htpasswd readOnly: true