supervisor values & schema update

This commit is contained in:
Benjamin A. Petersen 2023-08-29 12:46:17 -04:00
parent 899ea429de
commit 02d8b4a720
No known key found for this signature in database
GPG Key ID: EF6EF83523A4BE46
2 changed files with 2 additions and 6 deletions

View File

@ -27,13 +27,11 @@ custom_labels: {} #! e.g. {myCustomLabelName: myCustomLabelValue, otherCustomLab
replicas: 2
#@schema/desc "Specify either an image_digest or an image_tag. If both are given, only image_digest will be used."
#@schema/nullable
image_repo: projects.registry.vmware.com/pinniped/pinniped-server
#@schema/desc "Specify either an image_digest or an image_tag. If both are given, only image_digest will be used."
#@schema/nullable
image_digest: sha256:f3c4fdfd3ef865d4b97a1fd295d94acc3f0c654c46b6f27ffad5cf80216903c8
#@schema/desc "Specify either an image_digest or an image_tag. If both are given, only image_digest will be used."
#@schema/nullable
image_tag: latest
#! TODO: preserve even if this file is revised!

View File

@ -33,9 +33,8 @@ components:
default: 2
image_repo:
type: string
nullable: true
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
default: null
default: projects.registry.vmware.com/pinniped/pinniped-server
image_digest:
type: string
nullable: true
@ -43,9 +42,8 @@ components:
default: null
image_tag:
type: string
nullable: true
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
default: null
default: latest
package_image_repo:
type: string
nullable: true