Skip to content

Commit

Permalink
Add support for opensearch 2.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Feb 20, 2025
1 parent 32324bc commit 3a94af8
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 1.3.13, < 2.18.1'
- '>= 1.3.13, < 2.19.1'
version: 1.3.13
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 1.3.18, < 2.18.1'
- '>= 1.3.18, < 2.19.1'
version: 1.3.18
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 1.3.19, < 2.18.1'
- '>= 1.3.19, < 2.19.1'
version: 1.3.19
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.0.1, < 2.18.1'
- '>= 2.0.1, < 2.19.1'
version: 2.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.11.1, < 2.18.1'
- '>= 2.11.1, < 2.19.1'
version: 2.11.1
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.14.0, < 2.18.1'
- '>= 2.14.0, < 2.19.1'
version: 2.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.16.0, < 2.18.1'
- '>= 2.16.0, < 2.19.1'
version: 2.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.17.1, < 2.18.1'
- '>= 2.17.1, < 2.19.1'
version: 2.17.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: ElasticsearchVersion
metadata:
name: opensearch-2.19.0
spec:
authPlugin: OpenSearch
dashboard:
image: ghcr.io/appscode-images/opensearch-dashboards:2.19.0
dashboardInitContainer:
yqImage: ghcr.io/kubedb/elasticsearch-dashboard-init:2.19.0-opensearch-v2025.02.20
db:
image: ghcr.io/appscode-images/opensearch:2.19.0
distribution: OpenSearch
exporter:
image: prometheuscommunity/elasticsearch-exporter:v1.7.0
initContainer:
image: tianon/toybox:0.8.11
yqImage: ghcr.io/kubedb/elasticsearch-init:2.19.0-opensearch-v2025.02.20
podSecurityPolicies:
databasePolicyName: elasticsearch-db
securityContext:
runAsAnyNonRoot: true
runAsUser: 1000
stash:
addon:
backupTask:
name: elasticsearch-backup-7.14.0
params:
- name: args
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
restoreTask:
name: elasticsearch-restore-7.14.0
params:
- name: args
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.19.0, < 3.0.0'
version: 2.18.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.5.0, < 2.18.1'
- '>= 2.5.0, < 2.19.1'
version: 2.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
value: --match=^(?![.])(?!security-auditlog)(?!kubedb-system).+
updateConstraints:
allowlist:
- '>= 2.8.0, < 2.18.1'
- '>= 2.8.0, < 2.19.1'
version: 2.8.0

0 comments on commit 3a94af8

Please sign in to comment.