mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 04:02:03 +08:00
[bitnami/grafana-k6-operator] ⚡ ⬆️ Update dependency references (#35759)
* [bitnami/grafana-k6-operator] Release 1.0.6 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CRDs automatically Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.5 (2025-08-07)
|
||||
## 1.0.6 (2025-08-12)
|
||||
|
||||
* [bitnami/grafana-k6-operator] :zap: :arrow_up: Update dependency references ([#35641](https://github.com/bitnami/charts/pull/35641))
|
||||
* [bitnami/grafana-k6-operator] :zap: :arrow_up: Update dependency references ([#35759](https://github.com/bitnami/charts/pull/35759))
|
||||
|
||||
## <small>1.0.5 (2025-08-07)</small>
|
||||
|
||||
* [bitnami/grafana-k6-operator] :zap: :arrow_up: Update dependency references (#35641) ([d1dcf4b](https://github.com/bitnami/charts/commit/d1dcf4b38aa346a65183c233ccae6e1fa655b81c)), closes [#35641](https://github.com/bitnami/charts/issues/35641)
|
||||
|
||||
## <small>1.0.4 (2025-08-07)</small>
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@ annotations:
|
||||
- name: grafana-k6
|
||||
image: docker.io/bitnami/grafana-k6:1.1.0-debian-12-r4
|
||||
- name: grafana-k6-operator
|
||||
image: docker.io/bitnami/grafana-k6-operator:0.0.22-debian-12-r2
|
||||
image: docker.io/bitnami/grafana-k6-operator:0.0.23-debian-12-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r50
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 0.0.22
|
||||
appVersion: 0.0.23
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: grafana-k6-operator
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-k6-operator
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Source: https://raw.githubusercontent.com/grafana/k6-operator/refs/tags/v{{version}}/config/crd/bases/k6.io_privateloadzones.yaml
|
||||
# Version: 0.0.22
|
||||
# Version: 0.0.23
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
controller-gen.kubebuilder.io/version: v0.18.0
|
||||
name: privateloadzones.k6.io
|
||||
spec:
|
||||
group: k6.io
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Source: https://raw.githubusercontent.com/grafana/k6-operator/refs/tags/v{{version}}/config/crd/bases/k6.io_testruns.yaml
|
||||
# Version: 0.0.22
|
||||
# Version: 0.0.23
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.1
|
||||
controller-gen.kubebuilder.io/version: v0.18.0
|
||||
name: testruns.k6.io
|
||||
spec:
|
||||
group: k6.io
|
||||
@@ -1967,6 +1967,7 @@ spec:
|
||||
format: int32
|
||||
type: integer
|
||||
paused:
|
||||
default: "true"
|
||||
type: string
|
||||
ports:
|
||||
items:
|
||||
@@ -1989,6 +1990,7 @@ spec:
|
||||
type: object
|
||||
type: array
|
||||
quiet:
|
||||
default: "true"
|
||||
type: string
|
||||
runner:
|
||||
properties:
|
||||
|
||||
@@ -75,7 +75,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-k6-operator
|
||||
tag: 0.0.22-debian-12-r2
|
||||
tag: 0.0.23-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user