diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd6f9bd..51fdaec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 - name: Install Ansible run: python -m pip install 'ansible <= 2.9' @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 - name: Verify image builds run: docker build --tag infrawatch/smart-gateway-operator:latest --file build/Dockerfile . @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 - name: Get operator-sdk image 0.19.4 run: curl --output operator-sdk -JL https://github.com/operator-framework/operator-sdk/releases/download/$RELEASE_VERSION/operator-sdk-$RELEASE_VERSION-x86_64-linux-gnu @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.3 # prepare environment to buld the bundle - name: Get operator-sdk image 0.19.4 @@ -104,7 +104,7 @@ jobs: run: operator-sdk-$RELEASE_VERSION bundle validate --verbose /tmp/bundle - name: Create KinD cluster to execute scorecard tests - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.10.0 # perform scorecard checks against a KinD cluster - name: Check scorecord validation diff --git a/build/Dockerfile b/build/Dockerfile index 6b4cc33..e1115fa 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/openshift/origin-ansible-operator:4.12 +FROM quay.io/openshift/origin-ansible-operator:4.14 # temporarily switch to root user to adjust image layers USER 0 diff --git a/deploy/olm-catalog/smart-gateway-operator/Dockerfile.in b/deploy/olm-catalog/smart-gateway-operator/Dockerfile.in index 8b7c7f7..f7018c5 100644 --- a/deploy/olm-catalog/smart-gateway-operator/Dockerfile.in +++ b/deploy/olm-catalog/smart-gateway-operator/Dockerfile.in @@ -13,7 +13,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4 LABEL operators.operatorframework.io.metrics.project_layout=ansible LABEL com.redhat.delivery.operator.bundle=true -LABEL com.redhat.openshift.versions="v4.12-v4.14" +LABEL com.redhat.openshift.versions="v4.14-v4.16" LABEL com.redhat.delivery.backport=false LABEL com.redhat.component="smart-gateway-operator-bundle-container" \ diff --git a/deploy/olm-catalog/smart-gateway-operator/metadata/properties.yaml b/deploy/olm-catalog/smart-gateway-operator/metadata/properties.yaml index 7e9df00..2c7b860 100644 --- a/deploy/olm-catalog/smart-gateway-operator/metadata/properties.yaml +++ b/deploy/olm-catalog/smart-gateway-operator/metadata/properties.yaml @@ -1,3 +1,3 @@ properties: - type: olm.maxOpenShiftVersion - value: "4.14" + value: "4.16"