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
|
||||
description: A Helm chart for osbuilder
|
||||
appVersion: 0.2.0
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
dependencies:
|
||||
- name: cert-manager
|
||||
version: v1.16.3
|
||||
|
@ -72,7 +72,13 @@ spec:
|
||||
type: string
|
||||
outputImage:
|
||||
properties:
|
||||
passwordSecretKeyRef:
|
||||
cloud:
|
||||
default: other
|
||||
enum:
|
||||
- ecr
|
||||
- other
|
||||
type: string
|
||||
dockerConfigSecretKeyRef:
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
@ -87,8 +93,8 @@ spec:
|
||||
type: string
|
||||
tag:
|
||||
type: string
|
||||
username:
|
||||
type: string
|
||||
required:
|
||||
- cloud
|
||||
type: object
|
||||
type: object
|
||||
status:
|
||||
|
Loading…
Reference in New Issue
Block a user