che-operator/pkg/deploy
David Kwon 328a2dff18
Add attributes to set gateway container log level in Che CR (#1748)
feat: set traefik and kube-rbac-proxy log level in CR

Signed-off-by: dkwon17 <dakwon@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2023-09-13 15:43:42 -04:00
..
consolelink chore: Do not set default openVSXURL if operator is being deployed in… (#1544) 2022-10-26 10:00:37 +03:00
container-build feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
dashboard chore: Allow che-dasbhoard SA to read ConfigMap in eclipse-che namespace (#1749) 2023-09-04 17:33:31 +02:00
dev-workspace-config feat: Allow to configure ImagePullPolicyt for a user workspace (#1747) 2023-08-23 09:50:26 +02:00
devfileregistry feat: Set empty CPU limits when possible (#1686) 2023-05-25 17:20:44 +03:00
expose feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
gateway Add attributes to set gateway container log level in Che CR (#1748) 2023-09-13 15:43:42 -04:00
identity-provider chore: Do not set default openVSXURL if operator is being deployed in… (#1544) 2022-10-26 10:00:37 +03:00
image-puller feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
migration fix: Downstream tests (#1727) 2023-07-10 17:41:24 +02:00
pluginregistry feat: Set empty CPU limits when possible (#1686) 2023-05-25 17:20:44 +03:00
postgres chore: Remove `spec.components.database` and `status.postgresVersion` fields (#1684) 2023-05-24 09:07:54 +03:00
rbac feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
registry fix: probePath for plugin and devfile registries deployments (#1690) 2023-05-26 16:38:15 +03:00
server chore: Get rid of mounting CHE_GIT_SELF__SIGNED__CERT__HOST and CHE_GIT_SELF__SIGNED__CERT into che-server pod (#1723) 2023-07-10 15:50:51 +02:00
tls fix: sync should not update labels and annotations for an object (#1649) 2023-03-29 18:40:43 +03:00
checluster.go feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
checluster_test.go feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
checluster_util.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
checluster_util_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
clusterrole.go feat: Automatically add the container build SCC to users if containerBuildCapability is enabled (#1543) 2022-10-20 10:28:07 +03:00
clusterrole_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
clusterrolebinding.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
clusterrolebinding_test.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
configmap.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
configmap_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
defaults.go.update.sh chore: Remove obsolete code after switching to Dev Workspace enabled (#1291) 2022-01-24 09:52:15 +02:00
defaults_test.go chore: Adapt tests for downstream (#1652) 2023-04-04 08:58:40 +03:00
deployment.go chore: operator should not revert readiness and liveness prob configurations (#1743) 2023-08-16 08:08:45 +02:00
deployment_test.go fix: NPE in deploy.OverrideDeployment func (#1689) 2023-05-26 12:33:53 +03:00
finalizer.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
finalizer_test.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
ingress.go feat: allow to specify IngressClassName (#1669) 2023-04-25 08:50:07 +03:00
ingress_test.go feat: allow to specify IngressClassName (#1669) 2023-04-25 08:50:07 +03:00
init_test.go chore: Do not set default openVSXURL if operator is being deployed in… (#1544) 2022-10-26 10:00:37 +03:00
job.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
job_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
labels.go fix: set scc priority to null (#1606) 2023-01-30 07:52:06 +02:00
proxy.go chore: Refactoring (#1411) 2022-06-24 19:34:27 +03:00
proxy_test.go chore: Refactoring (#1411) 2022-06-24 19:34:27 +03:00
pvc.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
pvc_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
reconcile_manager.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
reconcile_manager_test.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
role.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
role_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
rolebinding.go feat: Automatically add the container build SCC to users if containerBuildCapability is enabled (#1543) 2022-10-20 10:28:07 +03:00
rolebinding_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
route.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
route_test.go fix: TestRouteSpec test (#1402) 2022-06-13 12:10:03 +03:00
secret.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
secret_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
service.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
service_account.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
service_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
sync.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00
sync_test.go feat: Allow to configure user custom roles (#1663) 2023-04-21 14:52:05 +03:00