From 2aca2159c949543db36fd52b4e9a87ab22618d79 Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Fri, 19 Jul 2024 12:08:07 +0200 Subject: [PATCH] Automated update for release v0.0.14 --- 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 904db485..dafe1650 100644 --- a/charts/frr-k8s/Chart.lock +++ b/charts/frr-k8s/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: crds repository: "" - version: 0.0.13 -digest: sha256:8844ecfcd8a0a9664cb0bc4064e87a20278f7732b26bc10ef2dd7988cbb72906 -generated: "2024-07-15T16:31:37.71054109+02:00" + version: 0.0.14 +digest: sha256:b8b8aa510f86db5713e75b0bc5a03df88737a5f6868aab77c513eb0bbed3b8b7 +generated: "2024-07-19T12:07:59.737645816+02:00" diff --git a/charts/frr-k8s/Chart.yaml b/charts/frr-k8s/Chart.yaml index 9ce05db6..9fbc7399 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.13 + version: 0.0.14 # 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.13 +version: 0.0.14 # 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.13 +appVersion: v0.0.14 diff --git a/charts/frr-k8s/README.md b/charts/frr-k8s/README.md index 672e559f..aa5b74eb 100644 --- a/charts/frr-k8s/README.md +++ b/charts/frr-k8s/README.md @@ -1,6 +1,6 @@ # frr-k8s -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.13](https://img.shields.io/badge/AppVersion-v0.0.13-informational?style=flat-square) +![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) A cloud native wrapper of FRR @@ -16,7 +16,7 @@ Kubernetes: `>= 1.19.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 0.0.13 | +| | crds | 0.0.14 | ## Values diff --git a/charts/frr-k8s/charts/crds/Chart.yaml b/charts/frr-k8s/charts/crds/Chart.yaml index 9dd77651..330cfdc6 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.13 +version: 0.0.14 # 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.13 +appVersion: v0.0.14 diff --git a/config/all-in-one/frr-k8s-prometheus.yaml b/config/all-in-one/frr-k8s-prometheus.yaml index ed84b748..8e1ec141 100644 --- a/config/all-in-one/frr-k8s-prometheus.yaml +++ b/config/all-in-one/frr-k8s-prometheus.yaml @@ -960,7 +960,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1116,7 +1116,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1242,7 +1242,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1251,7 +1251,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 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 7ac80a2c..afb2fb9e 100644 --- a/config/all-in-one/frr-k8s.yaml +++ b/config/all-in-one/frr-k8s.yaml @@ -929,7 +929,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1085,7 +1085,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1211,7 +1211,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1220,7 +1220,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.13 + image: quay.io/metallb/frr-k8s:v0.0.14 name: cp-metrics volumeMounts: - mountPath: /etc/frr_metrics diff --git a/config/frr-k8s/kustomization.yaml b/config/frr-k8s/kustomization.yaml index 81b9362d..c13143e3 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.13 + newTag: v0.0.14 namespace: frr-k8s-system