Skip to content

Commit

Permalink
Add containerBuilderKind for nuclio in Helm chart values (#8825)
Browse files Browse the repository at this point in the history
Closes #8792.

Makes `nuclio`'s dashboard happy by default in a Kubernetes environment
**without** Docker available.
  
Co-authored-by: Roman Donchenko <[email protected]>
  • Loading branch information
pratclot authored Jan 23, 2025
1 parent ea6bcb2 commit 291f3d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.d/20250123_112506_roman_HEAD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Fixed

- \[Helm\] Fixed Nuclio dashboard crashes when running in a cluster
that doesn't use Docker
(<https://github.com/cvat-ai/cvat/pull/8825>)
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.0
version: 0.14.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ redis:

nuclio:
enabled: false
dashboard:
containerBuilderKind: kaniko
# See https://github.com/nuclio/nuclio/blob/master/hack/k8s/helm/nuclio/values.yaml for more info
# registry:
# loginUrl: someurl
Expand Down

0 comments on commit 291f3d2

Please sign in to comment.