Skip to content

Commit

Permalink
fix: metacontroller registry/repository uri (#239)
Browse files Browse the repository at this point in the history
* fix: metacontroller registry/repository uri

* chore: bump version for rc2

* feat: helm-docs.yml

* docs: automated helm-docs action


---------

Co-authored-by: GlueOps <github@glueops.dev>
  • Loading branch information
venkatamutyala and glueops-svc-account authored Apr 10, 2024
1 parent 888c27c commit 41ba6f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/helm-docs.yml
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/application-metacontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 41ba6f3

Please sign in to comment.