Skip to content

Commit

Permalink
Update charts
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Nov 27, 2023
1 parent 77324d6 commit 756ad3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ spec:
dashboard:
image: kibana:7.17.10
dashboardInitContainer:
yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:7.17.10-xpack-v2023.07.14
yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:7.17.10-xpack-v2023.11.27
db:
image: elasticsearch:7.17.10
distribution: ElasticStack
exporter:
image: prometheuscommunity/elasticsearch-exporter:v1.3.0
initContainer:
image: tianon/toybox:0.8.4
yqImage: ghcr.io/kubedb/elasticsearch-init:7.17.10-xpack-v2023.07.14
yqImage: ghcr.io/kubedb/elasticsearch-init:7.17.10-xpack-v2023.11.27
podSecurityPolicies:
databasePolicyName: elasticsearch-db
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ spec:
dashboard:
image: kibana:8.2.0
dashboardInitContainer:
yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:8.2.0-xpack-v2023.01.29
yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:8.2.0-xpack-v2023.11.27
db:
image: elasticsearch:8.2.0
distribution: ElasticStack
exporter:
image: prometheuscommunity/elasticsearch-exporter:v1.3.0
initContainer:
image: tianon/toybox:0.8.4
yqImage: ghcr.io/kubedb/elasticsearch-init:8.2.0-xpack-v2022.05.24
yqImage: ghcr.io/kubedb/elasticsearch-init:8.2.0-xpack-v2023.11.27
podSecurityPolicies:
databasePolicyName: elasticsearch-db
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ spec:
dashboard:
image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "kibana") $) }}:7.17.10'
dashboardInitContainer:
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-dashboard-init") $) }}:7.17.10-xpack-v2023.07.14'
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-dashboard-init") $) }}:7.17.10-xpack-v2023.11.27'
db:
image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "elasticsearch") $) }}:7.17.10'
distribution: ElasticStack
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.3.0'
initContainer:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tianon/toybox") $) }}:0.8.4'
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:7.17.10-xpack-v2023.07.14'
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:7.17.10-xpack-v2023.11.27'
podSecurityPolicies:
databasePolicyName: elasticsearch-db
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ spec:
dashboard:
image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "kibana") $) }}:8.2.0'
dashboardInitContainer:
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-dashboard-init") $) }}:8.2.0-xpack-v2023.01.29'
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-dashboard-init") $) }}:8.2.0-xpack-v2023.11.27'
db:
image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "elasticsearch") $) }}:8.2.0'
distribution: ElasticStack
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.3.0'
initContainer:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tianon/toybox") $) }}:0.8.4'
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:8.2.0-xpack-v2022.05.24'
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:8.2.0-xpack-v2023.11.27'
podSecurityPolicies:
databasePolicyName: elasticsearch-db
securityContext:
Expand Down

0 comments on commit 756ad3b

Please sign in to comment.