mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-17 08:41:16 +00:00
fix osbuilder chart
This commit is contained in:
parent
caed2e8fe4
commit
641e8e281f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user