Skip to content

Commit

Permalink
Use copied cassandra-exporter
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 9, 2024
1 parent 390bdad commit 36d4253
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/cassandra/cassandra-4.1.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
db:
image: ghcr.io/appscode-images/cassandra:4.1.6
exporter:
image: bitnami/cassandra-exporter:2.3.8
image: ghcr.io/appscode-images/cassandra-exporter:2.3.8
initContainer:
image: ghcr.io/kubedb/cassandra-init:4.1.6
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/cassandra/cassandra-5.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
db:
image: ghcr.io/appscode-images/cassandra:5.0.0
exporter:
image: bitnami/cassandra-exporter:2.3.8
image: ghcr.io/appscode-images/cassandra-exporter:2.3.8
initContainer:
image: ghcr.io/kubedb/cassandra-init:5.0.0
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/cassandra") $) }}:4.1.6'
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "bitnami/cassandra-exporter") $) }}:2.3.8'
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/cassandra-exporter") $) }}:2.3.8'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/cassandra-init") $) }}:4.1.6'
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/cassandra") $) }}:5.0.0'
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "bitnami/cassandra-exporter") $) }}:2.3.8'
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/cassandra-exporter") $) }}:2.3.8'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/cassandra-init") $) }}:5.0.0'
securityContext:
Expand Down

0 comments on commit 36d4253

Please sign in to comment.