-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pravega/zookeeper-operator …
…into pravega-master
- Loading branch information
Showing
9 changed files
with
5,865 additions
and
3,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ jobs: | |
sudo go version | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2 | ||
- name: get go version | ||
run: go version | ||
- name: Gofmt and License checks | ||
run: make check | ||
- name: unit tests | ||
|
@@ -37,7 +39,7 @@ jobs: | |
uses: codecov/[email protected] | ||
- name: Set env | ||
run: | | ||
echo "KUBERNETES_VERSION=v1.20.13" >> $GITHUB_ENV | ||
echo "KUBERNETES_VERSION=v1.23.1" >> $GITHUB_ENV | ||
echo "OPERATOR_SDK_VERSION=v0.19.4" >> $GITHUB_ENV | ||
echo "MINIKUBE_VERSION=v1.24.0" >> $GITHUB_ENV | ||
echo "KUBERNETES_CONFIG_FILE=$HOME/.kube/config" >> $GITHUB_ENV | ||
|
8,690 changes: 5,552 additions & 3,138 deletions
8,690
config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.