Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/modules/druid/examples/getting_started/druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
coordinators:
roleGroups:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
historicals:
roleGroups:
default:
Expand All @@ -43,7 +43,7 @@ spec:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
---
apiVersion: v1
kind: Secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ echo "Installing PostgreSQL for Druid"
# tag::helm-install-postgres[]
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
--version 16.5.0 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ echo "Installing PostgreSQL for Druid"
# tag::helm-install-postgres[]
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
--version {{ versions.postgresql }} \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/druid/examples/getting_started/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ spec:
zookeeperConfigMapName: simple-hdfs-znode
nameNodes:
config:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 2
dataNodes:
config:
listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-unstable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/druid/examples/getting_started/hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ spec:
zookeeperConfigMapName: simple-hdfs-znode
nameNodes:
config:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 2
dataNodes:
config:
listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-unstable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 1
Expand Down
4 changes: 4 additions & 0 deletions examples/psql-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ And setup the Postgres database:

helm install druid bitnami/postgresql \
--version=11 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.username=druid \
--set auth.password=druid \
--set auth.database=druid
Expand Down
4 changes: 4 additions & 0 deletions examples/psql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ And setup the Postgres database:

helm install druid bitnami/postgresql \
--version=11 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.username=druid \
--set auth.password=druid \
--set auth.database=druid
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
---
global:
security:
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images

image:
repository: bitnamilegacy/postgresql

volumePermissions:
enabled: false
image:
repository: bitnamilegacy/os-shell
securityContext:
runAsUser: auto

metrics:
image:
repository: bitnamilegacy/postgres-exporter

primary:
extendedConfiguration: |
password_encryption=md5
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/ldap/01_openldap.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
fsGroup: 1000
containers:
- name: openldap
image: docker.io/bitnami/openldap:2.5
image: docker.io/bitnamilegacy/openldap:2.5
env:
- name: LDAP_ADMIN_USERNAME
value: admin
Expand Down
16 changes: 16 additions & 0 deletions tests/templates/kuttl/oidc/04_helm-bitnami-minio-values.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
global:
security:
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images

image:
repository: bitnamilegacy/minio
clientImage:
repository: bitnamilegacy/minio-client
defaultInitContainers:
volumePermissions:
image:
repository: bitnamilegacy/os-shell
console:
image:
repository: bitnamilegacy/minio-object-browser

mode: standalone
disableWebUI: false
extraEnvVars:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
global:
security:
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images

image:
repository: bitnamilegacy/minio
clientImage:
repository: bitnamilegacy/minio-client
defaultInitContainers:
volumePermissions:
image:
repository: bitnamilegacy/os-shell
console:
image:
repository: bitnamilegacy/minio-object-browser

mode: standalone
disableWebUI: false
extraEnvVars:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
global:
security:
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images

image:
repository: bitnamilegacy/minio
clientImage:
repository: bitnamilegacy/minio-client
defaultInitContainers:
volumePermissions:
image:
repository: bitnamilegacy/os-shell
console:
image:
repository: bitnamilegacy/minio-object-browser

mode: standalone
disableWebUI: false
extraEnvVars:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
---
global:
security:
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images

image:
repository: bitnamilegacy/postgresql

volumePermissions:
enabled: false
image:
repository: bitnamilegacy/os-shell
securityContext:
runAsUser: auto

metrics:
image:
repository: bitnamilegacy/postgres-exporter

primary:
extendedConfiguration: |
password_encryption=md5
Expand Down
16 changes: 16 additions & 0 deletions tests/templates/kuttl/tls/03_helm-bitnami-minio-values.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
global:
security:
allowInsecureImages: true # needed starting with Chart version 14.9.0 if modifying images

image:
repository: bitnamilegacy/minio
clientImage:
repository: bitnamilegacy/minio-client
defaultInitContainers:
volumePermissions:
image:
repository: bitnamilegacy/os-shell
console:
image:
repository: bitnamilegacy/minio-object-browser

mode: standalone
disableWebUI: false
extraEnvVars:
Expand Down