Skip to content

Commit 0030b45

Browse files
committed
Automated update for release v0.0.17
1 parent b63d81d commit 0030b45

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.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"

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.16
11+
version: 0.0.17
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.16
32+
version: 0.0.17
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.16
38+
appVersion: v0.0.17

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.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)
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.16 |
19+
| | crds | 0.0.17 |
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.16
23+
version: 0.0.17
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.16
29+
appVersion: v0.0.17

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ spec:
977977
valueFrom:
978978
fieldRef:
979979
fieldPath: metadata.namespace
980-
image: quay.io/metallb/frr-k8s:v0.0.16
980+
image: quay.io/metallb/frr-k8s:v0.0.17
981981
imagePullPolicy: IfNotPresent
982982
livenessProbe:
983983
httpGet:
@@ -1135,7 +1135,7 @@ spec:
11351135
valueFrom:
11361136
fieldRef:
11371137
fieldPath: metadata.namespace
1138-
image: quay.io/metallb/frr-k8s:v0.0.16
1138+
image: quay.io/metallb/frr-k8s:v0.0.17
11391139
imagePullPolicy: IfNotPresent
11401140
livenessProbe:
11411141
httpGet:
@@ -1261,7 +1261,7 @@ spec:
12611261
- /bin/sh
12621262
- -c
12631263
- 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
12651265
name: cp-reloader
12661266
volumeMounts:
12671267
- mountPath: /etc/frr_reloader
@@ -1270,7 +1270,7 @@ spec:
12701270
- /bin/sh
12711271
- -c
12721272
- 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
12741274
name: cp-metrics
12751275
volumeMounts:
12761276
- mountPath: /etc/frr_metrics

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ spec:
946946
valueFrom:
947947
fieldRef:
948948
fieldPath: metadata.namespace
949-
image: quay.io/metallb/frr-k8s:v0.0.16
949+
image: quay.io/metallb/frr-k8s:v0.0.17
950950
imagePullPolicy: IfNotPresent
951951
livenessProbe:
952952
httpGet:
@@ -1104,7 +1104,7 @@ spec:
11041104
valueFrom:
11051105
fieldRef:
11061106
fieldPath: metadata.namespace
1107-
image: quay.io/metallb/frr-k8s:v0.0.16
1107+
image: quay.io/metallb/frr-k8s:v0.0.17
11081108
imagePullPolicy: IfNotPresent
11091109
livenessProbe:
11101110
httpGet:
@@ -1230,7 +1230,7 @@ spec:
12301230
- /bin/sh
12311231
- -c
12321232
- 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
12341234
name: cp-reloader
12351235
volumeMounts:
12361236
- mountPath: /etc/frr_reloader
@@ -1239,7 +1239,7 @@ spec:
12391239
- /bin/sh
12401240
- -c
12411241
- 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
12431243
name: cp-metrics
12441244
volumeMounts:
12451245
- 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.16
9+
newTag: v0.0.17
1010
namespace: frr-k8s-system

0 commit comments

Comments
 (0)