fix osbuilder chart

This commit is contained in:
Sebastian Florek 2025-01-29 15:45:53 +01:00
parent 421fdc6fca
commit 3b76681196
No known key found for this signature in database
GPG Key ID: DBC7C083B0200A0F
2 changed files with 10 additions and 4 deletions

View File

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

View File

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