-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * fixing docker image in workflows Signed-off-by: vivekr-splunk <[email protected]> * adding ebs driver add on code Signed-off-by: vivekr-splunk <[email protected]> * fixed .env file with latest version of k8s Signed-off-by: vivekr-splunk <[email protected]> * fixed .env file with ekctl version Signed-off-by: vivekr-splunk <[email protected]> * fixed .env file with ekctl version Signed-off-by: vivekr-splunk <[email protected]> * fixed aws ebs csi driver Signed-off-by: vivekr-splunk <[email protected]> --------- Signed-off-by: vivekr-splunk <[email protected]>
- Loading branch information
1 parent
eac4722
commit 7384961
Showing
10 changed files
with
52 additions
and
23 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
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 |
---|---|---|
|
@@ -38,7 +38,6 @@ jobs: | |
|
||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
||
- name: Configure Docker Credentials | ||
uses: docker/login-action@v1 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Deep Fetch | ||
- name: Deep Fetch | ||
run: | | ||
git fetch --prune --unshallow | ||
|
@@ -31,7 +31,6 @@ jobs: | |
go-version: ${{ steps.dotenv.outputs.GO_VERSION }} | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
||
- name: Configure Docker Credentials | ||
uses: docker/login-action@v1 | ||
with: | ||
|
@@ -44,13 +43,13 @@ jobs: | |
export OS=$(uname | awk '{print tolower($0)}') | ||
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/${{ steps.dotenv.outputs.OPERATOR_SDK_VERSION }} | ||
sudo curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_${OS}_${ARCH} | ||
sudo chmod +x operator-sdk_${OS}_${ARCH} | ||
sudo chmod +x operator-sdk_${OS}_${ARCH} | ||
sudo mv operator-sdk_${OS}_${ARCH} /usr/local/bin/operator-sdk | ||
- name: Pull RC Splunk Operator Image | ||
run: | | ||
docker pull splunk/splunk-operator:${{ github.event.inputs.operator_image_tag }} | ||
- name: Run Bundle Push for the release | ||
run: | | ||
make bundle-build bundle-push catalog-build catalog-push IMAGE_TAG_BASE=docker.io/splunk/splunk-operator VERSION=${{ github.event.inputs.release_version }} IMG=docker.io/splunk/splunk-operator:${{ github.event.inputs.operator_image_tag }} |
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
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
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
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