Skip to content

Commit

Permalink
digitalhub minor fixes upgrade version
Browse files Browse the repository at this point in the history
Signed-off-by: ffais <ffais@fbk.eu>
  • Loading branch information
ffais committed Feb 21, 2024
1 parent 85b1c8a commit b1adfe0
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 28 deletions.
9 changes: 6 additions & 3 deletions charts/digitalhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ apiVersion: v2
name: digitalhub
description: The Digital Hub is an open-source platform for interoperability of data and services, built by integrating several open-source projects to manage, elaborate, expose and serve data through modern standards.
type: application
version: 0.2.48
maintainers:
- name: scc-digitalhub
url: https://github.com/scc-digitalhub
version: 0.2.49
appVersion: "0.3.0"
dependencies:
- name: docker-registry
Expand Down Expand Up @@ -38,7 +41,7 @@ dependencies:
repository: "https://grafana.github.io/helm-charts"
condition: grafana.enabled
- name: core
version: "0.1.0"
version: "0.1.3"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: core.enabled
- name: apigw-operator
Expand All @@ -64,4 +67,4 @@ dependencies:
- name: openmetadata
repository: https://helm.open-metadata.org
version: 1.3.0
condition: openmetadata.enabled
condition: openmetadata.enabled
Binary file added charts/digitalhub/charts/airflow-8.8.1.tgz
Binary file not shown.
Binary file added charts/digitalhub/charts/apigw-operator-0.1.2.tgz
Binary file not shown.
Binary file added charts/digitalhub/charts/coder-0.1.0.tgz
Binary file not shown.
Binary file added charts/digitalhub/charts/core-0.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added charts/digitalhub/charts/mlrun-ce-0.6.3-rc3.tgz
Binary file not shown.
Binary file modified charts/digitalhub/charts/openmetadata-1.3.0.tgz
Binary file not shown.
Binary file not shown.
49 changes: 24 additions & 25 deletions charts/digitalhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ global:
nodePort: 30050
externalHostAddress: &globalExternalUrl "192.168.49.2"
securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL

docker-registry:
docker-registry:
enabled: true
fullnameOverride: digitalhub-docker-registry
className: nginx
Expand All @@ -45,7 +45,7 @@ docker-registry:
updateStrategy:
type: Recreate

mlrun-ce:
mlrun-ce:
enabled: true
nuclio:
fullnameOverride: nuclio
Expand Down Expand Up @@ -122,11 +122,11 @@ mlrun-ce:
db:
name: db
fullnameOverride: mlrun-db
securityContext:
securityContext:
runAsUser: 999
podSecurityContext:
runAsUser: 999
fsGroup: 999
fsGroup: 999
volumes:
storageOverride:
persistentVolumeClaim:
Expand Down Expand Up @@ -217,9 +217,9 @@ mlrun-ce:
endpointPort: "9000"
bucket: "datalake"
kube-prometheus-stack:
enabled: false
enabled: false

coder:
coder:
enabled: true
username: test
password: Test12456@!
Expand Down Expand Up @@ -262,7 +262,7 @@ coder:
type: *serviceType
httpNodePort: "30170"

postgres-operator:
postgres-operator:
enabled: true
digitalhubDatabase:
volume:
Expand All @@ -286,10 +286,10 @@ ext-postgres-operator:
default_database: "postgres"
postgresCredsExistingSecrets:
username:
secretName: "digitalhubadmin.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretName: "digitalhubadmin.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretKey: "username"
password:
secretName: "digitalhubadmin.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretName: "digitalhubadmin.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretKey: "password"

postgrest-operator:
Expand All @@ -302,10 +302,10 @@ postgrest-operator:
postgrest_service_type: NodePort
postgresCredsExistingSecrets:
username:
secretName: "digitalhub-owner-user.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretName: "digitalhub-owner-user.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretKey: "username"
password:
secretName: "digitalhub-owner-user.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretName: "digitalhub-owner-user.database-postgres-cluster.credentials.postgresql.acid.zalan.do"
secretKey: "password"

core:
Expand Down Expand Up @@ -339,7 +339,7 @@ dremio-rest-server-operator:

apigw-operator:
enabled: true

grafana:
enabled: true
adminPassword: digitalhub-test
Expand All @@ -358,12 +358,12 @@ grafana:
password: ${password}
jsonData:
database: digitalhub
sslmode: 'require' # disable/require/verify-ca/verify-full
maxOpenConns: 100 # Grafana v5.4+
maxIdleConns: 100 # Grafana v5.4+
maxIdleConnsAuto: true # Grafana v9.5.1+
connMaxLifetime: 14400 # Grafana v5.4+
postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
sslmode: 'require'
maxOpenConns: 100
maxIdleConns: 100
maxIdleConnsAuto: true
connMaxLifetime: 14400
postgresVersion: 1500
timescaledb: false
plugins:
- https://github.com/scc-digitalhub/grafana-dremio-datasource-plugin/raw/master/releases/digital-hub-dremio-1.1.1.zip;digital-hub-dremio
Expand Down Expand Up @@ -492,7 +492,7 @@ openmetadata:
enabled: true
nameOverride: openmetadata
fullnameOverride: "openmetadata"
openmetadata:
openmetadata:
config:
database:
enabled: true
Expand All @@ -514,4 +514,3 @@ openmetadata:
password:
secretRef: airflow-admin-password
secretKey: password

0 comments on commit b1adfe0

Please sign in to comment.