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
The Image Controller operator helps set up container image repositories on Quay.io for AppStudio.
2
+
# The Image Repository Controller for Konflux
3
+
The Image Controller operator helps set up container image repositories on Quay image registry for Konflux.
4
4
5
5
### Image Controller operator installation
6
6
7
7
1. Install the project on your cluster by running `make deploy`.
8
-
2. Set up the Quay.io token that would be used by the controller to set up image repositories under the `quay.io/redhat-user-workloads` organization.
8
+
2. Set up the Quay.io token that would be used by the controller to set up image repositories under the `quay.io/user-workloads` organization.
9
9
10
10
```
11
11
kind: Secret
@@ -14,7 +14,8 @@ metadata:
14
14
name: quaytoken
15
15
namespace: image-controller-system
16
16
data:
17
-
organization: redhat-user-workloads
17
+
quayapiurl: https://quay.io/api/v1
18
+
organization: user-workloads
18
19
quaytoken: redacted
19
20
type: Opaque
20
21
```
@@ -154,7 +155,7 @@ in Quay will get deleted as well.
154
155
155
156
In order to skip the deletion of the repository in Quay, the `image-controller.appstudio.redhat.com/skip-repository-deletion` annotation should be set to "true".
156
157
157
-
## AppStudio Component image repository
158
+
## Konflux Component image repository
158
159
159
160
### Image repository for Component builds
160
161
@@ -270,7 +271,7 @@ The `Image controller` would create the necessary resources on Quay.io and write
0 commit comments