Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 4.4.4 #189

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm-chart-sources/edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: edge
description: A Helm chart for Kubernetes
type: application
version: 4.4.3
appVersion: 4.4.3
version: 4.4.4
appVersion: 4.4.4
icon: https://criblio.github.io/helm-charts/images/Cribl_Logo_Color_TM.png

#dependencies:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3` | The Version of Cribl to deploy |
| image.tag | `4.4.4` | The Version of Cribl to deploy |
| imagePullSecrets | `[]` | Credentials to pull container images |
| nameOverride | | Overrides the chart name |
| fullNameOverride | | Overrides the Helm deployment name |
Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: cribl/cribl
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.4.3
tag: 4.4.4

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm-chart-sources/logstream-leader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
version: 4.4.4

# 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.3
appVersion: 4.4.4
2 changes: 1 addition & 1 deletion helm-chart-sources/logstream-leader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you're migrating from the deprecated `logstream‑master` chart, please see t

# New Capabilities

* Support for the 4.4.3 version of Cribl Stream (default version)
* Support for the 4.4.4 version of Cribl Stream (default version)

# Deployment

Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/logstream-leader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ criblImage:
repository: cribl/cribl
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.4.3
tag: 4.4.4

imagePullSecrets: []
nameOverride: "leader"
Expand Down
4 changes: 2 additions & 2 deletions helm-chart-sources/logstream-workergroup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
version: 4.4.4

# 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.3
appVersion: 4.4.4
2 changes: 1 addition & 1 deletion helm-chart-sources/logstream-workergroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 version of Cribl Stream (default version)
* Support for the 4.4.4 version of Cribl Stream (default version)

# Deployment

Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/logstream-workergroup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ criblImage:
repository: cribl/cribl
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.4.3
tag: 4.4.4

imagePullSecrets: []
nameOverride: ""
Expand Down
Loading