Skip to content
Snippets Groups Projects

Add support for the k8s-linkup subchart

Merged Nik | Klampfradler requested to merge k8s-linkup into master
Files
2
+ 5
1
@@ -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.1"
version: "0.2.0"
# 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
@@ -31,3 +31,7 @@ dependencies:
version: "^15.0.0"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
- name: k8s-linkup
version: "^1.0.0"
repository: https://edugit.org/api/v4/projects/882/packages/helm/stable
condition: k8s-linkup.enabled
Loading