Skip to content

Commit

Permalink
Add druid version 30.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tapajit Chandra Paul <[email protected]>
  • Loading branch information
tapojit047 committed Oct 31, 2024
1 parent a3e9392 commit 53f876b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/kubedb/active_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"24.4.1"
],
"Druid": [
"30.0.1",
"30.0.0",
"28.0.1",
"25.0.0"
Expand Down
12 changes: 12 additions & 0 deletions catalog/kubedb/raw/druid/druid-30.0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: DruidVersion
metadata:
name: 30.0.1
spec:
db:
image: ghcr.io/appscode-images/druid:30.0.1
initContainer:
image: ghcr.io/kubedb/druid-init:30.0.1
securityContext:
runAsUser: 1000
version: 30.0.1
22 changes: 22 additions & 0 deletions charts/kubedb-catalog/templates/druid/druid-30.0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{{ $featureGates := .Values.featureGates }}
{{- if .Values.global }}
{{ $featureGates = mergeOverwrite dict .Values.featureGates .Values.global.featureGates }}
{{- end }}

{{ if $featureGates.Druid }}

apiVersion: catalog.kubedb.com/v1alpha1
kind: DruidVersion
metadata:
name: '30.0.1'
labels:
{{- include "kubedb-catalog.labels" . | nindent 4 }}
spec:
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/druid") $) }}:30.0.1'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/druid-init") $) }}:30.0.1'
securityContext:
runAsUser: 1000
version: 30.0.1
{{ end }}

0 comments on commit 53f876b

Please sign in to comment.