Skip to content

Commit

Permalink
chore: add DATALAYER_AVAILABLE_KERNELS_MAX_LIFE_SEC and DATALAYER_KER…
Browse files Browse the repository at this point in the history
…NELS_RUN_HOOKS options - fixes #65
  • Loading branch information
echarles committed Dec 18, 2024
1 parent 169c9f3 commit 7c0a34b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/datalayer-iam/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Datalayer IAM
name: datalayer-iam
version: 1.0.5
appVersion: 1.0.5
version: 1.0.6
appVersion: 1.0.6
home: https://datalayer.tech
sources:
- https://github.com/datalayer/helm-charts/tree/main/charts/datalayer-iam
Expand Down
4 changes: 2 additions & 2 deletions charts/datalayer-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Datalayer Operator
name: datalayer-operator
version: 1.0.8
appVersion: 1.0.8
version: 1.0.9
appVersion: 1.0.9
home: https://datalayer.tech
sources:
- https://github.com/datalayer/helm-charts/tree/main/charts/datalayer-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/datalayer-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| operator.env.OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | string | `""` | |
| operator.env.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT | string | `""` | |
| operator.env.OTEL_SDK_DISABLED | string | `"false"` | |
| operator.image | string | `"datalayer/operator:1.0.8"` | |
| operator.image | string | `"datalayer/operator:1.0.9"` | |
| operator.imagePullPolicy | string | `"Always"` | |
| operator.port | int | `2111` | |
| operator.sharedFsPVC | string | `""` | |
Expand Down
4 changes: 3 additions & 1 deletion charts/datalayer-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
operator:
image: datalayer/operator:1.0.8
image: datalayer/operator:1.0.9
sidecar:
image: datalayer/whoami:0.0.6
imagePullPolicy: Always
Expand All @@ -19,11 +19,13 @@ operator:
AWS_DEFAULT_REGION: ""
AWS_SECRET_ACCESS_KEY: ""
DATALAYER_AUTHZ_ENGINE: "openfga"
DATALAYER_AVAILABLE_KERNELS_MAX_LIFE_SEC: "3600"
DATALAYER_CERT_ISSUER: "letsencrypt"
DATALAYER_DOCKER_REGISTRY: ""
DATALAYER_IAM_API_KEY: ""
DATALAYER_IAM_HOST: "datalayer-iam-svc.datalayer-api.svc.cluster.local:9700"
DATALAYER_INGRESS_CLASS_NAME: "datalayer-traefik"
DATALAYER_KERNELS_RUN_HOOKS: "false"
DATALAYER_OPERATOR_API_KEY: ""
DATALAYER_PUB_SUB_ENGINE: "pulsar"
DATALAYER_PULSAR_URL: "pulsar://datalayer-pulsar-broker.datalayer-pulsar.svc.cluster.local:6650"
Expand Down

0 comments on commit 7c0a34b

Please sign in to comment.