diff --git a/general/Catalog.yaml b/general/Catalog.yaml index a502bd9..6068a96 100644 --- a/general/Catalog.yaml +++ b/general/Catalog.yaml @@ -6,4 +6,4 @@ metadata: annotations: org.opencontainers.image.source: https://github.com/kubara-io/catalogs spec: - version: 1.0.0 + version: 1.0.1 diff --git a/general/platform-components/helm/reloader/templates/namespace.yaml b/general/platform-components/helm/reloader/templates/namespace.yaml new file mode 100644 index 0000000..1db2f61 --- /dev/null +++ b/general/platform-components/helm/reloader/templates/namespace.yaml @@ -0,0 +1 @@ +{{- include "templateLibrary.k8s.namespace" . }}