|
1 | 1 | apiVersion: v2 |
2 | 2 | name: feast-operator |
3 | | -description: A Kubernetes operator for managing Feast feature stores |
| 3 | +description: A Helm chart for Kubernetes |
| 4 | +# A chart can be either an 'application' or a 'library' chart. |
| 5 | +# |
| 6 | +# Application charts are a collection of templates that can be packaged into versioned archives |
| 7 | +# to be deployed. |
| 8 | +# |
| 9 | +# Library charts provide useful utilities or functions for the chart developer. They're included as |
| 10 | +# a dependency of application charts to inject those utilities and functions into the rendering |
| 11 | +# pipeline. Library charts do not define any templates and therefore cannot be deployed. |
4 | 12 | type: application |
| 13 | +# This is the chart version. This version number should be incremented each time you make changes |
| 14 | +# to the chart and its templates, including the app version. |
| 15 | +# Versions are expected to follow Semantic Versioning (https://semver.org/) |
5 | 16 | version: 0.52.0 |
| 17 | +# This is the version number of the application being deployed. This version number should be |
| 18 | +# incremented each time you make changes to the application. Versions are not expected to |
| 19 | +# follow Semantic Versioning. They should reflect the version the application is using. |
| 20 | +# It is recommended to use it with quotes. |
6 | 21 | appVersion: "0.52.0" |
7 | | -keywords: |
8 | | - - machine learning |
9 | | - - operator |
10 | | - - feast |
11 | | - - feature store |
12 | | - - mlops |
13 | | - - kubernetes |
14 | | - - crd |
15 | | - - data |
16 | | - - analytics |
17 | | - - ai |
18 | | -home: https://feast.dev/ |
19 | | -icon: https://feast.dev/feast-icon-black.png |
20 | | -sources: |
21 | | - - https://github.com/feast-dev/feast |
22 | | - - https://github.com/feast-dev/feast/tree/master/infra/feast-operator |
23 | | -maintainers: |
24 | | - - name: Feast Community |
25 | | - url: https://feast.dev/ |
26 | | - |
27 | | -annotations: |
28 | | - # ArtifactHub annotations |
29 | | - artifacthub.io/category: ai-machine-learning |
30 | | - artifacthub.io/operator: "true" |
31 | | - artifacthub.io/operatorCapabilities: Deep Insights |
32 | | - artifacthub.io/containsSecurityUpdates: "false" |
33 | | - artifacthub.io/prerelease: "false" |
34 | | - artifacthub.io/license: Apache-2.0 |
35 | | - artifacthub.io/links: | |
36 | | - - name: Website |
37 | | - url: https://feast.dev/ |
38 | | - - name: Documentation |
39 | | - url: https://docs.feast.dev/ |
40 | | - - name: GitHub Repository |
41 | | - url: https://github.com/feast-dev/feast |
42 | | - - name: Slack Community |
43 | | - url: https://slack.feast.dev/ |
44 | | - - name: Blog |
45 | | - url: https://feast.dev/blog/ |
46 | | - artifacthub.io/changes: | |
47 | | - - kind: added |
48 | | - description: Initial Helm chart for Feast Operator |
49 | | - links: |
50 | | - - name: GitHub Issue |
51 | | - url: https://github.com/feast-dev/feast/issues/ |
52 | | - - kind: added |
53 | | - description: Support for Feast v0.52.0 |
54 | | - - kind: added |
55 | | - description: Configurable RBAC and security contexts |
56 | | - - kind: added |
57 | | - description: Metrics and monitoring support |
58 | | - artifacthub.io/crds: | |
59 | | - - kind: FeatureStore |
60 | | - version: v1alpha1 |
61 | | - name: featurestores.feast.dev |
62 | | - displayName: Feast Feature Store |
63 | | - description: Defines a Feast feature store deployment |
64 | | - artifacthub.io/crdsExamples: | |
65 | | - - apiVersion: feast.dev/v1alpha1 |
66 | | - kind: FeatureStore |
67 | | - metadata: |
68 | | - name: sample-feast |
69 | | - spec: |
70 | | - feastProject: my-project |
71 | | - services: |
72 | | - registry: |
73 | | - local: |
74 | | - persistence: |
75 | | - store: |
76 | | - secretKeyName: sql |
77 | | - secretRef: |
78 | | - name: db-feast |
79 | | - type: sql |
80 | | - artifacthub.io/images: | |
81 | | - - name: feast-operator |
82 | | - image: feast-operator:0.52.0 |
83 | | - - name: feast-feature-server |
84 | | - image: feast:0.52.0 |
85 | | - - name: cron-job |
86 | | - image: origin-cli:latest |
0 commit comments