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: hack/non-olm-install/README.md
+38-9
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,25 @@
7
7
The `install-gitops-operator.sh` script supports two methods of installation.
8
8
1. Using operator and component images set as environment variables (default method)
9
9
2. Derive the operator and component images from the `ClusterServiceVersion` manifest present in the operator bundle
10
-
**Note**: This method requires podman or docker binary to be available in the PATH environment variable. Use environment variables `USE_BUNDLE_IMG`, `BUNDLE_IMG` and `DOCKER` for this method of installation
10
+
**Note**: Use environment variables `USE_BUNDLE_IMG`, `BUNDLE_IMG` for this method of installation
11
11
12
12
13
13
### Known issues and work arounds
14
14
15
-
1. Missing RBAC access to update CRs in `argoproj.io` domain
15
+
1. Missing RBAC access to update CRs in `argoproj.io` domain
**Note**: If the above binaries are not present, the script installs them to temporary work directory and are removed once the script execution is complete.
33
39
- bash (v5.0 or later)
34
40
- git (v2.39.1 or later)
35
-
-podman (v4.4.4 or later) or docker (Note: Required only if operator and component images need to be derived from a bundle image)
41
+
-wget (v1.21.3 or later)
36
42
37
43
### Environment Variables
38
44
The following environment variables can be set to configure various options for the installation/uninstallation process.
@@ -49,14 +55,14 @@ The following environment variables can be set to configure various options for
49
55
|**IMAGE_PREFIX**| Prefix used for internal images from rh-osbs org in the registry which generally is prefixed with the target organization name | "" |
50
56
|**USE_BUNDLE_IMG**| If the operator image and other component image needs to be derived from a bundle image, set this flag to true. | false |
51
57
|**BUNDLE_IMG**| used only when USE_BUNDLE_IMG is set to true |`${OPERATOR_REGISTRY}/openshift-gitops-1/gitops-operator-bundle:${GITOPS_OPERATOR_VER}`|
52
-
|**DOCKER**| used only when USE_BUNDLE_IMG is set to true. CLI binary to be used for extracting ClusterServiceVersion manifest from the Bundle Image | podman |
53
58
54
59
#### Variables for 3rd party tools used in the script
55
60
| Environment | Description |Default Value |
56
61
| ----------- | ----------- |------------- |
57
62
|**KUSTOMIZE_VERSION**| Version of kustomize binary to be installed if not found in PATH | v4.5.7 |
58
63
|**KUBECTL_VERSION**| Version of the kubectl client binary to be installed if not found in PATH | v1.26.0 |
59
64
|**YQ_VERSION**| Version of the yq binary to be installed if not found in PATH | v4.31.2 |
65
+
|**REGCTL_VERSION**| Version of the regctl binary to be installed if not found in PATH | v0.4.8 |
60
66
61
67
#### Variables for Component Image Overrides
62
68
| Environment | Description |Default Value |
@@ -85,13 +91,14 @@ The following environment variables can be set to configure various options for
0 commit comments