Skip to content

Commit

Permalink
Merge pull request #10 from mshitrit/missed-domain-update
Browse files Browse the repository at this point in the history
updating missed domain form mshitrit to medik8s
  • Loading branch information
mshitrit committed Feb 15, 2024
2 parents fa2979b + 9eb1aa7 commit 5bdcc7a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)

# IMAGE_REGISTRY used to indicate the registery/group for the operator, bundle and catalog
IMAGE_REGISTRY ?= quay.io/mshitrit
IMAGE_REGISTRY ?= quay.io/medik8s
export IMAGE_REGISTRY

# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
Expand Down
8 changes: 4 additions & 4 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: customized-user-remediation
repo: github.com/mshitrit/customized-user-remediation
repo: github.com/medik8s/customized-user-remediation
resources:
- api:
crdVersion: v1
Expand All @@ -14,7 +14,7 @@ resources:
domain: medik8s.io
group: customized-user-remediation
kind: CustomizedScriptRemediation
path: github.com/mshitrit/customized-user-remediation/api/v1alpha1
path: github.com/medik8s/customized-user-remediation/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
Expand All @@ -23,7 +23,7 @@ resources:
domain: medik8s.io
group: customized-user-remediation
kind: CustomizedScriptRemediationTemplate
path: github.com/mshitrit/customized-user-remediation/api/v1alpha1
path: github.com/medik8s/customized-user-remediation/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
Expand All @@ -32,6 +32,6 @@ resources:
domain: medik8s.io
group: customized-user-remediation
kind: CustomizedScriptRemediationConfig
path: github.com/mshitrit/customized-user-remediation/api/v1alpha1
path: github.com/medik8s/customized-user-remediation/api/v1alpha1
version: v1alpha1
version: "3"
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/mshitrit/customized-user-remediation-operator:latest
image: quay.io/medik8s/customized-user-remediation-operator:latest
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/mshitrit/customized-user-remediation-operator
newName: quay.io/medik8s/customized-user-remediation-operator
newTag: latest

0 comments on commit 5bdcc7a

Please sign in to comment.