diff --git a/charts/sophora-ugc/CHANGELOG.md b/charts/sophora-ugc/CHANGELOG.md index 5c00cce9..97d57398 100644 --- a/charts/sophora-ugc/CHANGELOG.md +++ b/charts/sophora-ugc/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.3.0 +- Added support for deploying extra resources + ## 2.0.12 - link to sources at GitHub @@ -33,4 +36,4 @@ ## 2.0.0 -- 2024-02-13 - UGC Multimedia can now be deployed along with UGC -- Configuration options in the values.yaml were restructured. An example configuration with the new structure can be found in the README.md. \ No newline at end of file +- Configuration options in the values.yaml were restructured. An example configuration with the new structure can be found in the README.md. diff --git a/charts/sophora-ugc/Chart.yaml b/charts/sophora-ugc/Chart.yaml index 3aa861bc..ded737d3 100644 --- a/charts/sophora-ugc/Chart.yaml +++ b/charts/sophora-ugc/Chart.yaml @@ -15,11 +15,11 @@ 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: 2.2.1 +version: 2.3.0 annotations: artifacthub.io/changes: | - - kind: fixed - description: "Fixed backendRef of httpRoute" + - kind: added + description: "Added support to deploy extra resources." artifacthub.io/links: | - name: Documentation for Sophora UGC url: https://subshell.com/docs/ugc/ diff --git a/charts/sophora-ugc/templates/extra-list.yaml b/charts/sophora-ugc/templates/extra-list.yaml new file mode 100644 index 00000000..9ac65f9e --- /dev/null +++ b/charts/sophora-ugc/templates/extra-list.yaml @@ -0,0 +1,4 @@ +{{- range .Values.extraDeploy }} +--- +{{ include "common.tplvalues.render" (dict "value" . "context" $) }} +{{- end }} diff --git a/charts/sophora-ugc/values.yaml b/charts/sophora-ugc/values.yaml index dc948859..9fe91a79 100644 --- a/charts/sophora-ugc/values.yaml +++ b/charts/sophora-ugc/values.yaml @@ -57,6 +57,9 @@ httpRoute: # httpRoute.annotations annotations for the HTTPRoute annotations: {} + # extraDeploy Additional Kubernetes resources to deploy with this release +extraDeploy: [] + authentication: secret: server: