Skip to content

Commit

Permalink
Reactivate searchguard-7.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 9, 2023
1 parent 7ae7b76 commit ed2d044
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions catalog/kubedb/active_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"xpack-7.16.3",
"xpack-7.14.2",
"xpack-7.13.4",
"searchguard-7.9.3",
"xpack-6.8.23",
"opensearch-2.11.1",
"opensearch-2.8.0",
Expand Down
3 changes: 2 additions & 1 deletion catalog/kubedb/backup_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"elasticsearch-backup-7.3.2": [
"xpack-7.14.2",
"xpack-7.13.4"
"xpack-7.13.4",
"searchguard-7.9.3"
],
"elasticsearch-backup-8.2.0": [
"xpack-8.11.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ spec:
authPlugin: SearchGuard
db:
image: floragunncom/sg-elasticsearch:7.9.3-oss-47.1.0
deprecated: true
distribution: SearchGuard
exporter:
image: prometheuscommunity/elasticsearch-exporter:v1.3.0
Expand Down
3 changes: 2 additions & 1 deletion catalog/kubedb/restore_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"elasticsearch-restore-7.3.2": [
"xpack-7.14.2",
"xpack-7.13.4"
"xpack-7.13.4",
"searchguard-7.9.3"
],
"elasticsearch-restore-8.2.0": [
"xpack-8.11.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if and .Values.catalog.elasticsearch (not .Values.skipDeprecated) }}
{{ if .Values.catalog.elasticsearch }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: ElasticsearchVersion
metadata:
Expand All @@ -9,7 +9,6 @@ spec:
authPlugin: SearchGuard
db:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "floragunncom/sg-elasticsearch") $) }}:7.9.3-oss-47.1.0'
deprecated: true
distribution: SearchGuard
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prometheuscommunity/elasticsearch-exporter") $) }}:v1.3.0'
Expand Down

0 comments on commit ed2d044

Please sign in to comment.