Skip to content

Commit

Permalink
Add serverless-index to default excludeImages of SO (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Oct 15, 2024
1 parent fd5405b commit 2bb0ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions config/serverless-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ config:
enabled: true
excludes:
- .*rosa.*
excludesImages:
- .*serverless-index.*
imageOverrides:
- name: GO_BUILDER
pullSpec: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
Expand All @@ -23,8 +21,6 @@ config:
enabled: true
excludes:
- .*rosa.*
excludesImages:
- .*serverless-index.*
imageOverrides:
- name: GO_BUILDER
pullSpec: brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
Expand Down
1 change: 1 addition & 0 deletions pkg/prowgen/prowgen_konflux.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ func GenerateKonfluxServerlessOperator(ctx context.Context, openshiftRelease Rep
cfg.ExcludesImages = []string{
".*operator-src.*",
".*source.*",
".*serverless-index.*",
}
}

Expand Down

0 comments on commit 2bb0ca2

Please sign in to comment.