mirror of https://git.rancher.io/rke2-charts
rke2-snapshot-validation-webhook: Bump the chart version
Current version is not validating requests to create/update `VolumeSnapshotClass` resources. This means it doesn't guarantee one default class. Add VolumeSnapshotClass in the `validatingWebhookConfiguration` resource list https://github.com/piraeusdatastore/helm-charts/pull/25 Signed-off-by: josedev-union <josedev-union@users.noreply.github.com> Signed-off-by: brandond <brandond@users.noreply.github.com>pull/362/head
parent
3dafaa66b8
commit
16b730051a
|
@ -5,6 +5,6 @@
|
||||||
type: application
|
type: application
|
||||||
-name: snapshot-validation-webhook
|
-name: snapshot-validation-webhook
|
||||||
+name: rke2-snapshot-validation-webhook
|
+name: rke2-snapshot-validation-webhook
|
||||||
version: 1.7.1
|
version: 1.7.3
|
||||||
appVersion: "v6.2.1"
|
appVersion: "v6.2.1"
|
||||||
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
|
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/piraeusdatastore/helm-charts.git
|
url: https://github.com/piraeusdatastore/helm-charts.git
|
||||||
subdirectory: charts/snapshot-validation-webhook
|
subdirectory: charts/snapshot-validation-webhook
|
||||||
commit: bc135abc9dff8e96cdb9efea56328032391ec0d0 # snapshot-validation-webhook-1.7.1
|
commit: 994dde7e93cda78eaf098e5c39889c95be928b32 # snapshot-validation-webhook-1.7.3
|
||||||
packageVersion: 01
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue