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

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2022-06-10 13:52:17 +00:00
parent a869e1eb07
commit 5232d01375
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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.6.2
version: 2.6.3
+2 -2
View File
@@ -7,7 +7,7 @@ Grafana Operator is a Kubernetes operator that enables the installation and mana
[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
@@ -376,4 +376,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.
+2 -2
View File
@@ -143,7 +143,7 @@ operator:
image:
registry: docker.io
repository: bitnami/grafana-operator
tag: 4.4.1-debian-11-r0
tag: 4.4.1-debian-11-r3
## 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
@@ -422,7 +422,7 @@ grafana:
image:
registry: docker.io
repository: bitnami/grafana
tag: 8.5.4-debian-11-r0
tag: 8.5.5-debian-11-r1
## 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/