Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/scripts/lint_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#

GOGC=25 golangci-lint run -c ./common/config/.golangci.yml --timeout=180s
GOGC=25 golangci-lint run -c ./common/config/.golangci.yml --timeout=360s
8 changes: 2 additions & 6 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,8 @@ metadata:
spec:
operators:
- channel: stable-v24
installPlanApproval: {{ .ApprovalMode }}
name: keycloak-operator-dev
namespace: "{{ .ServicesNs }}"
packageName: rhbk-operator
scope: public
- channel: stable-v22
fallbackChannels:
- stable-v22
installPlanApproval: {{ .ApprovalMode }}
name: keycloak-operator
namespace: "{{ .ServicesNs }}"
Expand Down