Skip to content

Commit

Permalink
Merge pull request #7 from Kristian-ZH/change-container-registry
Browse files Browse the repository at this point in the history
Change image registry
  • Loading branch information
Kristian-ZH authored Aug 24, 2023
2 parents 2f65967 + 627f8cd commit 6e1d80b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# VERSION comes from the VERSION file
VERSION := $(shell cat VERSION)
# REGISTRY is the container registry where the operator images are stored
REGISTRY ?= registry.opensuse.org/home/kzhelyazkov/endpoint-copier-operator-images/containerfile/suse/endpoint-copier-operator
REGISTRY ?= registry.opensuse.org/isv/suse/edge/metallb/images/endpoint-copier-operator
# Image URL to use all building/pushing image targets
IMG ?= $(REGISTRY):$(VERSION)
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
Expand Down
Binary file modified assets/endpoint-copier-operator-0.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/endpoint-copier-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 2

image:
repository: registry.opensuse.org/home/kzhelyazkov/endpoint-copier-operator-images/containerfile/suse/endpoint-copier-operator
repository: registry.opensuse.org/isv/suse/edge/metallb/images/endpoint-copier-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ <h2>Charts</h2>

</ul>
</section>
<time datetime="2023-08-04T12:56:43" pubdate id="generated">Fri Aug 4 2023 12:56:43PM EEST&#43;03:00</time>
<time datetime="2023-08-24T15:00:41" pubdate id="generated">Thu Aug 24 2023 03:00:41PM EEST&#43;03:00</time>
</body>
</html>
6 changes: 3 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
endpoint-copier-operator:
- apiVersion: v2
appVersion: v0.1.0
created: "2023-08-04T12:56:43.896783+03:00"
created: "2023-08-24T15:00:41.36279+03:00"
description: A Helm chart for Kubernetes
digest: 7e21c8f4eec97734aba82710e0e1992b623fa6423e1f4acc5a96168adc2c7df8
digest: b516ccfbf6c0c5bc04b4d4186faf26a1d8f44466869116abff035c4b88a21b23
name: endpoint-copier-operator
type: application
urls:
- assets/endpoint-copier-operator-0.1.0.tgz
version: 0.1.0
generated: "2023-08-04T12:56:43.896463+03:00"
generated: "2023-08-24T15:00:41.362334+03:00"

0 comments on commit 6e1d80b

Please sign in to comment.