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

Update various kubernetes-csi images #487

Merged
merged 2 commits into from
Aug 18, 2022
Merged
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
32 changes: 28 additions & 4 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,31 +74,55 @@ images:
sourceRepository: github.com/kubernetes-csi/external-provisioner
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: "v2.0.4"
targetVersion: "< 1.20"
- name: csi-provisioner
sourceRepository: github.com/kubernetes-csi/external-provisioner
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: "v3.2.1"
targetVersion: ">= 1.20"
- name: csi-attacher
sourceRepository: github.com/kubernetes-csi/external-attacher
repository: k8s.gcr.io/sig-storage/csi-attacher
tag: "v3.3.0"
tag: "v3.5.0"
- name: csi-snapshotter
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: k8s.gcr.io/sig-storage/csi-snapshotter
tag: "v3.0.3"
targetVersion: "< 1.20"
- name: csi-snapshotter
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: k8s.gcr.io/sig-storage/csi-snapshotter
tag: "v4.2.1"
targetVersion: ">= 1.20"
- name: csi-snapshot-controller
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: k8s.gcr.io/sig-storage/snapshot-controller
tag: "v3.0.3"
targetVersion: "< 1.20"
- name: csi-snapshot-controller
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: k8s.gcr.io/sig-storage/snapshot-controller
tag: "v4.2.1"
targetVersion: ">= 1.20"
- name: csi-snapshot-validation-webhook
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: k8s.gcr.io/sig-storage/snapshot-validation-webhook
tag: "v3.0.3"
targetVersion: "< 1.20"
- name: csi-snapshot-validation-webhook
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: k8s.gcr.io/sig-storage/snapshot-validation-webhook
tag: "v4.2.1"
targetVersion: ">= 1.20"
- name: csi-resizer
sourceRepository: github.com/kubernetes-csi/external-resizer
repository: k8s.gcr.io/sig-storage/csi-resizer
tag: "v0.5.0"
tag: "v1.5.0"
- name: csi-node-driver-registrar
sourceRepository: github.com/kubernetes-csi/node-driver-registrar
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
tag: "v2.0.1"
tag: "v2.5.1"
- name: csi-liveness-probe
sourceRepository: github.com/kubernetes-csi/livenessprobe
repository: k8s.gcr.io/sig-storage/livenessprobe
tag: "v2.3.0"
tag: "v2.7.0"
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ spec:
- --kubeconfig=/var/run/secrets/gardener.cloud/shoot/generic-kubeconfig/kubeconfig
- --leader-election=true
- --leader-election-namespace=kube-system
- --csiTimeout={{ .Values.timeout }}
- --timeout={{ .Values.timeout }}
- --handle-volume-inuse-error=false
- --v=5
env:
- name: ADDRESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: volumesnapshotclasses.snapshot.storage.k8s.io
annotations:
controller-gen.kubebuilder.io/version: v0.3.0
api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/139"
resources.gardener.cloud/keep-object: "true"
controller-gen.kubebuilder.io/version: v0.4.0
api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/419"
creationTimestamp: null
name: volumesnapshotclasses.snapshot.storage.k8s.io
spec:
group: snapshot.storage.k8s.io
names:
Expand All @@ -20,53 +20,37 @@ spec:
- jsonPath: .driver
name: Driver
type: string
- description: Determines whether a VolumeSnapshotContent created through the
VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
- description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
jsonPath: .deletionPolicy
name: DeletionPolicy
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta1
name: v1
schema:
openAPIV3Schema:
description: VolumeSnapshotClass specifies parameters that a underlying storage
system uses when creating a volume snapshot. A specific VolumeSnapshotClass
is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses
are non-namespaced
description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
deletionPolicy:
description: deletionPolicy determines whether a VolumeSnapshotContent
created through the VolumeSnapshotClass should be deleted when its bound
VolumeSnapshot is deleted. Supported values are "Retain" and "Delete".
"Retain" means that the VolumeSnapshotContent and its physical snapshot
on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent
and its physical snapshot on underlying storage system are deleted.
Required.
description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required.
enum:
- Delete
- Retain
type: string
driver:
description: driver is the name of the storage driver that handles this
VolumeSnapshotClass. Required.
description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required.
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
parameters:
additionalProperties:
type: string
description: parameters is a key-value map with storage driver specific
parameters for creating snapshots. These values are opaque to Kubernetes.
description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes.
type: object
required:
- deletionPolicy
Expand All @@ -75,3 +59,57 @@ spec:
served: true
storage: true
subresources: {}
- additionalPrinterColumns:
- jsonPath: .driver
name: Driver
type: string
- description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
jsonPath: .deletionPolicy
name: DeletionPolicy
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta1
# This indicates the v1beta1 version of the custom resource is deprecated.
# API requests to this version receive a warning in the server response.
deprecated: true
# This overrides the default warning returned to clients making v1beta1 API requests.
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass"
schema:
openAPIV3Schema:
description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
deletionPolicy:
description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required.
enum:
- Delete
- Retain
type: string
driver:
description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required.
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
parameters:
additionalProperties:
type: string
description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes.
type: object
required:
- deletionPolicy
- driver
type: object
served: true
storage: false
subresources: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Loading