Skip to content

Commit

Permalink
chore: update AWS plugin version; fix default values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Sep 5, 2023
1 parent 3c848b6 commit 516213b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/valid8or/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ plugins:
- chart:
name: valid8or-plugin-aws
repository: "https://spectrocloud-labs.github.io/valid8or-plugin-aws"
version: "v0.0.2"
version: "v0.0.4"
values: |-
controllerManager:
kubeRbacProxy:
Expand All @@ -81,7 +81,6 @@ plugins:
manager:
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
containerSecurityContext:
allowPrivilegeEscalation: false
Expand All @@ -90,7 +89,7 @@ plugins:
- ALL
image:
repository: quay.io/spectrocloud-labs/valid8or-plugin-aws
tag: v0.0.2
tag: v0.0.4
resources:
limits:
cpu: 500m
Expand All @@ -111,8 +110,10 @@ plugins:
type: ClusterIP
auth:
secretName: aws-creds
createSecret: true
accessKeyId: ""
secretAccessKey: ""
sessionToken: ""
- chart:
name: valid8or-plugin-network
repository: "https://spectrocloud-labs.github.io/valid8or-plugin-network"
Expand Down Expand Up @@ -143,7 +144,6 @@ plugins:
manager:
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
containerSecurityContext:
allowPrivilegeEscalation: true
Expand Down

0 comments on commit 516213b

Please sign in to comment.