Skip to content

Commit

Permalink
CLOUDP-238915: Move to operator-sdk v1.34.1 (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
helderjs authored Mar 27, 2024
1 parent b3c218e commit 3bcfce3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gen-install-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CONTROLLER_GEN_TMP_DIR=$(mktemp -d) && \
rm -rf $CONTROLLER_GEN_TMP_DIR && \
CONTROLLER_GEN=${GOBIN}/controller-gen

RUN curl -LO https://github.com/operator-framework/operator-sdk/releases/download/v1.16.0/operator-sdk_linux_amd64 && \
RUN curl -LO https://github.com/operator-framework/operator-sdk/releases/download/v1.34.1/operator-sdk_linux_amd64 && \
chmod +x operator-sdk_linux_amd64 && \
mv operator-sdk_linux_amd64 /usr/local/bin/operator-sdk

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tar xvf kustomize.tar.gz
chmod +x kustomize && mkdir -p ./bin/ && mv kustomize ./bin/kustomize
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2/operator-sdk_linux_amd64 -O operator-sdk -q
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.34.1/operator-sdk_linux_amd64 -O operator-sdk -q
chmod +x operator-sdk && sudo mv operator-sdk /usr/local/bin/operator-sdk
wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O yq -q
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ jobs:
with:
go-version-file: "${{ github.workspace }}/go.mod"
cache: false
- name: Install operator-sdk-v1.22.0
- name: Install operator-sdk
run: |
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.0/operator-sdk_linux_amd64 -q
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.34.1/operator-sdk_linux_amd64 -q
chmod +x operator-sdk_linux_amd64 && sudo mv operator-sdk_linux_amd64 /usr/local/bin/operator-sdk
operator-sdk version
- name: Print kubectl version
Expand Down
6 changes: 3 additions & 3 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
domain: mongodb.com
layout:
- go.kubebuilder.io/v2
- go.kubebuilder.io/v4
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
Expand Down Expand Up @@ -35,7 +35,7 @@ resources:
path: github.com/mongodb/mongodb-atlas-kubernetes/api/v1
version: v1
- api:
crdVersion: v1beta1
crdVersion: v1
namespaced: true
controller: true
domain: mongodb.com
Expand All @@ -44,7 +44,7 @@ resources:
path: github.com/mongodb/mongodb-atlas-kubernetes/api/v1
version: v1
- api:
crdVersion: v1beta1
crdVersion: v1
namespaced: true
controller: true
domain: mongodb.com
Expand Down

0 comments on commit 3bcfce3

Please sign in to comment.