diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml new file mode 100644 index 00000000..ef6d9e84 --- /dev/null +++ b/.github/workflows/helm-docs.yml @@ -0,0 +1,10 @@ +name: Update Docs +on: + push: + + +jobs: + call-workflow-passing-data: + uses: GlueOps/github-workflows/.github/workflows/helm-docs.yml@main + secrets: inherit + diff --git a/Chart.yaml b/Chart.yaml index 8ded29ee..5c573d50 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 appVersion: v0.1.0 description: This chart deploys the GlueOps Platform name: glueops-platform -version: 0.42.0-rc1 +version: 0.42.0-rc2 diff --git a/README.md b/README.md index c64c5097..9807a551 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # glueops-platform -![Version: 0.42.0-rc1](https://img.shields.io/badge/Version-0.42.0--rc1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.42.0-rc2](https://img.shields.io/badge/Version-0.42.0--rc2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) This chart deploys the GlueOps Platform diff --git a/templates/application-metacontroller.yaml b/templates/application-metacontroller.yaml index 480f5c7b..af0b0825 100644 --- a/templates/application-metacontroller.yaml +++ b/templates/application-metacontroller.yaml @@ -45,5 +45,5 @@ spec: - --workers=100 image: - repository: {{ .Values.container_images.app_metacontroller.metacontroller.image.registry }}:{{ .Values.container_images.app_metacontroller.metacontroller.image.repository }} + repository: {{ .Values.container_images.app_metacontroller.metacontroller.image.registry }}/{{ .Values.container_images.app_metacontroller.metacontroller.image.repository }} tag: {{ .Values.container_images.app_metacontroller.metacontroller.image.tag }}