diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bd65480e5..c783c2818 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,7 @@ on: jobs: release: + if: github.repository == 'vmware-tanzu/helm-charts' runs-on: ubuntu-latest steps: - name: Checkout diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index 31bbf1f8a..66be5e457 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -6,7 +6,7 @@ # enabling restic). Required. image: repository: velero/velero - tag: v1.5.1 + tag: v1.5.2 # Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. If used, it will # take precedence over the image.tag. # digest: @@ -19,8 +19,8 @@ image: # # If using kube2iam or kiam, use the following annotation with your AWS_ACCOUNT_ID # and VELERO_ROLE_NAME filled in: -# iam.amazonaws.com/role: arn:aws:iam:::role/ podAnnotations: {} + # iam.amazonaws.com/role: "arn:aws:iam:::role/" # Additional pod labels for Velero deployment's template. Optional # ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ @@ -44,6 +44,9 @@ initContainers: [] securityContext: {} # fsGroup: 1337 +# Pod priority class name to use for the Velero deployment. Optional. +priorityClassName: "" + # Tolerations to use for the Velero deployment. Optional. tolerations: [] @@ -221,7 +224,7 @@ restic: podVolumePath: /var/lib/kubelet/pods privileged: false # Pod priority class name to use for the Restic daemonset. Optional. - priorityClassName: {} + priorityClassName: "" # Resource requests/limits to specify for the Restic daemonset deployment. Optional. resources: {} # Tolerations to use for the Restic daemonset. Optional.