Skip to content

Commit

Permalink
remove connection test pods in helm charts (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 authored Sep 2, 2024
1 parent fb67e5b commit 5c324c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
4 changes: 2 additions & 2 deletions charts/kubeai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.2.4
version: 0.2.5

# 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 All @@ -20,7 +20,7 @@ dependencies:
# https://docs.openwebui.com/
- name: openwebui
condition: openwebui.enabled
version: 0.1.0
version: 0.1.1
# Custom Resource Definitions are cluster scoped. Sometimes cluster admins need to install
# these resources as a separate step.
# https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
Expand Down
2 changes: 1 addition & 1 deletion charts/kubeai/charts/openwebui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.1.0
version: 0.1.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

This file was deleted.

15 changes: 0 additions & 15 deletions charts/kubeai/templates/tests/test-connection.yaml

This file was deleted.

0 comments on commit 5c324c1

Please sign in to comment.