diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..684c1a7 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 diff --git a/charts/cdogs/Chart.yaml b/charts/cdogs/Chart.yaml index 44e96c8..3d365f7 100644 --- a/charts/cdogs/Chart.yaml +++ b/charts/cdogs/Chart.yaml @@ -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. diff --git a/charts/cdogs/README.md b/charts/cdogs/README.md index fa05f59..dce7206 100644 --- a/charts/cdogs/README.md +++ b/charts/cdogs/README.md @@ -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) @@ -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) | diff --git a/charts/cdogs/values.yaml b/charts/cdogs/values.yaml index c36c6e5..f514896 100644 --- a/charts/cdogs/values.yaml +++ b/charts/cdogs/values.yaml @@ -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