Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed May 17, 2024
1 parent c381887 commit 1ac97e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/controller/testdata/vc-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
name: validator-plugin-network
repository: https://validator-labs.github.io/validator-plugin-network
authSecretName: validator-plugin-network-chart-secret
version: v0.0.4
version: v0.0.14
values: |-
controllerManager:
kubeRbacProxy:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-network
tag: v0.0.4
tag: v0.0.14
resources:
limits:
cpu: 500m
Expand Down
4 changes: 2 additions & 2 deletions internal/controller/validatorconfig_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
const (
networkPluginDeploymentName = "validator-plugin-network-controller-manager"
networkPluginDeploymentImage = "quay.io/validator-labs/validator-plugin-network"
networkPluginVersionPre = "v0.0.4"
networkPluginVersionPost = "v0.0.5"
networkPluginVersionPre = "v0.0.14"
networkPluginVersionPost = "v0.0.15"
)

var (
Expand Down

0 comments on commit 1ac97e8

Please sign in to comment.