Skip to content

Commit

Permalink
Use our images
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik-cube-man committed Nov 21, 2023
1 parent a3eda5d commit 06d1a0a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
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: ocs-dev/ocs-operator
newName: quay.io/ocs-dev/ocs-operator
newName: ghcr.io/teamziax/ocs-operator/ocs-operator
newTag: latest
2 changes: 1 addition & 1 deletion deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/ocs-dev/ocs-operator:latest
image: ghcr.io/teamziax/ocs-operator/ocs-operator:latest
imagePullPolicy: Always
name: ocs-operator
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-with-olm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
icon:
base64data: PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIgMTQ1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2UwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlJlZEhhdC1Mb2dvLUhhdC1Db2xvcjwvdGl0bGU+PHBhdGggZD0iTTE1Ny43Nyw2Mi42MWExNCwxNCwwLDAsMSwuMzEsMy40MmMwLDE0Ljg4LTE4LjEsMTcuNDYtMzAuNjEsMTcuNDZDNzguODMsODMuNDksNDIuNTMsNTMuMjYsNDIuNTMsNDRhNi40Myw2LjQzLDAsMCwxLC4yMi0xLjk0bC0zLjY2LDkuMDZhMTguNDUsMTguNDUsMCwwLDAtMS41MSw3LjMzYzAsMTguMTEsNDEsNDUuNDgsODcuNzQsNDUuNDgsMjAuNjksMCwzNi40My03Ljc2LDM2LjQzLTIxLjc3LDAtMS4wOCwwLTEuOTQtMS43My0xMC4xM1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjcuNDcsODMuNDljMTIuNTEsMCwzMC42MS0yLjU4LDMwLjYxLTE3LjQ2YTE0LDE0LDAsMCwwLS4zMS0zLjQybC03LjQ1LTMyLjM2Yy0xLjcyLTcuMTItMy4yMy0xMC4zNS0xNS43My0xNi42QzEyNC44OSw4LjY5LDEwMy43Ni41LDk3LjUxLjUsOTEuNjkuNSw5MCw4LDgzLjA2LDhjLTYuNjgsMC0xMS42NC01LjYtMTcuODktNS42LTYsMC05LjkxLDQuMDktMTIuOTMsMTIuNSwwLDAtOC40MSwyMy43Mi05LjQ5LDI3LjE2QTYuNDMsNi40MywwLDAsMCw0Mi41Myw0NGMwLDkuMjIsMzYuMywzOS40NSw4NC45NCwzOS40NU0xNjAsNzIuMDdjMS43Myw4LjE5LDEuNzMsOS4wNSwxLjczLDEwLjEzLDAsMTQtMTUuNzQsMjEuNzctMzYuNDMsMjEuNzdDNzguNTQsMTA0LDM3LjU4LDc2LjYsMzcuNTgsNTguNDlhMTguNDUsMTguNDUsMCwwLDEsMS41MS03LjMzQzIyLjI3LDUyLC41LDU1LC41LDc0LjIyYzAsMzEuNDgsNzQuNTksNzAuMjgsMTMzLjY1LDcwLjI4LDQ1LjI4LDAsNTYuNy0yMC40OCw1Ni43LTM2LjY1LDAtMTIuNzItMTEtMjcuMTYtMzAuODMtMzUuNzgiLz48L3N2Zz4=
mediatype: image/svg+xml
image: quay.io/ocs-dev/ocs-operator-catalog:latest
image: ghcr.io/teamziax/ocs-operator/ocs-operator-catalog:latest
publisher: Red Hat
sourceType: grpc
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ metadata:
]
capabilities: Deep Insights
categories: Storage
containerImage: quay.io/ocs-dev/ocs-operator:4.15.0
containerImage: ghcr.io/teamziax/ocs-operator/ocs-operator:4.15.0
description: Red Hat OpenShift Container Storage provides hyperconverged storage
for applications within an OpenShift cluster.
external.features.ocs.openshift.io/export-script: |-
Expand Down Expand Up @@ -3081,12 +3081,12 @@ spec:
- name: NOOBAA_DB_IMAGE
value: docker.io/centos/postgresql-12-centos8
- name: PROVIDER_API_SERVER_IMAGE
value: quay.io/ocs-dev/ocs-operator:latest
value: ghcr.io/teamziax/ocs-operator/ocs-operator:latest
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/ocs-dev/ocs-operator:latest
image: ghcr.io/teamziax/ocs-operator/ocs-operator:latest
imagePullPolicy: Always
name: ocs-operator
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion metrics/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/version: 0.0.1
spec:
containers:
- image: quay.io/ocs-dev/ocs-operator
- image: ghcr.io/teamziax/ocs-operator/ocs-operator
name: ocs-metrics-exporter
ports:
- containerPort: 8080
Expand Down
3 changes: 1 addition & 2 deletions tools/csv-merger/csv-merger.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"text/template"
"time"

"github.com/blang/semver/v4"
"github.com/ghodss/yaml"
"github.com/operator-framework/api/pkg/lib/version"
csvv1 "github.com/operator-framework/api/pkg/operators/v1alpha1"
Expand Down Expand Up @@ -625,7 +624,7 @@ func generateUnifiedCSV() *csvv1.ClusterServiceVersion {
}
ocsCSV.Annotations["createdAt"] = time.Now().In(loc).Format("2006-01-02 15:04:05")
}
ocsCSV.Annotations["containerImage"] = "quay.io/ocs-dev/ocs-operator:" + ocsversion.Version
ocsCSV.Annotations["containerImage"] = "ghcr.io/teamziax/ocs-operator/ocs-operator:" + ocsversion.Version
ocsCSV.Annotations["capabilities"] = "Deep Insights"
ocsCSV.Annotations["categories"] = "Storage"
ocsCSV.Annotations["operators.operatorframework.io/operator-type"] = "non-standalone"
Expand Down

0 comments on commit 06d1a0a

Please sign in to comment.