-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into CSPL-2409
Signed-off-by: vivekr-splunk <[email protected]>
- Loading branch information
Showing
20 changed files
with
80 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tools/k8s_collectors/k8s-splunk-collector-helper.py |
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 |
---|---|---|
|
@@ -3,14 +3,14 @@ entries: | |
splunk-enterprise: | ||
- apiVersion: v2 | ||
appVersion: 2.3.0 | ||
created: "2023-07-06T13:56:05.403586-07:00" | ||
created: "2023-07-25T15:50:32.734375-07:00" | ||
dependencies: | ||
- condition: splunk-operator.enabled | ||
name: splunk-operator | ||
repository: file://splunk-operator/helm-chart/splunk-operator | ||
version: 2.3.0 | ||
description: A Helm chart for Splunk Enterprise managed by the Splunk Operator | ||
digest: c18bcc16332114dbc46abf2b809aa26ab8576a10dae3da4241d502b3fdd9079d | ||
digest: 589aeff022db846bb284d2c74ada95a7dd79949546238d7854f8e80163445d56 | ||
maintainers: | ||
- email: [email protected] | ||
name: Vivek Reddy | ||
|
@@ -25,7 +25,7 @@ entries: | |
version: 2.3.0 | ||
- apiVersion: v2 | ||
appVersion: 2.2.1 | ||
created: "2023-07-06T13:56:05.376932-07:00" | ||
created: "2023-07-25T15:50:32.719883-07:00" | ||
dependencies: | ||
- condition: splunk-operator.enabled | ||
name: splunk-operator | ||
|
@@ -40,7 +40,7 @@ entries: | |
version: 2.2.1 | ||
- apiVersion: v2 | ||
appVersion: 2.2.0 | ||
created: "2023-07-06T13:56:05.364159-07:00" | ||
created: "2023-07-25T15:50:32.704801-07:00" | ||
dependencies: | ||
- condition: splunk-operator.enabled | ||
name: splunk-operator | ||
|
@@ -55,7 +55,7 @@ entries: | |
version: 2.2.0 | ||
- apiVersion: v2 | ||
appVersion: 2.1.0 | ||
created: "2023-07-06T13:56:05.339298-07:00" | ||
created: "2023-07-25T15:50:32.677517-07:00" | ||
dependencies: | ||
- condition: splunk-operator.enabled | ||
name: splunk-operator | ||
|
@@ -71,9 +71,9 @@ entries: | |
splunk-operator: | ||
- apiVersion: v2 | ||
appVersion: 2.3.0 | ||
created: "2023-07-06T13:56:05.450488-07:00" | ||
created: "2023-07-25T15:50:32.785117-07:00" | ||
description: A Helm chart for the Splunk Operator for Kubernetes | ||
digest: a4eba8f2af1d624794bb37a75d462e26ea5dbbf729276f5c4e2b65610f397d8a | ||
digest: f2f9ef0149f093bb56f69c967388086ab799d40a543ea1ea4e398fe16a99927e | ||
maintainers: | ||
- email: [email protected] | ||
name: Vivek Reddy | ||
|
@@ -86,34 +86,4 @@ entries: | |
urls: | ||
- https://splunk.github.io/splunk-operator/splunk-operator-2.3.0.tgz | ||
version: 2.3.0 | ||
- apiVersion: v2 | ||
appVersion: 2.2.1 | ||
created: "2023-07-06T13:56:05.436792-07:00" | ||
description: A Helm chart for the Splunk Operator for Kubernetes | ||
digest: 8868b9ae2ebde0c667b13c97d71d904a31b5a9f2c803b199bc77324f1727e1fd | ||
name: splunk-operator | ||
type: application | ||
urls: | ||
- https://splunk.github.io/splunk-operator/splunk-operator-2.2.1.tgz | ||
version: 2.2.1 | ||
- apiVersion: v2 | ||
appVersion: 2.2.0 | ||
created: "2023-07-06T13:56:05.425506-07:00" | ||
description: A Helm chart for the Splunk Operator for Kubernetes | ||
digest: 49c72276bd7ff93465b0545d8b0814f684cade7d2cd191b6d73d4c3660bd1fb4 | ||
name: splunk-operator | ||
type: application | ||
urls: | ||
- https://splunk.github.io/splunk-operator/splunk-operator-2.2.0.tgz | ||
version: 2.2.0 | ||
- apiVersion: v2 | ||
appVersion: 2.1.0 | ||
created: "2023-07-06T13:56:05.414264-07:00" | ||
description: A Helm chart for the Splunk Operator for Kubernetes | ||
digest: 34e5463f8f5442655d05cb616b50391b738a0827b30d8440b4c7fce99a291d9a | ||
name: splunk-operator | ||
type: application | ||
urls: | ||
- https://splunk.github.io/splunk-operator/splunk-operator-1.0.0.tgz | ||
version: 1.0.0 | ||
generated: "2023-07-06T13:56:05.323719-07:00" | ||
generated: "2023-06-15T11:57:34.671074-07:00" |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
helm-chart/splunk-enterprise/charts/splunk-operator-2.3.0.tgz
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.