Skip to content

Commit

Permalink
Merge pull request #73 from cheyang/helm-chart-fluid-1.0.3-alpha.4
Browse files Browse the repository at this point in the history
Add helm-chart-fluid-1.0.3-alpha.4
  • Loading branch information
cheyang authored Oct 13, 2024
2 parents 725c424 + dfc6aaf commit ef0adb2
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ 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.
version: 1.0.3-alpha.3
version: 1.0.3-alpha.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.0.3-c84a499
appVersion: 1.0.3-5d67c19
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
75 changes: 68 additions & 7 deletions charts/fluid/crds/data.fluid.io_jindoruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,22 @@ spec:
description: 'One of the three policies: `Always`, `IfNotPresent`,
`Never`'
type: string
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
imageTag:
description: Image Tag for Jindo Fuse(e.g. 2.3.0-SNAPSHOT)
type: string
Expand All @@ -158,13 +174,10 @@ spec:
description: Enabled decides whether to expose client metrics.
type: boolean
scrapeTarget:
description: ScrapeTarget decides which fuse component will
be scraped by Prometheus.
enum:
- ""
- All
- MountPodOnly
- SidecarOnly
description: |-
ScrapeTarget decides which fuse component will be scraped by Prometheus.
It is a list separated by comma where supported items are [MountPod, Sidecar, All (indicates MountPod and Sidecar), None].
Defaults to None when it is not explicitly set.
type: string
type: object
nodeSelector:
Expand Down Expand Up @@ -300,6 +313,22 @@ spec:
For now, only "hdfs-site.xml" and "core-site.xml" are supported. It must take the filename of the conf file as the key and content
of the file as the value.
type: string
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
jindoVersion:
description: The version information that instructs fluid to orchestrate
a particular version of Jindo.
Expand Down Expand Up @@ -339,6 +368,22 @@ spec:
description: Environment variables that will be used by Jindo
component. <br>
type: object
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down Expand Up @@ -4039,6 +4084,22 @@ spec:
description: Environment variables that will be used by Jindo
component. <br>
type: object
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
labels:
additionalProperties:
type: string
Expand Down
48 changes: 48 additions & 0 deletions charts/fluid/crds/data.fluid.io_thinruntimeprofiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,22 @@ spec:
description: 'One of the three policies: `Always`, `IfNotPresent`,
`Never`'
type: string
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
imageTag:
description: Image for thinRuntime fuse
type: string
Expand Down Expand Up @@ -649,6 +665,22 @@ spec:
type: object
type: array
type: object
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
nodePublishSecretPolicy:
default: MountNodePublishSecretIfExists
description: NodePublishSecretPolicy describes the policy to decide
Expand Down Expand Up @@ -2472,6 +2504,22 @@ spec:
description: 'One of the three policies: `Always`, `IfNotPresent`,
`Never`'
type: string
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
imageTag:
description: Image for thinRuntime fuse
type: string
Expand Down
48 changes: 48 additions & 0 deletions charts/fluid/crds/data.fluid.io_thinruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,22 @@ spec:
description: 'One of the three policies: `Always`, `IfNotPresent`,
`Never`'
type: string
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
imageTag:
description: Image for thinRuntime fuse
type: string
Expand Down Expand Up @@ -650,6 +666,22 @@ spec:
type: object
type: array
type: object
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
management:
description: RuntimeManagement defines policies when managing the
runtime
Expand Down Expand Up @@ -4288,6 +4320,22 @@ spec:
description: 'One of the three policies: `Always`, `IfNotPresent`,
`Never`'
type: string
imagePullSecrets:
description: ImagePullSecrets that will be used to pull images
items:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
type: array
imageTag:
description: Image for thinRuntime fuse
type: string
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
# Default registry, namespace and version tag for images managed by fluid
imagePrefix: &defaultImagePrefix fluidcloudnative
# imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid
version: &defaultVersion v1.0.3-c84a499
version: &defaultVersion v1.0.3-5d67c19

crdUpgrade:
enabled: true
Expand Down

0 comments on commit ef0adb2

Please sign in to comment.