File tree 7 files changed +19
-19
lines changed
7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: crds
3
3
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"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ icon: https://metallb.universe.tf/images/logo/metallb-white.png
8
8
dependencies :
9
9
- name : crds
10
10
condition : crds.enabled
11
- version : 0.0.14
11
+ version : 0.0.15
12
12
13
13
# A chart can be either an 'application' or a 'library' chart.
14
14
#
@@ -29,10 +29,10 @@ kubeVersion: ">= 1.19.0-0"
29
29
# to the chart and its templates, including the app version.
30
30
# Versions are expected to follow Semantic Versioning (https://semver.org/)
31
31
# NOTE: this value is updated by the frrk8s release process
32
- version : 0.0.14
32
+ version : 0.0.15
33
33
34
34
# This is the version number of the application being deployed. This version number should be
35
35
# incremented each time you make changes to the application. Versions are not expected to
36
36
# follow Semantic Versioning. They should reflect the version the application is using.
37
37
# NOTE: this value is updated by the frrk8s release process
38
- appVersion : v0.0.14
38
+ appVersion : v0.0.15
Original file line number Diff line number Diff line change 1
1
# frr-k8s
2
2
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 )
4
4
5
5
A cloud native wrapper of FRR
6
6
@@ -16,7 +16,7 @@ Kubernetes: `>= 1.19.0-0`
16
16
17
17
| Repository | Name | Version |
18
18
| ------------| ------| ---------|
19
- | | crds | 0.0.14 |
19
+ | | crds | 0.0.15 |
20
20
21
21
## Values
22
22
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ type: application
20
20
# to the chart and its templates, including the app version.
21
21
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22
22
# NOTE: this value is updated by the frr-k8s release process
23
- version : 0.0.14
23
+ version : 0.0.15
24
24
25
25
# This is the version number of the application being deployed. This version number should be
26
26
# incremented each time you make changes to the application. Versions are not expected to
27
27
# follow Semantic Versioning. They should reflect the version the application is using.
28
28
# NOTE: this value is updated by the frr-k8s release process
29
- appVersion : v0.0.14
29
+ appVersion : v0.0.15
Original file line number Diff line number Diff line change @@ -971,7 +971,7 @@ spec:
971
971
valueFrom :
972
972
fieldRef :
973
973
fieldPath : metadata.namespace
974
- image : quay.io/metallb/frr-k8s:v0.0.14
974
+ image : quay.io/metallb/frr-k8s:v0.0.15
975
975
imagePullPolicy : IfNotPresent
976
976
livenessProbe :
977
977
httpGet :
@@ -1127,7 +1127,7 @@ spec:
1127
1127
valueFrom :
1128
1128
fieldRef :
1129
1129
fieldPath : metadata.namespace
1130
- image : quay.io/metallb/frr-k8s:v0.0.14
1130
+ image : quay.io/metallb/frr-k8s:v0.0.15
1131
1131
imagePullPolicy : IfNotPresent
1132
1132
livenessProbe :
1133
1133
httpGet :
@@ -1253,7 +1253,7 @@ spec:
1253
1253
- /bin/sh
1254
1254
- -c
1255
1255
- 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
1257
1257
name : cp-reloader
1258
1258
volumeMounts :
1259
1259
- mountPath : /etc/frr_reloader
@@ -1262,7 +1262,7 @@ spec:
1262
1262
- /bin/sh
1263
1263
- -c
1264
1264
- 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
1266
1266
name : cp-metrics
1267
1267
volumeMounts :
1268
1268
- mountPath : /etc/frr_metrics
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ spec:
940
940
valueFrom :
941
941
fieldRef :
942
942
fieldPath : metadata.namespace
943
- image : quay.io/metallb/frr-k8s:v0.0.14
943
+ image : quay.io/metallb/frr-k8s:v0.0.15
944
944
imagePullPolicy : IfNotPresent
945
945
livenessProbe :
946
946
httpGet :
@@ -1096,7 +1096,7 @@ spec:
1096
1096
valueFrom :
1097
1097
fieldRef :
1098
1098
fieldPath : metadata.namespace
1099
- image : quay.io/metallb/frr-k8s:v0.0.14
1099
+ image : quay.io/metallb/frr-k8s:v0.0.15
1100
1100
imagePullPolicy : IfNotPresent
1101
1101
livenessProbe :
1102
1102
httpGet :
@@ -1222,7 +1222,7 @@ spec:
1222
1222
- /bin/sh
1223
1223
- -c
1224
1224
- 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
1226
1226
name : cp-reloader
1227
1227
volumeMounts :
1228
1228
- mountPath : /etc/frr_reloader
@@ -1231,7 +1231,7 @@ spec:
1231
1231
- /bin/sh
1232
1232
- -c
1233
1233
- 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
1235
1235
name : cp-metrics
1236
1236
volumeMounts :
1237
1237
- mountPath : /etc/frr_metrics
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
newName : quay.io/metallb/frr-k8s
9
- newTag : v0.0.14
9
+ newTag : v0.0.15
10
10
namespace : frr-k8s-system
You can’t perform that action at this time.
0 commit comments