diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 99c17bdd..daf778ca 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: uses: codespell-project/actions-codespell@master with: skip: .git,*.sum,vendor,config - ignore_words_list: AfterAll,NotIn + ignore_words_list: AfterAll,NotIn,immediatedly check_filenames: true check_hidden: true misspell: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5c5f0b84..a818d7ae 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,2 +1,8 @@ resources: - manager.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +images: +- name: controller + newName: quay.io/cephcsi/ceph-csi-operator + newTag: latest