Skip to content

Commit

Permalink
Merge pull request #117 from jdaln/main
Browse files Browse the repository at this point in the history
 velero: bugfix: BackOffLimitExceeded GLIBC not found
  • Loading branch information
Bdegraaf1234 authored Apr 30, 2024
2 parents 6eae93e + faaf1f3 commit bd0b133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero-s3-deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Velero S3 deployment, this chart holds resources used by Velero with a deployment to mirror the local object storage to a remote object storage.
name: velero-s3-deployment
version: 0.2.1
version: 0.2.2
sources: ["https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/velero-s3-deployment"]
deprecated: false
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/velero-s3-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# velero-s3-deployment
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/velero-s3-deployment)](https://artifacthub.io/packages/helm/radar-base/velero-s3-deployment)

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

A Helm chart for Velero S3 deployment, this chart holds resources used by Velero with a deployment to mirror the local object storage to a remote object storage.

Expand Down
1 change: 1 addition & 0 deletions external/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ metrics:
kubectl:
image:
repository: docker.io/bitnami/kubectl
tag: 1.26.14-debian-11-r6
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
# If used, it will take precedence over the kubectl.image.tag.
# digest:
Expand Down

0 comments on commit bd0b133

Please sign in to comment.