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 hcloud CSI #99

Merged
merged 1 commit into from
Jan 10, 2025
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
4 changes: 2 additions & 2 deletions charts/hcloud-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ maintainers:
- name: Syself
email: [email protected]
url: https://github.com/syself
version: 1.0.4
appVersion: v2.5.1
version: 1.1.0
appVersion: v2.11.0
38 changes: 19 additions & 19 deletions charts/hcloud-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ controller:
csiAttacher:
registry: registry.k8s.io
repository: sig-storage/csi-attacher
tag: v4.1.0
tag: v4.7.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -100,7 +100,7 @@ controller:
csiResizer:
registry: registry.k8s.io
repository: sig-storage/csi-resizer
tag: v1.7.0
tag: v1.12.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -119,7 +119,7 @@ controller:
csiProvisioner:
registry: registry.k8s.io
repository: sig-storage/csi-provisioner
tag: v3.4.0
tag: v5.1.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -134,11 +134,11 @@ controller:
## - myRegistryKeySecretName
##
pullSecrets: []

livenessProbe:
registry: registry.k8s.io
repository: sig-storage/livenessprobe
tag: v2.9.0
tag: v2.14.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -157,7 +157,7 @@ controller:
hcloudCSIDriver:
registry: docker.io
repository: hetznercloud/hcloud-csi-driver
tag: v2.5.1
tag: v2.11.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -204,7 +204,7 @@ controller:
## @param controller.service.ports.metrics controller service metrics port
ports:
metrics: 9189

## @param controller.service.annotations Additional custom annotations for controller service
annotations: {}

Expand Down Expand Up @@ -419,8 +419,8 @@ controller:
node:
## @param node.kubeletDir When running a k8s distro with non default kubelet path, set it here
##
kubeletDir: '/var/lib/kubelet'
kubeletDir: '/var/lib/kubelet'

## @param node.image.CSINodeDriverRegistrar.registry csi-node-driver-registrar image registry
## @param node.image.CSINodeDriverRegistrar.repository csi-node-driver-registrar image repository
## @param node.image.CSINodeDriverRegistrar.tag csi-node-driver-registrar image tag (immutable tags are recommended)
Expand All @@ -444,7 +444,7 @@ node:
CSINodeDriverRegistrar:
registry: registry.k8s.io
repository: sig-storage/csi-node-driver-registrar
tag: v2.7.0
tag: v2.12.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -459,11 +459,11 @@ node:
## - myRegistryKeySecretName
##
pullSecrets: []

livenessProbe:
registry: registry.k8s.io
repository: sig-storage/livenessprobe
tag: v2.9.0
tag: v2.14.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -482,7 +482,7 @@ node:
hcloudCSIDriver:
registry: docker.io
repository: hetznercloud/hcloud-csi-driver
tag: v2.5.1
tag: v2.11.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand All @@ -498,7 +498,6 @@ node:
##
pullSecrets: []


## @param node.containerPorts.metrics node Metrics container port
## @param node.containerPorts.healthz node Health container port
##
Expand All @@ -513,12 +512,11 @@ node:
##
ports:
metrics: 9189

## @param node.service.annotations Additional custom annotations for node service
##
annotations: {}


## Configure extra options for node containers' liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
## @param node.livenessProbe.enabled Enable livenessProbe on node containers
Expand Down Expand Up @@ -594,7 +592,8 @@ node:
## @param node.affinity Affinity for node pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}
affinity:
{}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
Expand All @@ -612,7 +611,8 @@ node:
## @param node.tolerations Tolerations for node pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations:
{}
# - effect: NoExecute
# operator: Exists
# - effect: NoSchedule
Expand Down Expand Up @@ -755,4 +755,4 @@ metrics:
storageClasses: {}
# - name: standard
# defaultStorageClass: true
# reclaimPolicy: Retain
# reclaimPolicy: Retain
Loading