[bitnami/grafana-operator] Release 2.2.3 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2022-02-13 14:17:18 +00:00
parent 7318c9857c
commit fe4fb36836
4 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.10.3
digest: sha256:710e8247ae70ea63a2fb2fde4320511ff28c7b5c7a738861427f104a7718bdf4
generated: "2021-12-08T15:02:38.063723606Z"
version: 1.11.1
digest: sha256:a000bcd4d4cdd813c67d633b5523b4a4cd478fb95f1cae665d9b0ba5c45b40e2
generated: "2022-02-13T13:45:54.937366812Z"

View File

@@ -8,7 +8,7 @@ dependencies:
tags:
- bitnami-common
version: 1.x.x
description: Kubernetes Operator based on the Operator SDK for creating and managing Grafana instances and dashboards.
description: Grafana Operator is a Kubernetes operator that enables the installation and management of Grafana instances, dashboards and plugins.
home: https://github.com/grafana-operator/grafana-operator
icon: https://bitnami.com/assets/stacks/grafana/img/grafana-stack-220x234.png
keywords:
@@ -24,4 +24,4 @@ name: grafana-operator
sources:
- https://github.com/grafana-operator/grafana-operator
- https://github.com/bitnami/bitnami-docker-grafana-operator
version: 2.2.2
version: 2.2.3

View File

@@ -1,9 +1,13 @@
<!--- app-name: Grafana Operator -->
# grafana-operator
# Grafana Operator packaged by Bitnami
[Grafana Operator](https://github.com/integr8ly/grafana-operator) is an Operator which introduces Lifecycle Management for Grafana Dashboards and Plugins.
Grafana Operator is a Kubernetes operator that enables the installation and management of Grafana instances, dashboards and plugins.
[Overview of Grafana Operator](https://github.com/integr8ly/grafana-operator)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -355,4 +359,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -127,7 +127,7 @@ operator:
image:
registry: docker.io
repository: bitnami/grafana-operator
tag: 4.1.1-debian-10-r35
tag: 4.1.1-debian-10-r63
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -386,7 +386,7 @@ grafana:
image:
registry: docker.io
repository: bitnami/grafana
tag: 8.3.3-debian-10-r32
tag: 8.3.6-debian-10-r3
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/