fix osbuilder chart

This commit is contained in:
Sebastian Florek 2025-01-23 15:08:18 +01:00
parent caed2e8fe4
commit 641e8e281f
No known key found for this signature in database
GPG Key ID: DBC7C083B0200A0F
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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