Skip to content

Commit

Permalink
fix: replaces (#461)
Browse files Browse the repository at this point in the history
* fix: replaces

* chore: bump version

* docs: automated helm-docs action

---------

Co-authored-by: GlueOps <github@glueops.dev>
  • Loading branch information
venkatamutyala and glueops-svc-account authored Oct 9, 2024
1 parent abf5e72 commit 99d3453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.51.0
version: 0.51.1
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.51.0](https://img.shields.io/badge/Version-0.51.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.51.1](https://img.shields.io/badge/Version-0.51.1-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 main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ variable "vault_init_controller_aws_access_secret" {

output "helm_values" {
value = replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(
replace(replace(replace(replace(replace(replace(replace(
replace(
data.local_file.platform_values_template.content,
"placeholder_tenant_key", var.tenant_key),
"placeholder_captain_repo_b64enc_private_deploy_key", var.captain_repo_b64encoded_private_deploy_key),
Expand Down

0 comments on commit 99d3453

Please sign in to comment.