Skip to content

Commit

Permalink
Merge f68415f into 0c896f1
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs authored Mar 8, 2023
2 parents 0c896f1 + f68415f commit 7fd025a
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/hlf-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.8.4
version: 1.9.0-beta3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,20 @@ spec:
enrollsecret:
minLength: 1
type: string
external:
nullable: true
properties:
certificateKey:
type: string
privateKeyKey:
type: string
secretName:
type: string
required:
- certificateKey
- privateKeyKey
- secretName
type: object
required:
- cahost
- caname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@ spec:
enrollsecret:
minLength: 1
type: string
external:
nullable: true
properties:
certificateKey:
type: string
privateKeyKey:
type: string
secretName:
type: string
required:
- certificateKey
- privateKeyKey
- secretName
type: object
required:
- cahost
- caname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,20 @@ spec:
enrollsecret:
minLength: 1
type: string
external:
nullable: true
properties:
certificateKey:
type: string
privateKeyKey:
type: string
secretName:
type: string
required:
- certificateKey
- privateKeyKey
- secretName
type: object
required:
- cahost
- caname
Expand Down
2 changes: 1 addition & 1 deletion chart/hlf-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: quay.io/kfsoftware/hlf-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.8.4"
tag: "v1.9.0-beta3"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 7fd025a

Please sign in to comment.