Skip to content

Commit 462f7e5

Browse files
committed
rename in some more places
1 parent bb1a90c commit 462f7e5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
REGISTRY ?= ghcr.io/hyperspike
2+
REGISTRY ?= ghcr.io/halter
33
IMG_CONTROLLER ?= $(REGISTRY)/valkey-operator:$(VERSION)
44
IMG_SIDECAR ?= $(REGISTRY)/valkey-sidecar:$(VERSION)
55
IMG_VALKEY ?= $(REGISTRY)/valkey:$(VALKEY_VERSION)
@@ -258,7 +258,7 @@ helm-package: helm-gen helm ## Package Helm chart
258258
$Q$(HELM) package valkey-operator --app-version $(VERSION) --version $(VERSION)-chart
259259

260260
helm-publish: helm-package ## Publish Helm chart
261-
$Q$(HELM) push valkey-operator-$(VERSION)-chart.tgz oci://ghcr.io/hyperspike
261+
$Q$(HELM) push valkey-operator-$(VERSION)-chart.tgz oci://ghcr.io/halter
262262

263263
.PHONY: tunnel registry-proxy prometheus-proxy
264264
tunnel: ## turn on minikube's tunnel to test ingress and get UI access

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ curl -sL https://github.com/hyperspike/valkey-operator/releases/download/$LATEST
5151

5252
```sh
5353
LATEST=$(curl -s https://api.github.com/repos/hyperspike/valkey-operator/releases/latest | jq -cr .tag_name)
54-
helm install valkey-operator --namespace valkey-operator-system --create-namespace oci://ghcr.io/hyperspike/valkey-operator --version ${LATEST}-chart
54+
helm install valkey-operator --namespace valkey-operator-system --create-namespace oci://ghcr.io/halter/valkey-operator --version ${LATEST}-chart
5555
```
5656

5757
### Verifying the container image
5858

5959
```sh
6060
LATEST=$(curl -s https://api.github.com/repos/hyperspike/valkey-operator/releases/latest | jq -cr .tag_name)
61-
cosign verify ghcr.io/hyperspike/valkey-operator:$LATEST --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity https://github.com/hyperspike/valkey-operator/.github/workflows/image.yaml@refs/tags/$LATEST
61+
cosign verify ghcr.io/halter/valkey-operator:$LATEST --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity https://github.com/hyperspike/valkey-operator/.github/workflows/image.yaml@refs/tags/$LATEST
6262
```
6363

6464
## Contributing

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ metadata:
1818
app.kubernetes.io/managed-by: kustomize
1919
data:
2020
nodes: "3"
21-
valkeyImage: "ghcr.io/hyperspike/valkey:8.0.2"
22-
exporterImage: "ghcr.io/hyperspike/valkey-sidecar:v0.0.51"
21+
valkeyImage: "ghcr.io/halter/valkey:8.0.2"
22+
exporterImage: "ghcr.io/halter/valkey-sidecar:v0.0.51"
2323
---
2424
apiVersion: apps/v1
2525
kind: Deployment

0 commit comments

Comments
 (0)