You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/install/install.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ olm:
55
55
replicaCount: 1
56
56
# The image to run. If not building a local image, use sha256 image references
57
57
image:
58
-
ref: quay.io/coreos/olm:local
58
+
ref: quay.io/operator-framework/olm:local
59
59
pullPolicy: IfNotPresent
60
60
service:
61
61
# port for readiness/liveness probes
@@ -67,7 +67,7 @@ catalog:
67
67
replicaCount: 1
68
68
# The image to run. If not building a local image, use sha256 image references
69
69
image:
70
-
ref: quay.io/coreos/catalog:local
70
+
ref: quay.io/operator-framework/olm:local
71
71
pullPolicy: IfNotPresent
72
72
service:
73
73
# port for readiness/liveness probes
@@ -77,13 +77,13 @@ catalog:
77
77
To configure a release of OLM for installation in a cluster:
78
78
79
79
1. Create a `my-values.yaml` like the example above with the desired configuration or choose an existing one from this repository. The latest production values can be found in [deploy/tectonic-alm-operator/values.yaml](../../deploy/tectonic-alm-operator/values.yaml).
80
-
1. Generate deployment files from the templates and the `my-values.yaml` using `package-release.sh`
80
+
1. Generate deployment files from the templates and the `my-values.yaml` using `package_release.sh`
81
81
82
82
```bash
83
83
# first arg must be a semver-compatible version string
0 commit comments