Skip to content

Commit

Permalink
Merge pull request #93 from observIQ/cassandra/fix-cluster-label-value
Browse files Browse the repository at this point in the history
Apache Cassandra: Fix `cluster_label` value
  • Loading branch information
algchoo authored Oct 5, 2023
2 parents 58cf652 + f3e0932 commit 7b09eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cassandra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ maintainers:
name: apache-cassandra
sources:
- https://github.com/apache/cassandra
version: 1.0.1
version: 1.0.2
2 changes: 1 addition & 1 deletion charts/cassandra/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
metadata:
labels:
app.kubernetes.io/app: apache-cassandra
cassandra_cluster: operator:cassandra-cluster
cassandra_cluster: operator-cassandra-cluster
spec:
containers:
- name: apache-cassandra
Expand Down

0 comments on commit 7b09eb2

Please sign in to comment.