From 641e8e281fb507d6b7caab5168cc380f73539e8e Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Thu, 23 Jan 2025 15:08:18 +0100 Subject: [PATCH] fix osbuilder chart --- charts/osbuilder/Chart.yaml | 2 +- charts/osbuilder/templates/registry/deployment.yaml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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