File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Image URL to use all building/pushing image targets
2- REGISTRY ?= ghcr.io/hyperspike
2+ REGISTRY ?= ghcr.io/halter
33IMG_CONTROLLER ?= $(REGISTRY ) /valkey-operator:$(VERSION )
44IMG_SIDECAR ?= $(REGISTRY ) /valkey-sidecar:$(VERSION )
55IMG_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
260260helm-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
264264tunnel : # # turn on minikube's tunnel to test ingress and get UI access
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ curl -sL https://github.com/hyperspike/valkey-operator/releases/download/$LATEST
5151
5252``` sh
5353LATEST=$( 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
6060LATEST=$( 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
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ metadata:
1818 app.kubernetes.io/managed-by : kustomize
1919data :
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---
2424apiVersion : apps/v1
2525kind : Deployment
You can’t perform that action at this time.
0 commit comments