Skip to content

Commit 23d0637

Browse files
committed
Automated update for release v0.0.15
1 parent d5a0c45 commit 23d0637

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

charts/frr-k8s/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: crds
33
repository: ""
4-
version: 0.0.14
5-
digest: sha256:b8b8aa510f86db5713e75b0bc5a03df88737a5f6868aab77c513eb0bbed3b8b7
6-
generated: "2024-07-19T12:07:59.737645816+02:00"
4+
version: 0.0.15
5+
digest: sha256:7c9dcf2405fb90e548b7f8c593065648385092794431b2dcb8288d957aacad2e
6+
generated: "2024-09-17T14:17:43.040895+03:00"

charts/frr-k8s/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: https://metallb.universe.tf/images/logo/metallb-white.png
88
dependencies:
99
- name: crds
1010
condition: crds.enabled
11-
version: 0.0.14
11+
version: 0.0.15
1212

1313
# A chart can be either an 'application' or a 'library' chart.
1414
#
@@ -29,10 +29,10 @@ kubeVersion: ">= 1.19.0-0"
2929
# to the chart and its templates, including the app version.
3030
# Versions are expected to follow Semantic Versioning (https://semver.org/)
3131
# NOTE: this value is updated by the frrk8s release process
32-
version: 0.0.14
32+
version: 0.0.15
3333

3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application. Versions are not expected to
3636
# follow Semantic Versioning. They should reflect the version the application is using.
3737
# NOTE: this value is updated by the frrk8s release process
38-
appVersion: v0.0.14
38+
appVersion: v0.0.15

charts/frr-k8s/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frr-k8s
22

3-
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.14](https://img.shields.io/badge/AppVersion-v0.0.14-informational?style=flat-square)
3+
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.15](https://img.shields.io/badge/AppVersion-v0.0.15-informational?style=flat-square)
44

55
A cloud native wrapper of FRR
66

@@ -16,7 +16,7 @@ Kubernetes: `>= 1.19.0-0`
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| | crds | 0.0.14 |
19+
| | crds | 0.0.15 |
2020

2121
## Values
2222

charts/frr-k8s/charts/crds/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ type: application
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2222
# NOTE: this value is updated by the frr-k8s release process
23-
version: 0.0.14
23+
version: 0.0.15
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# NOTE: this value is updated by the frr-k8s release process
29-
appVersion: v0.0.14
29+
appVersion: v0.0.15

config/all-in-one/frr-k8s-prometheus.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ spec:
971971
valueFrom:
972972
fieldRef:
973973
fieldPath: metadata.namespace
974-
image: quay.io/metallb/frr-k8s:v0.0.14
974+
image: quay.io/metallb/frr-k8s:v0.0.15
975975
imagePullPolicy: IfNotPresent
976976
livenessProbe:
977977
httpGet:
@@ -1127,7 +1127,7 @@ spec:
11271127
valueFrom:
11281128
fieldRef:
11291129
fieldPath: metadata.namespace
1130-
image: quay.io/metallb/frr-k8s:v0.0.14
1130+
image: quay.io/metallb/frr-k8s:v0.0.15
11311131
imagePullPolicy: IfNotPresent
11321132
livenessProbe:
11331133
httpGet:
@@ -1253,7 +1253,7 @@ spec:
12531253
- /bin/sh
12541254
- -c
12551255
- cp -f /frr-reloader.sh /etc/frr_reloader/
1256-
image: quay.io/metallb/frr-k8s:v0.0.14
1256+
image: quay.io/metallb/frr-k8s:v0.0.15
12571257
name: cp-reloader
12581258
volumeMounts:
12591259
- mountPath: /etc/frr_reloader
@@ -1262,7 +1262,7 @@ spec:
12621262
- /bin/sh
12631263
- -c
12641264
- cp -f /frr-metrics /etc/frr_metrics/
1265-
image: quay.io/metallb/frr-k8s:v0.0.14
1265+
image: quay.io/metallb/frr-k8s:v0.0.15
12661266
name: cp-metrics
12671267
volumeMounts:
12681268
- mountPath: /etc/frr_metrics

config/all-in-one/frr-k8s.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ spec:
940940
valueFrom:
941941
fieldRef:
942942
fieldPath: metadata.namespace
943-
image: quay.io/metallb/frr-k8s:v0.0.14
943+
image: quay.io/metallb/frr-k8s:v0.0.15
944944
imagePullPolicy: IfNotPresent
945945
livenessProbe:
946946
httpGet:
@@ -1096,7 +1096,7 @@ spec:
10961096
valueFrom:
10971097
fieldRef:
10981098
fieldPath: metadata.namespace
1099-
image: quay.io/metallb/frr-k8s:v0.0.14
1099+
image: quay.io/metallb/frr-k8s:v0.0.15
11001100
imagePullPolicy: IfNotPresent
11011101
livenessProbe:
11021102
httpGet:
@@ -1222,7 +1222,7 @@ spec:
12221222
- /bin/sh
12231223
- -c
12241224
- cp -f /frr-reloader.sh /etc/frr_reloader/
1225-
image: quay.io/metallb/frr-k8s:v0.0.14
1225+
image: quay.io/metallb/frr-k8s:v0.0.15
12261226
name: cp-reloader
12271227
volumeMounts:
12281228
- mountPath: /etc/frr_reloader
@@ -1231,7 +1231,7 @@ spec:
12311231
- /bin/sh
12321232
- -c
12331233
- cp -f /frr-metrics /etc/frr_metrics/
1234-
image: quay.io/metallb/frr-k8s:v0.0.14
1234+
image: quay.io/metallb/frr-k8s:v0.0.15
12351235
name: cp-metrics
12361236
volumeMounts:
12371237
- mountPath: /etc/frr_metrics

config/frr-k8s/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: quay.io/metallb/frr-k8s
9-
newTag: v0.0.14
9+
newTag: v0.0.15
1010
namespace: frr-k8s-system

0 commit comments

Comments
 (0)