Skip to content

Commit ff3d597

Browse files
authored
chore: Rename Helm Operator (#4569)
rename helm operator directory Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 43c49e2 commit ff3d597

32 files changed

+37
-37
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: [get-version, publish-python-sdk]
5050
strategy:
5151
matrix:
52-
component: [feature-server, feature-server-java, feature-transformation-server, feast-operator]
52+
component: [feature-server, feature-server-java, feature-transformation-server, feast-helm-operator]
5353
env:
5454
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
5555
REGISTRY: feastdev

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
"CHANGELOG.md",
6767
"java/pom.xml",
6868
"infra/charts/**/*.*",
69-
"infra/feast-operator/**/*",
69+
"infra/feast-helm-operator/**/*",
7070
"ui/package.json",
7171
"sdk/python/feast/ui/package.json",
7272
"sdk/python/feast/ui/yarn.lock"

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,15 +430,15 @@ build-feature-server-java-docker:
430430
-t $(REGISTRY)/feature-server-java:$(VERSION) \
431431
-f java/infra/docker/feature-server/Dockerfile --load .
432432

433-
push-feast-operator-docker:
434-
cd infra/feast-operator && \
435-
IMAGE_TAG_BASE=$(REGISTRY)/feast-operator \
433+
push-feast-helm-operator-docker:
434+
cd infra/feast-helm-operator && \
435+
IMAGE_TAG_BASE=$(REGISTRY)/feast-helm-operator \
436436
VERSION=$(VERSION) \
437437
$(MAKE) docker-push
438438

439-
build-feast-operator-docker:
440-
cd infra/feast-operator && \
441-
IMAGE_TAG_BASE=$(REGISTRY)/feast-operator \
439+
build-feast-helm-operator-docker:
440+
cd infra/feast-helm-operator && \
441+
IMAGE_TAG_BASE=$(REGISTRY)/feast-helm-operator \
442442
VERSION=$(VERSION) \
443443
$(MAKE) docker-build
444444

docs/how-to-guides/running-feast-in-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ helm install feast-release feast-charts/feast-feature-server \
225225

226226
This will deploy a single service. The service must have read access to the registry file on cloud storage and to the online store (e.g. via [podAnnotations](https://kubernetes-on-aws.readthedocs.io/en/latest/user-guide/iam-roles.html)). It will keep a copy of the registry in their memory and periodically refresh it, so expect some delays in update propagation in exchange for better performance.
227227

228-
> Alternatively, deploy the same helm chart with a [Kubernetes Operator](/infra/feast-operator).
228+
> Alternatively, deploy the same helm chart with a [Kubernetes Operator](/infra/feast-helm-operator).
229229
230230
## 5. Using environment variables in your yaml configuration
231231

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2828
# This variable is used to construct full image tags for bundle and catalog images.
2929
#
3030
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
31-
# feastdev/feast-operator-bundle:$VERSION and feastdev/feast-operator-catalog:$VERSION.
32-
IMAGE_TAG_BASE ?= feastdev/feast-operator
31+
# feastdev/feast-helm-operator-bundle:$VERSION and feastdev/feast-helm-operator-catalog:$VERSION.
32+
IMAGE_TAG_BASE ?= feastdev/feast-helm-operator
3333

3434
# BUNDLE_IMG defines the image:tag used for the bundle.
3535
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout:
88
plugins:
99
manifests.sdk.operatorframework.io/v2: {}
1010
scorecard.sdk.operatorframework.io/v2: {}
11-
projectName: feast-operator
11+
projectName: feast-helm-operator
1212
resources:
1313
- api:
1414
crdVersion: v1
File renamed without changes.

infra/feast-operator/config/crd/bases/charts.feast.dev_feastfeatureservers.yaml renamed to infra/feast-helm-operator/config/crd/bases/charts.feast.dev_feastfeatureservers.yaml

File renamed without changes.

0 commit comments

Comments
 (0)