Skip to content

Commit a19021b

Browse files
committed
name update
1 parent 976f202 commit a19021b

26 files changed

+87
-34
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2626

2727
# BUNDLE_IMG defines the image:tag used for the bundle.
2828
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
29-
BUNDLE_IMG ?= quay.io/yaacov/kube-gateway-operator-bundle:v0.0.1
29+
BUNDLE_IMG ?= quay.io/kubevirt-ui/kube-gateway-operator-bundle:v0.0.1
3030

3131
# Image URL to use all building/pushing image targets
32-
IMG ?= quay.io/yaacov/kube-gateway-operator:v0.0.1
32+
IMG ?= quay.io/kubevirt-ui/kube-gateway-operator:v0.0.1
3333
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
3434
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
3535

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
domain: kubevirt.io
22
layout: go.kubebuilder.io/v3
33
projectName: kube-gateway-operator
4-
repo: github.com/yaacov/kube-gateway-operator
4+
repo: github.com/kubevirt-ui/kube-gateway-operator
55
resources:
66
- crdVersion: v1
77
group: kubegateway

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# kube-gateway-operator
22

3-
![alt gopher network](https://raw.githubusercontent.com/yaacov/kube-gateway/main/web/public/network-side.png)
3+
![alt gopher network](https://raw.githubusercontent.com/kubevirt-ui/kube-gateway/main/web/public/network-side.png)
44

5-
creates tokens for the [kube-gateway](https://github.com/yaacov/kube-gateway) service
5+
creates tokens for the [kube-gateway](https://github.com/kubevirt-ui/kube-gateway) service
66

7-
[![Go Report Card](https://goreportcard.com/badge/github.com/yaacov/kube-gateway-operator)](https://goreportcard.com/report/github.com/yaacov/kube-gateway-operator)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/kubevirt-ui/kube-gateway-operator)](https://goreportcard.com/report/github.com/kubevirt-ui/kube-gateway-operator)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
99

1010
## Install
@@ -22,15 +22,15 @@ oc adm policy add-scc-to-user privileged -z default -n kube-gateway
2222
oc create -n kube-gateway-operator-system secret generic kube-gateway-jwt-secret --from-file=test/cert.pem --from-file=test/key.pem
2323

2424
# Install the operator
25-
operator-sdk run bundle quay.io/yaacov/kube-gateway-operator-bundle:v0.0.1 -n kube-gateway
25+
operator-sdk run bundle quay.io/kubevirt-ui/kube-gateway-operator-bundle:v0.0.1 -n kube-gateway
2626

2727
# Un-Install
2828
operator-sdk cleanup kube-gateway-operator
2929
```
3030

3131
## Usage
3232

33-
Requesting a token for [kube-gateway](https://github.com/yaacov/kube-gateway) service is done using GateToken CRD,
33+
Requesting a token for [kube-gateway](https://github.com/kubevirt-ui/kube-gateway) service is done using GateToken CRD,
3434

3535
Available fields are:
3636

api/v1beta1/gateserver_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type GateServerSpec struct {
2929
// Important: Run "make" to regenerate code after modifying this file
3030

3131
// img is the kube-gateway image to use.
32-
// Defalut value is "quay.io/yaacov/kube-gateway:latest".
32+
// Defalut value is "quay.io/kubevirt-ui/kube-gateway:latest".
3333
// +kubebuilder:validation:Optional
3434
// +kubebuilder:validation:Type="string"
3535
// +kubebuilder:validation:MaxLength=1024

bundle.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
1212
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
1313
COPY bundle/manifests /manifests/
1414
COPY bundle/metadata /metadata/
15-
COPY bundle/tests/scorecard /tests/scorecard/

config/crd/bases/kubegateway.kubevirt-ui.com_gateservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
img:
6464
default: quay.io/kubevirt-ui/kube-gateway:latest
6565
description: img is the kube-gateway image to use. Defalut value is
66-
"quay.io/yaacov/kube-gateway:latest".
66+
"quay.io/kubevirt-ui/kube-gateway:latest".
6767
maxLength: 1024
6868
type: string
6969
route:

config/crd/bases/kubegateway.kubevirt.io_gateservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
img:
6464
default: quay.io/kubevirt-ui/kube-gateway:latest
6565
description: img is the kube-gateway image to use. Defalut value is
66-
"quay.io/yaacov/kube-gateway:latest".
66+
"quay.io/kubevirt-ui/kube-gateway:latest".
6767
maxLength: 1024
6868
type: string
6969
route:

config/crd/bases/ocgate.yaacov.com_gateservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
img:
6464
default: quay.io/kubevirt-ui/kube-gateway:latest
6565
description: img is the kube-gateway image to use. Defalut value is
66-
"quay.io/yaacov/kube-gateway:latest".
66+
"quay.io/kubevirt-ui/kube-gateway:latest".
6767
maxLength: 1024
6868
type: string
6969
route:

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
1414
- name: controller
15-
newName: quay.io/yaacov/kube-gateway-operator
15+
newName: quay.io/kubevirt-ui/kube-gateway-operator
1616
newTag: v0.0.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- /manager
3030
args:
3131
- --leader-elect
32-
image: quay.io/yaacov/kube-gateway-operator:v0.0.1
32+
image: quay.io/kubevirt-ui/kube-gateway-operator:v0.0.1
3333
name: manager
3434
securityContext:
3535
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)