Skip to content

Commit

Permalink
[CI] Helm Chart Update velero
Browse files Browse the repository at this point in the history
  • Loading branch information
Hritik Batra authored and ashish1099 committed Nov 19, 2024
1 parent 08fa198 commit 35410b3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All releases and the changes included in them (pulled from git commits added sin

## 2024-11-19
### Major Version Upgrades %%^^
- Updated velero from version 7.2.2 to 8.0.0
- Updated teleport-kube-agent from version 16.4.6 to 17.0.1
- Updated teleport-cluster from version 16.4.6 to 17.0.1
- Updated redmine from version 30.0.4 to 32.0.1
Expand Down
6 changes: 3 additions & 3 deletions argocd-helm-charts/velero/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: velero
repository: https://vmware-tanzu.github.io/helm-charts
version: 7.2.2
digest: sha256:ca152ee1af80f9821e8e09e391f7400091436502d173fda880c6d391a401adf1
generated: "2024-11-04T11:46:56.554904804+05:30"
version: 8.0.0
digest: sha256:401f1c54e65b35150dcd6794dd794b93c37b3172575e3e7e1ef0e3828b2f20ec
generated: "2024-11-19T17:58:22.244667089+05:30"
2 changes: 1 addition & 1 deletion argocd-helm-charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ name: velero
version: 1.0.0
dependencies:
- name: velero
version: 7.2.2
version: 8.0.0
repository: https://vmware-tanzu.github.io/helm-charts
#repository: "oci://ghcr.io/Obmondo"
4 changes: 2 additions & 2 deletions argocd-helm-charts/velero/charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.14.1
appVersion: 1.15.0
description: A Helm chart for velero
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
Expand All @@ -16,4 +16,4 @@ maintainers:
name: velero
sources:
- https://github.com/vmware-tanzu/velero
version: 7.2.2
version: 8.0.0
6 changes: 5 additions & 1 deletion argocd-helm-charts/velero/charts/velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kubernetes v1.16+, because this helm chart uses CustomResourceDefinition `apiext

### Velero version

This helm chart installs Velero version v1.14 https://velero.io/docs/v1.14/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.
This helm chart installs Velero version v1.15 https://velero.io/docs/v1.15/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.

### Provider credentials

Expand Down Expand Up @@ -104,6 +104,10 @@ This version removes the `nodeAgent.privileged` field, you should use `nodeAgent

## Upgrading Velero

### Upgrading to v1.15

The [instructions found here](https://velero.io/docs/v1.15/upgrade-to-1.15/) will assist you in upgrading from version v1.14.x to v1.15.

### Upgrading to v1.14

The [instructions found here](https://velero.io/docs/v1.14/upgrade-to-1.14/) will assist you in upgrading from version v1.13.x to v1.14.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ spec:
description: MaintenanceFrequency is how often maintenance should
be run.
type: string
repositoryConfig:
additionalProperties:
type: string
description: RepositoryConfig is for repository-specific configuration
fields.
nullable: true
type: object
repositoryType:
description: RepositoryType indicates the type of the backend repository
enum:
Expand Down
2 changes: 1 addition & 1 deletion argocd-helm-charts/velero/charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace:
# enabling node-agent). Required.
image:
repository: velero/velero
tag: v1.14.1
tag: v1.15.0
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
# If used, it will take precedence over the image.tag.
# digest:
Expand Down

0 comments on commit 35410b3

Please sign in to comment.