Skip to content

Commit

Permalink
Merge pull request #21 from neticdk/chore/bump-chart-version
Browse files Browse the repository at this point in the history
Chore/bump chart version
  • Loading branch information
alex5517 authored Feb 12, 2024
2 parents aaa0a5c + ee38e47 commit 90ba2ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/aoi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aoi
description: A Helm chart for Netic application operations infrastructure
type: application
version: 0.1.4
version: 0.1.5
dependencies:
- name: grafana
version: 7.0.9
Expand Down
4 changes: 2 additions & 2 deletions charts/aoi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aoi

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Netic application operations infrastructure

Expand Down Expand Up @@ -67,7 +67,7 @@ A Helm chart for Netic application operations infrastructure
| externalSecret.vaultPath | string | `nil` | |
| externalSecret.vaultServer | string | `nil` | |
| global.annotations | object | `{}` | |
| global.bootstrapConfig | object | `{"externalSecretsStore":{},"git":{"flavor":"github","github":{},"gitlab":{}},"vault":{}}` | Options to configure the bootstrapConfig used for all bootstrapConfig can be overwritten in specific bootstrapConfig |
| global.bootstrapConfig | object | `{"externalSecretsStore":{},"git":{"flavor":"github","github":{},"gitlab":{}},"vault":{}}` | Options to configure the bootstrapConfig globally can be overwritten for dashboards and clusterWideNamespace alerting namespace. .Values.dashboards.bootstrapConfig .Values.alerting.clusterWideNamespace.bootstrapConfig |
| global.bootstrapConfig.git.flavor | string | `"github"` | Which git flavor to use, currently only supports github and gitlab |
| global.clusterDomain | string | `"cluster.local"` | |
| global.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
Expand Down

0 comments on commit 90ba2ff

Please sign in to comment.