From fb44796363fa04fb3981c532e89812bc6dbd4873 Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Thu, 4 Apr 2024 14:09:12 +0200 Subject: [PATCH] Automated update for release v0.0.11 --- charts/frr-k8s/Chart.lock | 6 +++--- charts/frr-k8s/Chart.yaml | 6 +++--- charts/frr-k8s/README.md | 4 ++-- charts/frr-k8s/charts/crds/Chart.yaml | 4 ++-- config/all-in-one/frr-k8s-prometheus.yaml | 8 ++++---- config/all-in-one/frr-k8s.yaml | 8 ++++---- config/frr-k8s/kustomization.yaml | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/charts/frr-k8s/Chart.lock b/charts/frr-k8s/Chart.lock index b3bf374c..490ad005 100644 --- a/charts/frr-k8s/Chart.lock +++ b/charts/frr-k8s/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: crds repository: "" - version: 0.0.10 -digest: sha256:b92d4dc6adb2f6a3b4279cd0f2b134b659950bd605bb710cb70f7add611f0f6e -generated: "2024-02-21T14:41:51.446359887+01:00" + version: 0.0.11 +digest: sha256:d4f716be0c84de180654aad05ce63aa91826873eaec2dd18e0fb5d7842a9d527 +generated: "2024-04-04T14:08:46.064693384+02:00" diff --git a/charts/frr-k8s/Chart.yaml b/charts/frr-k8s/Chart.yaml index 36c32e89..dd126c83 100644 --- a/charts/frr-k8s/Chart.yaml +++ b/charts/frr-k8s/Chart.yaml @@ -8,7 +8,7 @@ icon: https://metallb.universe.tf/images/logo/metallb-white.png dependencies: - name: crds condition: crds.enabled - version: 0.0.10 + version: 0.0.11 # A chart can be either an 'application' or a 'library' chart. # @@ -29,10 +29,10 @@ kubeVersion: ">= 1.19.0-0" # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) # NOTE: this value is updated by the frrk8s release process -version: 0.0.10 +version: 0.0.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # NOTE: this value is updated by the frrk8s release process -appVersion: v0.0.10 +appVersion: v0.0.11 diff --git a/charts/frr-k8s/README.md b/charts/frr-k8s/README.md index 89b7fd08..eedb0b70 100644 --- a/charts/frr-k8s/README.md +++ b/charts/frr-k8s/README.md @@ -1,6 +1,6 @@ # frr-k8s -![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.10](https://img.shields.io/badge/AppVersion-v0.0.10-informational?style=flat-square) +![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.11](https://img.shields.io/badge/AppVersion-v0.0.11-informational?style=flat-square) A cloud native wrapper of FRR @@ -16,7 +16,7 @@ Kubernetes: `>= 1.19.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 0.0.10 | +| | crds | 0.0.11 | ## Values diff --git a/charts/frr-k8s/charts/crds/Chart.yaml b/charts/frr-k8s/charts/crds/Chart.yaml index c1316493..d4ce3b82 100644 --- a/charts/frr-k8s/charts/crds/Chart.yaml +++ b/charts/frr-k8s/charts/crds/Chart.yaml @@ -20,10 +20,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) # NOTE: this value is updated by the frr-k8s release process -version: 0.0.10 +version: 0.0.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # NOTE: this value is updated by the frr-k8s release process -appVersion: v0.0.10 +appVersion: v0.0.11 diff --git a/config/all-in-one/frr-k8s-prometheus.yaml b/config/all-in-one/frr-k8s-prometheus.yaml index 2f651410..b6a2171e 100644 --- a/config/all-in-one/frr-k8s-prometheus.yaml +++ b/config/all-in-one/frr-k8s-prometheus.yaml @@ -919,7 +919,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1075,7 +1075,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1201,7 +1201,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1210,7 +1210,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 name: cp-metrics volumeMounts: - mountPath: /etc/frr_metrics diff --git a/config/all-in-one/frr-k8s.yaml b/config/all-in-one/frr-k8s.yaml index 0963e1e5..fdc00e2d 100644 --- a/config/all-in-one/frr-k8s.yaml +++ b/config/all-in-one/frr-k8s.yaml @@ -888,7 +888,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1044,7 +1044,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1170,7 +1170,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1179,7 +1179,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.10 + image: quay.io/metallb/frr-k8s:v0.0.11 name: cp-metrics volumeMounts: - mountPath: /etc/frr_metrics diff --git a/config/frr-k8s/kustomization.yaml b/config/frr-k8s/kustomization.yaml index 4d0617af..3e6cb6a4 100644 --- a/config/frr-k8s/kustomization.yaml +++ b/config/frr-k8s/kustomization.yaml @@ -6,5 +6,5 @@ kind: Kustomization images: - name: controller newName: quay.io/metallb/frr-k8s - newTag: v0.0.10 + newTag: v0.0.11 namespace: frr-k8s-system