Skip to content

Commit

Permalink
Update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwong89 committed Mar 21, 2024
1 parent 15c6cf6 commit 6e215ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These users will be the default owners for everything in the repo.
# Unless a later match takes precedence, the following users will be
# requested for review when someone opens a pull request.
@kyle1morel @TimCsaky @wilwong89 @jatindersingh93 @norrisng-bc
2 changes: 1 addition & 1 deletion charts/cdogs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: common-document-generation-service
# 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: 0.0.6
version: 0.0.7
kubeVersion: ">= 1.13.0"
description: A microservice for merging JSON data into xml-based templates (powered by Carbone.io)
# A chart can be either an 'application' or a 'library' chart.
Expand Down
4 changes: 2 additions & 2 deletions charts/cdogs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# common-document-generation-service

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)

A microservice for merging JSON data into xml-based templates (powered by Carbone.io)

Expand Down Expand Up @@ -48,7 +48,7 @@ Kubernetes: `>= 1.13.0`
| fluentBit.enabled | bool | `false` | Specifies whether the fluent-bit logging sidecar should be enabled |
| fluentBit.image.name | string | `"fluent-bit"` | Default image name |
| fluentBit.image.repository | string | `"docker.io/fluent"` | Default image repository |
| fluentBit.image.tag | string | `"2.1.10"` | Default image tag |
| fluentBit.image.tag | string | `"2.2.2"` | Default image tag |
| fluentBit.resources.limits.cpu | string | `"100m"` | Limit Peak CPU (in millicores ex. 1000m) |
| fluentBit.resources.limits.memory | string | `"64Mi"` | Limit Peak Memory (in gigabytes Gi or megabytes Mi ex. 2Gi) |
| fluentBit.resources.requests.cpu | string | `"10m"` | Requested CPU (in millicores ex. 500m) |
Expand Down
2 changes: 1 addition & 1 deletion charts/cdogs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fluentBit:
# -- Default image repository
repository: docker.io/fluent
# -- Default image tag
tag: "2.1.10"
tag: "2.2.2"

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 6e215ff

Please sign in to comment.