mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-20 10:09:39 +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
|
home: https://github.com/pluralsh/osbuilder
|
||||||
type: application
|
type: application
|
||||||
appVersion: 0.1.7
|
appVersion: 0.1.7
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
alias: certManager
|
alias: certManager
|
||||||
|
@ -65,11 +65,8 @@ spec:
|
|||||||
containerPort: 5001
|
containerPort: 5001
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- end }}
|
{{- 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) }}
|
{{- 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
|
- name: htpasswd-volume
|
||||||
mountPath: /etc/htpasswd
|
mountPath: /etc/htpasswd
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
Loading…
Reference in New Issue
Block a user