Skip to content

Commit 66929a1

Browse files
Update es init tags: update feature-gates list (#1962)
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 7abea93 commit 66929a1

File tree

57 files changed

+1159
-1318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1159
-1318
lines changed

catalog/kubedb/raw/elasticsearch/elasticsearch-8.18.2-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
image: prometheuscommunity/elasticsearch-exporter:v1.7.0
1616
initContainer:
1717
image: tianon/toybox:0.8.11
18-
yqImage: ghcr.io/kubedb/elasticsearch-init:8.18.2-xpack-v2025.07.07
18+
yqImage: ghcr.io/kubedb/elasticsearch-init:8.18.2-xpack-v2025.12.12
1919
podSecurityPolicies:
2020
databasePolicyName: elasticsearch-db
2121
securityContext:

catalog/kubedb/raw/elasticsearch/elasticsearch-9.0.2-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
image: prometheuscommunity/elasticsearch-exporter:v1.7.0
1616
initContainer:
1717
image: tianon/toybox:0.8.11
18-
yqImage: ghcr.io/kubedb/elasticsearch-init:9.0.2-xpack-v2025.07.07
18+
yqImage: ghcr.io/kubedb/elasticsearch-init:9.0.2-xpack-v2025.12.12
1919
podSecurityPolicies:
2020
databasePolicyName: elasticsearch-db
2121
securityContext:

catalog/kubedb/raw/elasticsearch/elasticsearch-9.1.3-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
image: prometheuscommunity/elasticsearch-exporter:v1.7.0
1616
initContainer:
1717
image: tianon/toybox:0.8.11
18-
yqImage: ghcr.io/kubedb/elasticsearch-init:9.1.3-xpack-v2025.09.24
18+
yqImage: ghcr.io/kubedb/elasticsearch-init:9.1.3-xpack-v2025.12.12
1919
podSecurityPolicies:
2020
databasePolicyName: elasticsearch-db
2121
securityContext:

catalog/kubedb/raw/elasticsearch/elasticsearch-9.1.4-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
image: prometheuscommunity/elasticsearch-exporter:v1.7.0
1616
initContainer:
1717
image: tianon/toybox:0.8.11
18-
yqImage: ghcr.io/kubedb/elasticsearch-init:9.1.4-xpack-v2025.09.24
18+
yqImage: ghcr.io/kubedb/elasticsearch-init:9.1.4-xpack-v2025.12.12
1919
podSecurityPolicies:
2020
databasePolicyName: elasticsearch-db
2121
securityContext:

charts/kubedb-catalog/templates/elasticsearch/elasticsearch-8.18.2-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.7.0'
2727
initContainer:
2828
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tianon/toybox") $) }}:0.8.11'
29-
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:8.18.2-xpack-v2025.07.07'
29+
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:8.18.2-xpack-v2025.12.12'
3030
securityContext:
3131
runAsAnyNonRoot: true
3232
runAsUser: 1000

charts/kubedb-catalog/templates/elasticsearch/elasticsearch-9.0.2-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.7.0'
2727
initContainer:
2828
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tianon/toybox") $) }}:0.8.11'
29-
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:9.0.2-xpack-v2025.07.07'
29+
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:9.0.2-xpack-v2025.12.12'
3030
securityContext:
3131
runAsAnyNonRoot: true
3232
runAsUser: 1000

charts/kubedb-catalog/templates/elasticsearch/elasticsearch-9.1.3-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.7.0'
2727
initContainer:
2828
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tianon/toybox") $) }}:0.8.11'
29-
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:9.1.3-xpack-v2025.09.24'
29+
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:9.1.3-xpack-v2025.12.12'
3030
securityContext:
3131
runAsAnyNonRoot: true
3232
runAsUser: 1000

charts/kubedb-catalog/templates/elasticsearch/elasticsearch-9.1.4-elasticstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.7.0'
2727
initContainer:
2828
image: '{{ include "image.dockerHub" (merge (dict "_repo" "tianon/toybox") $) }}:0.8.11'
29-
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:9.1.4-xpack-v2025.09.24'
29+
yqImage: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/elasticsearch-init") $) }}:9.1.4-xpack-v2025.12.12'
3030
securityContext:
3131
runAsAnyNonRoot: true
3232
runAsUser: 1000

charts/kubedb-crd-manager/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The following table lists the configurable parameters of the `kubedb-crd-manager
7272
| featureGates.Druid | | <code>false</code> |
7373
| featureGates.Elasticsearch | | <code>false</code> |
7474
| featureGates.FerretDB | | <code>false</code> |
75+
| featureGates.HanaDB | | <code>false</code> |
7576
| featureGates.Hazelcast | | <code>false</code> |
7677
| featureGates.Ignite | | <code>false</code> |
7778
| featureGates.Kafka | | <code>false</code> |
@@ -88,7 +89,7 @@ The following table lists the configurable parameters of the `kubedb-crd-manager
8889
| featureGates.Pgpool | | <code>false</code> |
8990
| featureGates.Postgres | | <code>false</code> |
9091
| featureGates.ProxySQL | | <code>false</code> |
91-
| featureGates.Qdrant | | <code>true</code> |
92+
| featureGates.Qdrant | | <code>false</code> |
9293
| featureGates.RabbitMQ | | <code>false</code> |
9394
| featureGates.Redis | | <code>false</code> |
9495
| featureGates.Singlestore | | <code>false</code> |

charts/kubedb-crd-manager/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ featureGates:
7777
Druid: false
7878
Elasticsearch: false
7979
FerretDB: false
80+
HanaDB: false
8081
Hazelcast: false
8182
Ignite: false
8283
Kafka: false
@@ -93,7 +94,7 @@ featureGates:
9394
Pgpool: false
9495
Postgres: false
9596
ProxySQL: false
96-
Qdrant: true
97+
Qdrant: false
9798
RabbitMQ: false
9899
Redis: false
99100
Singlestore: false

0 commit comments

Comments
 (0)