Skip to content

Update ghcr.io/k8up-io/k8up Docker tag to v2.12.0 #155

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
k8up:
registry: ghcr.io
repository: k8up-io/k8up
tag: v2.11.3
tag: v2.12.0
pullPolicy: IfNotPresent
kubectl:
registry: docker.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- operator
env:
- name: BACKUP_IMAGE
value: ghcr.io/k8up-io/k8up:v2.11.3
value: ghcr.io/k8up-io/k8up:v2.12.0
- name: TZ
value: Etc/UTC
- name: BACKUP_ENABLE_LEADER_ELECTION
Expand All @@ -43,7 +43,7 @@ spec:
value: k8up.io/backupcommand
- name: BACKUP_BACKOFFLIMIT
value: '2'
image: ghcr.io/k8up-io/k8up:v2.11.3
image: ghcr.io/k8up-io/k8up:v2.12.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
120 changes: 120 additions & 0 deletions tests/golden/defaults/backup-k8up/backup-k8up/02_k8up_crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,10 @@ spec:
type: object
type: array
type: object
clusterName:
description: ClusterName sets the kubernetes cluster name to send
to pushgateway for grouping metrics
type: string
failedJobsHistoryLimit:
description: |-
FailedJobsHistoryLimit amount of failed jobs to keep for later analysis.
Expand All @@ -1530,6 +1534,58 @@ spec:

Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
type: integer
labelSelectors:
description: |-
LabelSelectors is a list of selectors that we filter for.
When defined, only PVCs and PreBackupPods matching them are backed up.
items:
description: |-
A label selector is a label query over a set of resources. The result of matchLabels and
matchExpressions are ANDed. An empty label selector matches all objects. A null
label selector matches no objects.
properties:
matchExpressions:
description: matchExpressions is a list of label selector
requirements. The requirements are ANDed.
items:
description: |-
A label selector requirement is a selector that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: key is the label key that the selector
applies to.
type: string
operator:
description: |-
operator represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists and DoesNotExist.
type: string
values:
description: |-
values is an array of string values. If the operator is In or NotIn,
the values array must be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. This array is replaced during a strategic
merge patch.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
description: |-
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: array
podConfigRef:
description: |-
PodConfigRef describes the pod spec with wich this action shall be executed.
Expand Down Expand Up @@ -2486,6 +2542,10 @@ spec:
type: object
type: array
type: object
clusterName:
description: ClusterName sets the kubernetes cluster name to send
to pushgateway for grouping metrics
type: string
failedJobsHistoryLimit:
description: |-
FailedJobsHistoryLimit amount of failed jobs to keep for later analysis.
Expand Down Expand Up @@ -21954,6 +22014,10 @@ spec:
type: object
type: array
type: object
clusterName:
description: ClusterName sets the kubernetes cluster name to
send to pushgateway for grouping metrics
type: string
concurrentRunsAllowed:
type: boolean
failedJobsHistoryLimit:
Expand All @@ -21968,6 +22032,58 @@ spec:

Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
type: integer
labelSelectors:
description: |-
LabelSelectors is a list of selectors that we filter for.
When defined, only PVCs and PreBackupPods matching them are backed up.
items:
description: |-
A label selector is a label query over a set of resources. The result of matchLabels and
matchExpressions are ANDed. An empty label selector matches all objects. A null
label selector matches no objects.
properties:
matchExpressions:
description: matchExpressions is a list of label selector
requirements. The requirements are ANDed.
items:
description: |-
A label selector requirement is a selector that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: key is the label key that the selector
applies to.
type: string
operator:
description: |-
operator represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists and DoesNotExist.
type: string
values:
description: |-
values is an array of string values. If the operator is In or NotIn,
the values array must be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. This array is replaced during a strategic
merge patch.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
description: |-
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: array
podConfigRef:
description: |-
PodConfigRef describes the pod spec with wich this action shall be executed.
Expand Down Expand Up @@ -22786,6 +22902,10 @@ spec:
type: object
type: array
type: object
clusterName:
description: ClusterName sets the kubernetes cluster name to
send to pushgateway for grouping metrics
type: string
concurrentRunsAllowed:
type: boolean
failedJobsHistoryLimit:
Expand Down