Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/override-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Override Bot
on:
issue_comment:
types: [created]
schedule:
- cron: '*/10 * * * *'
jobs:
override:
name: Check for redundant CI lanes for override
if: (github.event.issue.pull_request != '') && (contains(github.event.comment.body, '/override-bot')) && (github.repository == 'kubevirt/hyperconverged-cluster-operator')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
Expand Down
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ aliases:
- tiraboschi
- sradco
- machadovilaca
- avlitman
- assafad
code-reviewers:
- nunnatsa
- orenc1
- tiraboschi
- sradco
- machadovilaca
- avlitman
- assafad
4 changes: 2 additions & 2 deletions deploy/images.tmp.env
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HPP_CSI_IMAGE=quay.io/kubevirt/hostpath-csi-driver@sha256:8d84b9a33e0ec3749aece7
MTQ_OPERATOR_IMAGE=quay.io/kubevirt/mtq-operator@sha256:ef5c4bb1fa72f9e6e75d5585ca352f7563720389e6c9876aa8b07d12d1be6194 # v1.1.11
MTQ_CONTROLLER_IMAGE=quay.io/kubevirt/mtq-controller@sha256:96dd73ea0d7847d9f6322192559747bd85655e25ee25482d112e6e3c6fef21b2 # v1.1.11
MTQ_LOCKSERVER_IMAGE=quay.io/kubevirt/mtq-lock-server@sha256:9614df0d5af7c998bcceaf73b548f2e3b29ff8ee4ca64c32613bfbdd6e452f6c # v1.1.11
NODE_DRIVER_REG_IMAGE=registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:0f64602ea791246712b51df334bbd701a0f31df9950a4cb9c28c059f367baa9e # v2.9.3
NODE_DRIVER_REG_IMAGE=registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:0d23a6fd60c421054deec5e6d0405dc3498095a5a597e175236c0692f4adee0f # v2.12.0
LIVENESS_PROBE_IMAGE=registry.k8s.io/sig-storage/livenessprobe@sha256:82adbebdf5d5a1f40f246aef8ddbee7f89dea190652aefe83336008e69f9a89f # v2.11.0
CSI_SNAPSHOT_IMAGE=registry.k8s.io/sig-storage/csi-snapshotter@sha256:f1bd6ee18c4021c1c94f29edfab89b49b6a4d1b800936c19dbef2d75f8202f2d # v6.3.3
CSI_SIG_STORAGE_PROVISIONER_IMAGE=registry.k8s.io/sig-storage/csi-provisioner@sha256:d078dc174323407e8cc6f0f9abd4efaac5db27838f1564d0253d5e3233e3f17f # v3.5.0
Expand Down Expand Up @@ -53,7 +53,7 @@ DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/hostpath-csi-driver@sha256:8d84b9a3
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/mtq-operator@sha256:ef5c4bb1fa72f9e6e75d5585ca352f7563720389e6c9876aa8b07d12d1be6194" # v1.1.11
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/mtq-controller@sha256:96dd73ea0d7847d9f6322192559747bd85655e25ee25482d112e6e3c6fef21b2" # v1.1.11
DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/mtq-lock-server@sha256:9614df0d5af7c998bcceaf73b548f2e3b29ff8ee4ca64c32613bfbdd6e452f6c" # v1.1.11
DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:0f64602ea791246712b51df334bbd701a0f31df9950a4cb9c28c059f367baa9e" # v2.9.3
DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:0d23a6fd60c421054deec5e6d0405dc3498095a5a597e175236c0692f4adee0f # v2.12.0
DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/livenessprobe@sha256:82adbebdf5d5a1f40f246aef8ddbee7f89dea190652aefe83336008e69f9a89f" # v2.11.0
DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/csi-snapshotter@sha256:f1bd6ee18c4021c1c94f29edfab89b49b6a4d1b800936c19dbef2d75f8202f2d # v6.3.3
DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/csi-provisioner@sha256:d078dc174323407e8cc6f0f9abd4efaac5db27838f1564d0253d5e3233e3f17f" # v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion hack/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HPP_VERSION="v0.19.0"
MTQ_VERSION="v1.2.1"
AAQ_VERSION="v1.2.1"

NODE_DRIVER_REG_VERSION="v2.10.1"
NODE_DRIVER_REG_VERSION="v2.12.0"
LIVENESS_PROBE_VERSION="v2.12.0"
CSI_SNAPSHOT_VERSION="v7.0.2"
CSI_SIG_STORAGE_PROVISIONER_VERSION="v3.5.0"
Expand Down