File tree Expand file tree Collapse file tree 7 files changed +12
-13
lines changed Expand file tree Collapse file tree 7 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 2929 - name : Download operator sdk
3030 shell : bash
3131 env :
32- RELEASE_VERSION : v1.9.0
32+ RELEASE_VERSION : v1.13.1
3333 run : |
3434 curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk_linux_amd64
3535 chmod +x operator-sdk_linux_amd64
Original file line number Diff line number Diff line change 3333 - name : Download operator sdk
3434 shell : bash
3535 env :
36- RELEASE_VERSION : v1.9.0
36+ RELEASE_VERSION : v1.13.1
3737 run : |
3838 curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk_linux_amd64
3939 chmod +x operator-sdk_linux_amd64
@@ -231,7 +231,7 @@ jobs:
231231 - name : Download operator sdk
232232 shell : bash
233233 env :
234- RELEASE_VERSION : v1.9.0
234+ RELEASE_VERSION : v1.13.1
235235 run : |
236236 curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk_linux_amd64
237237 chmod +x operator-sdk_linux_amd64
@@ -265,7 +265,7 @@ jobs:
265265 sed -i '/replaces: '"$(basename $GITHUB_REPOSITORY)"'/d' ./bundle/manifests/$(basename $GITHUB_REPOSITORY).clusterserviceversion.yaml
266266 mkdir -p ./tmp/community-operators-prod/operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
267267 /bin/cp -v -R ./bundle/* ./tmp/community-operators-prod/operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
268- /bin/cp -v -R ./config/community-operators/* ./tmp/community-operators-prod/operators/$(basename $GITHUB_REPOSITORY)
268+ /bin/cp -v -R ./config/community-operators/ci.yaml ./tmp/community-operators-prod/operators/$(basename $GITHUB_REPOSITORY)
269269
270270 - name : process bundle for disconnected support
271271 uses : redhat-cop/github-actions/disconnected-csv@master
Original file line number Diff line number Diff line change 1010 spec :
1111 containers :
1212 - name : kube-rbac-proxy
13- image : registry.redhat. io/openshift4/ose- kube-rbac-proxy@sha256:6d57bfd91fac9b68eb72d27226bc297472ceb136c996628b845ecc54a48b31cb
13+ image : quay. io/redhat-cop/ kube-rbac-proxy:v0.11.0
1414 args :
1515 - " --secure-listen-address=0.0.0.0:8443"
1616 - " --upstream=http://127.0.0.1:8080/"
Original file line number Diff line number Diff line change 1+
2+ apiVersion : v1
3+ kind : ServiceAccount
4+ metadata :
5+ name : rnamespace-configuration-operator-controller-manager
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ affinity: {}
2929
3030kube_rbac_proxy:
3131 image:
32- repository: gcr .io/kubebuilder /kube-rbac-proxy
32+ repository: quay .io/redhat-cop /kube-rbac-proxy
3333 pullPolicy: IfNotPresent
34- tag: v0.8 .0
34+ tag: v0.11 .0
3535 resources:
3636 requests:
3737 cpu: 100m
Original file line number Diff line number Diff line change 11resources :
2- - service_account.yaml
32- role.yaml
43- role_binding.yaml
54- leader_election_role.yaml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments