Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm)!: Update chart velero to 3.1.4 #1615

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

jarvis-plus-bot[bot]
Copy link
Contributor

@jarvis-plus-bot jarvis-plus-bot bot commented Jan 20, 2023

This PR contains the following updates:

Package Update Change
velero (source) major 2.32.6 -> 3.1.4

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

vmware-tanzu/helm-charts

v3.1.4

Compare Source

A Helm chart for velero

What's Changed

Full Changelog: vmware-tanzu/helm-charts@velero-3.1.3...velero-3.1.4

v3.1.3

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-3.1.2...velero-3.1.3

v3.1.2

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-3.1.1...velero-3.1.2

v3.1.1

Compare Source

A Helm chart for velero

What's Changed

Full Changelog: vmware-tanzu/helm-charts@velero-3.1.0...velero-3.1.1

v3.1.0

Compare Source

A Helm chart for velero

What's Changed

Full Changelog: vmware-tanzu/helm-charts@velero-3.0.0...velero-3.1.0

v3.0.0

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-2.32.6...velero-3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@jarvis-plus-bot
Copy link
Contributor Author

jarvis-plus-bot bot commented Jan 20, 2023

Helm Release Diff Report 🔧

Show Report "Path: `k8s/namespaces/base/velero/velero/app/helmrelease.yaml` Version: `2.32.6` -> `3.1.4`
@@ -1,244 +1 @@
----
-# Source: velero/templates/serviceaccount-server.yaml
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: velero-server
- namespace: default
- labels:
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
----
-# Source: velero/templates/clusterrolebinding.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
- name: velero-server
- labels:
- app.kubernetes.io/component: server
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-subjects:
- - kind: ServiceAccount
- namespace: default
- name: velero-server
-roleRef:
- kind: ClusterRole
- name: cluster-admin
- apiGroup: rbac.authorization.k8s.io
----
-# Source: velero/templates/role.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
- name: velero-server
- namespace: default
- labels:
- app.kubernetes.io/component: server
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-rules:
- - apiGroups:
- - "*"
- resources:
- - "*"
- verbs:
- - "*"
----
-# Source: velero/templates/rolebinding.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
- name: velero-server
- namespace: default
- labels:
- app.kubernetes.io/component: server
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-subjects:
- - kind: ServiceAccount
- namespace: default
- name: velero-server
-roleRef:
- kind: Role
- name: velero-server
- apiGroup: rbac.authorization.k8s.io
----
-# Source: velero/templates/service.yaml
-apiVersion: v1
-kind: Service
-metadata:
- name: velero
- namespace: default
- labels:
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-spec:
- type: ClusterIP
- ports:
- - name: http-monitoring
- port: 8085
- targetPort: http-monitoring
- selector:
- name: velero
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
----
-# Source: velero/templates/deployment.yaml
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: velero
- namespace: default
- labels:
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
- component: velero
-spec:
- replicas: 1
- strategy:
- type: Recreate
- selector:
- matchLabels:
- app.kubernetes.io/instance: velero
- app.kubernetes.io/name: velero
- template:
- metadata:
- labels:
- name: velero
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
- annotations:
- prometheus.io/path: /metrics
- prometheus.io/port: "8085"
- prometheus.io/scrape: "true"
- spec:
- restartPolicy: Always
- serviceAccountName: velero-server
- terminationGracePeriodSeconds: 3600
- containers:
- - name: velero
- image: "velero/velero:v1.9.4"
- imagePullPolicy: IfNotPresent
- ports:
- - name: http-monitoring
- containerPort: 8085
- command:
- - /velero
- args:
- - server
- ### Flags
- ### Global Flags
- resources:
- limits:
- cpu: 1000m
- memory: 512Mi
- requests:
- cpu: 500m
- memory: 128Mi
- volumeMounts:
- - name: plugins
- mountPath: /plugins
- - name: cloud-credentials
- mountPath: /credentials
- - name: scratch
- mountPath: /scratch
- env:
- - name: VELERO_SCRATCH_DIR
- value: /scratch
- - name: VELERO_NAMESPACE
- valueFrom:
- fieldRef:
- apiVersion: v1
- fieldPath: metadata.namespace
- - name: LD_LIBRARY_PATH
- value: /plugins
- - name: GOOGLE_APPLICATION_CREDENTIALS
- value: /credentials/cloud
- dnsPolicy: ClusterFirst
- initContainers:
- - image: raspbernetes/velero-gcp-plugin:v1.6.0
- imagePullPolicy: IfNotPresent
- name: velero-plugin-for-gcp
- volumeMounts:
- - mountPath: /target
- name: plugins
- - image: openebs/velero-plugin:3.4.0
- imagePullPolicy: IfNotPresent
- name: velero-plugin-for-openebs
- volumeMounts:
- - mountPath: /target
- name: plugins
- volumes:
- - name: cloud-credentials
- secret:
- secretName: cloud-credentials
- - name: plugins
- emptyDir: {}
- - name: scratch
- emptyDir: {}
----
-# Source: velero/templates/backupstoragelocation.yaml
-apiVersion: velero.io/v1
-kind: BackupStorageLocation
-metadata:
- name: default
- namespace: default
- annotations:
- "helm.sh/hook": post-install,post-upgrade,post-rollback
- "helm.sh/hook-delete-policy": before-hook-creation
- labels:
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-spec:
- provider: gcp
- accessMode: ReadWrite
- objectStorage:
- bucket: "raspbernetes-velero-backups"
----
-# Source: velero/templates/schedule.yaml
-apiVersion: velero.io/v1
-kind: Schedule
-metadata:
- name: velero-daily-backup
- namespace: default
- annotations:
- "helm.sh/hook": post-install,post-upgrade,post-rollback
- "helm.sh/hook-delete-policy": before-hook-creation
- labels:
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-spec:
- schedule: "0 6 LICENSE Taskfile.yml default docker-compose.yml docs examples k8s talos terraform LICENSE Taskfile.yml default docker-compose.yml docs examples k8s talos terraform *"
- template:
- ttl: 120h
----
-# Source: velero/templates/volumesnapshotlocation.yaml
-apiVersion: velero.io/v1
-kind: VolumeSnapshotLocation
-metadata:
- name: default
- namespace: default
- annotations:
- "helm.sh/hook": post-install,post-upgrade,post-rollback
- "helm.sh/hook-delete-policy": before-hook-creation
- labels:
- app.kubernetes.io/name: velero
- app.kubernetes.io/instance: velero
- app.kubernetes.io/managed-by: Helm
-spec:
- provider: openebs.io/cstor-blockstore
- config:
- bucket: "raspbernetes-openebs-backups"
- namespace: "openebs"
- prefix: "cstor"
- provider: "gcp"
+
```"

@jarvis-plus-bot
Copy link
Contributor Author

jarvis-plus-bot bot commented Jan 20, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ KUBERNETES kubeconform 1 0 0.21s
⚠️ REPOSITORY checkov yes 544 34.94s
✅ REPOSITORY dustilock yes no 0.09s
✅ REPOSITORY git_diff yes no 0.08s
✅ REPOSITORY secretlint yes no 4.19s
⚠️ REPOSITORY trivy yes 1 113.06s
✅ SPELL misspell 1 0 0.07s
✅ YAML prettier 1 0 0.59s
✅ YAML yamllint 1 0 0.35s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart velero to 3.1.0 feat(helm)!: Update chart velero to 3.1.1 Jan 30, 2023
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart velero to 3.1.1 feat(helm)!: Update chart velero to 3.1.2 Jan 30, 2023
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart velero to 3.1.2 feat(helm)!: Update chart velero to 3.1.3 Mar 14, 2023
| datasource | package | from   | to    |
| ---------- | ------- | ------ | ----- |
| helm       | velero  | 2.32.6 | 3.1.4 |

Signed-off-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart velero to 3.1.3 feat(helm)!: Update chart velero to 3.1.4 Mar 14, 2023
@xunholy xunholy merged commit 27a9388 into main Mar 15, 2023
@xunholy xunholy deleted the renovate/velero-3.x branch March 15, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant