Skip to content

Commit

Permalink
CSPL-2180: operator version upgraded for helm (#1004)
Browse files Browse the repository at this point in the history
* operator version upgraded for helm

Signed-off-by: vivekr-splunk <[email protected]>

* cspl-2180: fixed version of app in helm chart

Signed-off-by: vivekr-splunk <[email protected]>

* removed branch from helm workflow

Signed-off-by: vivekr-splunk <[email protected]>
Co-authored-by: Gaurav Gupta <[email protected]>
  • Loading branch information
vivekr-splunk and gaurav-splunk authored Dec 15, 2022
1 parent ff8f410 commit 3f63724
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ apiVersion: v1
entries:
splunk-enterprise:
- apiVersion: v2
appVersion: 2.1.0
created: "2022-11-29T15:28:51.129446-08:00"
appVersion: 2.1.1
created: "2022-12-13T15:56:33.485029-08:00"
dependencies:
- condition: splunk-operator.enabled
name: splunk-operator
repository: file://splunk-operator/helm-chart/splunk-operator
version: 1.0.0
description: A Helm chart for Splunk Enterprise managed by the Splunk Operator
digest: 7236319204e16f7408da03cbc7ddb26fe4649814ab77955c2e22be92f6fd69a2
digest: 370778842f6378fb391b2f903170a338298ae199cd868cf64aa45d12f338108b
name: splunk-enterprise
type: application
urls:
- https://splunk.github.io/splunk-operator/splunk-enterprise-1.0.0.tgz
version: 1.0.0
splunk-operator:
- apiVersion: v2
appVersion: 2.1.0
created: "2022-11-29T15:28:51.14181-08:00"
appVersion: 2.1.1
created: "2022-12-13T15:56:33.496876-08:00"
description: A Helm chart for the Splunk Operator for Kubernetes
digest: 5293f2082ae0a5476820b446e7c8d3c3063004d187884091e27c12cbd115fe60
digest: b3f036aca44cae81f635f78e426ed2aa5d3350ccd37fd7bee9607c5e7847a180
name: splunk-operator
type: application
urls:
- https://splunk.github.io/splunk-operator/splunk-operator-1.0.0.tgz
version: 1.0.0
generated: "2022-11-29T15:28:51.121666-08:00"
generated: "2022-12-13T15:56:33.476608-08:00"
Binary file modified docs/splunk-enterprise-1.0.0.tgz
Binary file not shown.
Binary file modified docs/splunk-operator-1.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm-chart/splunk-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 1.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.1.0"
appVersion: "2.1.1"

dependencies:
- name: splunk-operator
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/splunk-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.1.0"
appVersion: "2.1.1"
6 changes: 3 additions & 3 deletions helm-chart/splunk-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Splunk image
image:
repository: docker.io/splunk/splunk:edge
repository: docker.io/splunk/splunk:9.0.2

# The kube-rbac-proxy is a small HTTP proxy for a single upstream, that can perform RBAC
# authorization against the Kubernetes API.
Expand All @@ -23,12 +23,12 @@ kubeRbacProxy:
memory: 64Mi

# Splunk Operator configurations
splunkOperator:
splunkOperator:

# Splunk operator image and pull policy
# reference: https://github.com/splunk/splunk-operator
image:
repository: docker.io/splunk/splunk-operator:latest
repository: docker.io/splunk/splunk-operator:2.1.1
pullPolicy: IfNotPresent

# Set image pull secrets to pull image from a private registry
Expand Down

0 comments on commit 3f63724

Please sign in to comment.