Skip to content

Commit 8d5c8d1

Browse files
author
datacore-bolt-ci
committed
ci(stability): merge the develop branch
2 parents af9a6fb + cded9f3 commit 8d5c8d1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
repository: https://nats-io.github.io/k8s/helm/charts/
5050
condition: eventing.enabled
5151
- name: localpv-provisioner
52-
version: 4.2.0
52+
version: 4.3.0
5353
repository: https://openebs.github.io/dynamic-localpv-provisioner
5454
condition: localpv-provisioner.enabled
5555
annotations:

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This removes all the Kubernetes components associated with the chart and deletes
6060
| https://grafana.github.io/helm-charts | loki | 6.29.0 |
6161
| https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 |
6262
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.19.14 |
63-
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.2.0 |
63+
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.3.0 |
6464

6565
## Values
6666

chart/images.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
docker.io/bitnami/etcd:3.5.6-debian-11-r10
22
docker.io/grafana/alloy:v1.8.1
33
docker.io/grafana/loki:3.4.2
4-
docker.io/openebs/alpine-bash:4.1.0
5-
docker.io/openebs/alpine-sh:4.1.0
4+
docker.io/openebs/alpine-bash:4.2.0
5+
docker.io/openebs/alpine-sh:4.2.0
66
docker.io/openebs/mayastor-agent-core:develop
77
docker.io/openebs/mayastor-agent-ha-cluster:develop
88
docker.io/openebs/mayastor-agent-ha-node:develop
@@ -19,8 +19,8 @@ nats:2.9.17-alpine
1919
natsio/nats-box:0.13.8
2020
natsio/nats-server-config-reloader:0.10.1
2121
natsio/prometheus-nats-exporter:0.11.0
22-
openebs/linux-utils:4.1.0
23-
openebs/provisioner-localpv:4.2.0
22+
openebs/linux-utils:4.2.0
23+
openebs/provisioner-localpv:4.3.0
2424
quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z
2525
quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z
2626
quay.io/prometheus-operator/prometheus-config-reloader:v0.81.0

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ base:
6767
enabled: true
6868
image:
6969
name: alpine-sh
70-
tag: 4.1.0
70+
tag: 4.2.0
7171
pullPolicy: IfNotPresent
7272
containers:
7373
- name: agent-core-grpc-probe
@@ -547,7 +547,7 @@ etcd:
547547
image:
548548
registry: docker.io
549549
repository: openebs/alpine-bash
550-
tag: 4.1.0
550+
tag: 4.2.0
551551
pullSecrets: []
552552
# extra debug information on logs
553553
debug: false

0 commit comments

Comments
 (0)