mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-12 14:38:52 +00:00
fix osbuilder chart
This commit is contained in:
parent
421fdc6fca
commit
3b76681196
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: osbuilder
|
name: osbuilder
|
||||||
description: A Helm chart for osbuilder
|
description: A Helm chart for osbuilder
|
||||||
appVersion: 0.2.0
|
appVersion: 0.2.0
|
||||||
version: 0.1.12
|
version: 0.1.13
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
version: v1.16.3
|
version: v1.16.3
|
||||||
|
@ -72,7 +72,13 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
outputImage:
|
outputImage:
|
||||||
properties:
|
properties:
|
||||||
passwordSecretKeyRef:
|
cloud:
|
||||||
|
default: other
|
||||||
|
enum:
|
||||||
|
- ecr
|
||||||
|
- other
|
||||||
|
type: string
|
||||||
|
dockerConfigSecretKeyRef:
|
||||||
properties:
|
properties:
|
||||||
key:
|
key:
|
||||||
type: string
|
type: string
|
||||||
@ -87,8 +93,8 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
type: string
|
type: string
|
||||||
username:
|
required:
|
||||||
type: string
|
- cloud
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
|
Loading…
Reference in New Issue
Block a user