Skip to content

Commit 48c6072

Browse files
authored
Merge branch 'main' into release-v0
2 parents 2641bfe + 14ca62d commit 48c6072

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
run: make test
7878
- name: Upload coverage to Codecov
7979
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
80-
8180
- name: Run Gosec Security Scanner
8281
run: |
8382
go install github.com/securego/gosec/v2/cmd/[email protected]
@@ -120,4 +119,4 @@ jobs:
120119
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 #v3.0.0
121120

122121
- name: Build the operator's bundle image
123-
run: make docker-bundle-buildx-build
122+
run: make docker-bundle-buildx-build

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ For local builds, you can also set the target operating system:
8383

8484
**Apple silicon**
8585

86+
8687
```sh
8788
export TARGET_OS=darwin
8889
export TARGET_ARCH=arm64

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.0

bundle.Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#
2+
# Copyright Red Hat
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
115
FROM scratch
216

317
# Core bundle labels.

config/manifests/bases/registry-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,4 @@ spec:
313313
provider:
314314
name: Red Hat
315315
url: https://redhat.com
316-
version: 0.3.0
316+
version: 0.3.0

0 commit comments

Comments
 (0)