Skip to content

Commit

Permalink
fix: update plugin versions in default values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Oct 20, 2023
1 parent edc5f33 commit 6f7f90d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ plugins:
- chart:
name: validator-plugin-aws
repository: "https://spectrocloud-labs.github.io/validator-plugin-aws"
version: "v0.0.4"
version: "v0.0.8"
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -89,7 +89,7 @@ plugins:
- ALL
image:
repository: quay.io/spectrocloud-labs/validator-plugin-aws
tag: v0.0.6
tag: v0.0.8
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -117,7 +117,7 @@ plugins:
- chart:
name: validator-plugin-vsphere
repository: "https://spectrocloud-labs.github.io/validator-plugin-vsphere"
version: "v0.0.8"
version: "v0.0.11"
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -152,7 +152,7 @@ plugins:
- ALL
image:
repository: quay.io/spectrocloud-labs/validator-plugin-vsphere
tag: v0.0.8
tag: v0.0.11
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -180,7 +180,7 @@ plugins:
- chart:
name: validator-plugin-network
repository: "https://spectrocloud-labs.github.io/validator-plugin-network"
version: "v0.0.1"
version: "v0.0.4"
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -217,7 +217,7 @@ plugins:
- ALL
image:
repository: quay.io/spectrocloud-labs/validator-plugin-network
tag: v0.0.2
tag: v0.0.4
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 6f7f90d

Please sign in to comment.