You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check our [Documentation](http://docs.lakekeeper.io), the [Lakekeeper Repository](https://github.com/lakekeeper/lakekeeper) and the [`values.yaml`](https://github.com/lakekeeper/lakekeeper-charts/blob/main/charts/lakekeeper/values.yaml) for more information.
8
8
@@ -23,8 +23,8 @@ For potential additional steps that are required for upgrades, please check the
@@ -55,7 +55,7 @@ For potential additional steps that are required for upgrades, please check the
55
55
| catalog.autoscaling.maxReplicas | int |`2`| maximum number of replicas for the catalog Pods |
56
56
| catalog.autoscaling.metrics | list |`[]`| metrics for the HorizontalPodAutoscaler |
57
57
| catalog.command | list |`[]`| Overwrite the command of the catalog container. If not set, the default entrypoint of the image is used |
58
-
| catalog.config | object |`{}`| Configuration options for the catalog. Please check the documentation for the available options. https://docs.lakekeeper.io/docs/nightly/configuration/ Configuration items are mounted as environment variables. ICEBERG_REST__BASE_URI is required if ingress is disabled - otherwise the catalog will only work inside the cluster. |
58
+
| catalog.config | object |`{}`| Configuration options for the catalog. Please check the documentation for the available options. https://docs.lakekeeper.io/docs/nightly/configuration/ Configuration items are mounted as environment variables. |
59
59
| catalog.containerSecurityContext | <html><ahref="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podsecuritycontext-v1-core">podsecuritycontext-v1-core</a></html> |`{}`| security context for the catalog container. `runAsUser` is ignored, please set with `catalog.image.uid`, `runAsGroup` is ignored, please set with `catalog.image.gid`|
60
60
| catalog.dbMigrations.annotations | object |`{}`| Annotations for the migration job |
61
61
| catalog.dbMigrations.enabled | bool |`true`| if the db-migrations Job is created. if `false`, you have to MANUALLY run `airflow db upgrade` when required |
@@ -73,7 +73,7 @@ For potential additional steps that are required for upgrades, please check the
73
73
| catalog.image.gid | int |`65534`| 65534 = nobody of google container distroless |
74
74
| catalog.image.pullPolicy | string |`"IfNotPresent"`| The image pull policy |
75
75
| catalog.image.repository | string |`"quay.io/lakekeeper/catalog"`| The image repository to pull from |
76
-
| catalog.image.tag | string |`"v0.8.4"`| The image tag to pull |
76
+
| catalog.image.tag | string |`"v0.9.2"`| The image tag to pull |
77
77
| catalog.image.uid | int |`65532`| 65532 = nonroot of google container distroless |
78
78
| catalog.ingress.annotations | object |`{}`| annotations for the catalog Ingress |
79
79
| catalog.ingress.enabled | bool |`false`| if we should deploy Ingress resources |
@@ -136,6 +136,7 @@ For potential additional steps that are required for upgrades, please check the
0 commit comments