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.16
5
- digest: sha256:b54ee64c5e61f1dd38e89efc87ebd1e36cdb7c4dd7c897d9985040dccd713dba
6
- generated: "2024-11-22T11:40:47.152053909 +01:00"
4
+ version: 0.0.17
5
+ digest: sha256:8f233f695efb015d5aaad9bb1e8f8ee0b0b24c13356b15d40b96b40cd7eb2b25
6
+ generated: "2025-01-10T10:23:08.228305485 +01: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.16
11
+ version : 0.0.17
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.16
32
+ version : 0.0.17
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.16
38
+ appVersion : v0.0.17
Original file line number Diff line number Diff line change 1
1
# frr-k8s
2
2
3
- ![ Version: 0.0.16 ] ( https://img.shields.io/badge/Version-0.0.16 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.0.16 ] ( https://img.shields.io/badge/AppVersion-v0.0.16 -informational?style=flat-square )
3
+ ![ Version: 0.0.17 ] ( https://img.shields.io/badge/Version-0.0.17 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.0.17 ] ( https://img.shields.io/badge/AppVersion-v0.0.17 -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.16 |
19
+ | | crds | 0.0.17 |
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.16
23
+ version : 0.0.17
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.16
29
+ appVersion : v0.0.17
Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ spec:
977
977
valueFrom :
978
978
fieldRef :
979
979
fieldPath : metadata.namespace
980
- image : quay.io/metallb/frr-k8s:v0.0.16
980
+ image : quay.io/metallb/frr-k8s:v0.0.17
981
981
imagePullPolicy : IfNotPresent
982
982
livenessProbe :
983
983
httpGet :
@@ -1135,7 +1135,7 @@ spec:
1135
1135
valueFrom :
1136
1136
fieldRef :
1137
1137
fieldPath : metadata.namespace
1138
- image : quay.io/metallb/frr-k8s:v0.0.16
1138
+ image : quay.io/metallb/frr-k8s:v0.0.17
1139
1139
imagePullPolicy : IfNotPresent
1140
1140
livenessProbe :
1141
1141
httpGet :
@@ -1261,7 +1261,7 @@ spec:
1261
1261
- /bin/sh
1262
1262
- -c
1263
1263
- cp -f /frr-reloader.sh /etc/frr_reloader/
1264
- image : quay.io/metallb/frr-k8s:v0.0.16
1264
+ image : quay.io/metallb/frr-k8s:v0.0.17
1265
1265
name : cp-reloader
1266
1266
volumeMounts :
1267
1267
- mountPath : /etc/frr_reloader
@@ -1270,7 +1270,7 @@ spec:
1270
1270
- /bin/sh
1271
1271
- -c
1272
1272
- cp -f /frr-metrics /etc/frr_metrics/
1273
- image : quay.io/metallb/frr-k8s:v0.0.16
1273
+ image : quay.io/metallb/frr-k8s:v0.0.17
1274
1274
name : cp-metrics
1275
1275
volumeMounts :
1276
1276
- mountPath : /etc/frr_metrics
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ spec:
946
946
valueFrom :
947
947
fieldRef :
948
948
fieldPath : metadata.namespace
949
- image : quay.io/metallb/frr-k8s:v0.0.16
949
+ image : quay.io/metallb/frr-k8s:v0.0.17
950
950
imagePullPolicy : IfNotPresent
951
951
livenessProbe :
952
952
httpGet :
@@ -1104,7 +1104,7 @@ spec:
1104
1104
valueFrom :
1105
1105
fieldRef :
1106
1106
fieldPath : metadata.namespace
1107
- image : quay.io/metallb/frr-k8s:v0.0.16
1107
+ image : quay.io/metallb/frr-k8s:v0.0.17
1108
1108
imagePullPolicy : IfNotPresent
1109
1109
livenessProbe :
1110
1110
httpGet :
@@ -1230,7 +1230,7 @@ spec:
1230
1230
- /bin/sh
1231
1231
- -c
1232
1232
- cp -f /frr-reloader.sh /etc/frr_reloader/
1233
- image : quay.io/metallb/frr-k8s:v0.0.16
1233
+ image : quay.io/metallb/frr-k8s:v0.0.17
1234
1234
name : cp-reloader
1235
1235
volumeMounts :
1236
1236
- mountPath : /etc/frr_reloader
@@ -1239,7 +1239,7 @@ spec:
1239
1239
- /bin/sh
1240
1240
- -c
1241
1241
- cp -f /frr-metrics /etc/frr_metrics/
1242
- image : quay.io/metallb/frr-k8s:v0.0.16
1242
+ image : quay.io/metallb/frr-k8s:v0.0.17
1243
1243
name : cp-metrics
1244
1244
volumeMounts :
1245
1245
- 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.16
9
+ newTag : v0.0.17
10
10
namespace : frr-k8s-system
You can’t perform that action at this time.
0 commit comments