From ac34ae19a02019090a5f1c31a0ceb4f55ead1ded Mon Sep 17 00:00:00 2001 From: Jan Bieron Date: Wed, 14 Feb 2024 16:04:24 +0100 Subject: [PATCH] Bump version to 4.5.0 --- helm-chart-sources/edge/Chart.yaml | 4 ++-- helm-chart-sources/edge/README.md | 2 +- helm-chart-sources/edge/values.yaml | 2 +- helm-chart-sources/logstream-leader/Chart.yaml | 4 ++-- helm-chart-sources/logstream-leader/README.md | 2 +- helm-chart-sources/logstream-leader/values.yaml | 2 +- helm-chart-sources/logstream-workergroup/Chart.yaml | 4 ++-- helm-chart-sources/logstream-workergroup/README.md | 2 +- helm-chart-sources/logstream-workergroup/values.yaml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/helm-chart-sources/edge/Chart.yaml b/helm-chart-sources/edge/Chart.yaml index 4dd14b5..2f60bac 100644 --- a/helm-chart-sources/edge/Chart.yaml +++ b/helm-chart-sources/edge/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: edge description: A Helm chart for Kubernetes type: application -version: 4.4.4 -appVersion: 4.4.4 +version: 4.5.0 +appVersion: 4.5.0 icon: https://criblio.github.io/helm-charts/images/Cribl_Logo_Color_TM.png #dependencies: diff --git a/helm-chart-sources/edge/README.md b/helm-chart-sources/edge/README.md index e6dbb75..6ea35b7 100644 --- a/helm-chart-sources/edge/README.md +++ b/helm-chart-sources/edge/README.md @@ -38,7 +38,7 @@ This section covers the most likely values to override. To see the full scope of |--------------------------------------------------------------------------------|-------------------|-------------------------------------------------------------------------------------| | image.repository | `cribl/cribl` | Docker image repository to pull images | | image.pullPolicy | `Always` | When will the Node pull the image | -| image.tag | `4.4.4` | The Version of Cribl to deploy | +| image.tag | `4.5.0` | The Version of Cribl to deploy | | imagePullSecrets | `[]` | Credentials to pull container images | | nameOverride | | Overrides the chart name | | fullNameOverride | | Overrides the Helm deployment name | diff --git a/helm-chart-sources/edge/values.yaml b/helm-chart-sources/edge/values.yaml index b33f5de..882db02 100644 --- a/helm-chart-sources/edge/values.yaml +++ b/helm-chart-sources/edge/values.yaml @@ -4,7 +4,7 @@ image: repository: cribl/cribl pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 4.4.4 + tag: 4.5.0 imagePullSecrets: [] nameOverride: "" diff --git a/helm-chart-sources/logstream-leader/Chart.yaml b/helm-chart-sources/logstream-leader/Chart.yaml index e4773c4..1d88496 100644 --- a/helm-chart-sources/logstream-leader/Chart.yaml +++ b/helm-chart-sources/logstream-leader/Chart.yaml @@ -16,9 +16,9 @@ type: application # 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: 4.4.4 +version: 4.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.4.4 +appVersion: 4.5.0 diff --git a/helm-chart-sources/logstream-leader/README.md b/helm-chart-sources/logstream-leader/README.md index fe6a1bf..aeb8cd2 100644 --- a/helm-chart-sources/logstream-leader/README.md +++ b/helm-chart-sources/logstream-leader/README.md @@ -11,7 +11,7 @@ If you're migrating from the deprecated `logstream‑master` chart, please see t # New Capabilities -* Support for the 4.4.4 version of Cribl Stream (default version) +* Support for the 4.5.0 version of Cribl Stream (default version) # Deployment diff --git a/helm-chart-sources/logstream-leader/values.yaml b/helm-chart-sources/logstream-leader/values.yaml index 5515c8f..ae709b3 100644 --- a/helm-chart-sources/logstream-leader/values.yaml +++ b/helm-chart-sources/logstream-leader/values.yaml @@ -9,7 +9,7 @@ criblImage: repository: cribl/cribl pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 4.4.4 + tag: 4.5.0 imagePullSecrets: [] nameOverride: "leader" diff --git a/helm-chart-sources/logstream-workergroup/Chart.yaml b/helm-chart-sources/logstream-workergroup/Chart.yaml index 59cf879..ca5e0d6 100644 --- a/helm-chart-sources/logstream-workergroup/Chart.yaml +++ b/helm-chart-sources/logstream-workergroup/Chart.yaml @@ -15,9 +15,9 @@ type: application # 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: 4.4.4 +version: 4.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.4.4 +appVersion: 4.5.0 diff --git a/helm-chart-sources/logstream-workergroup/README.md b/helm-chart-sources/logstream-workergroup/README.md index 06184b9..12e5608 100644 --- a/helm-chart-sources/logstream-workergroup/README.md +++ b/helm-chart-sources/logstream-workergroup/README.md @@ -8,7 +8,7 @@ This chart deploys a Cribl Stream worker group. Versions starting with 3.4.0 include a change to the syntax for RBAC values. Before you upgrade the chart from pre-3.4.0 versions, please see the [table below](#values) for current options for the `rbac.apiGroups`, `rbac.verbs`, and `rbac.resources` values. # New Capabilities -* Support for the 4.4.4 version of Cribl Stream (default version) +* Support for the 4.5.0 version of Cribl Stream (default version) # Deployment diff --git a/helm-chart-sources/logstream-workergroup/values.yaml b/helm-chart-sources/logstream-workergroup/values.yaml index 7c4f171..a2c493e 100644 --- a/helm-chart-sources/logstream-workergroup/values.yaml +++ b/helm-chart-sources/logstream-workergroup/values.yaml @@ -24,7 +24,7 @@ criblImage: repository: cribl/cribl pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 4.4.4 + tag: 4.5.0 imagePullSecrets: [] nameOverride: ""